<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx</link><description>Implementing highly available file servers in Windows Server 2008 is very different from how it was done in previous versions of Microsoft's clustering technology. One of the new pieces of functionality implemented in highly available file servers is</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx#3570167</link><pubDate>Wed, 01 May 2013 13:43:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3570167</guid><dc:creator>GarethLloyd</dc:creator><description>&lt;p&gt;This has got to be one of the poorest decisions MS has ever made from someone without much real world experience... Fixing a problem that arose because of misconfiguration that takes away functionality required by customers who actually know what they are doing. So idiotic, the law of unintended consequences in effect.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve managed to implement the workaround, but really MS you should know better by now, surely? &lt;/p&gt;
&lt;p&gt;Another reason, if one was needed, to move CIF Shares to the VNX.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3570167" width="1" height="1"&gt;</description></item><item><title>re: File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx#3551746</link><pubDate>Mon, 11 Feb 2013 18:25:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3551746</guid><dc:creator>Brain2000</dc:creator><description>&lt;p&gt;I read that the argument for removing accessing to the IP addresses is that in Windows 2003, you could access the share via the node&amp;#39;s IP address, then when you fail over the cluster, the share is suddenly gone. &amp;nbsp;This apparently generated a lot of support calls.&lt;/p&gt;
&lt;p&gt;At the same time, I will make the point that the cluster&amp;#39;s NetBIOS name must be tied to an IP address. &amp;nbsp;Therefore, you should be able to access that share via that name or IP address.&lt;/p&gt;
&lt;p&gt;I have no problem removing access to a share by the node&amp;#39;s IP address. &amp;nbsp;And yes, there may be idiots out there that don&amp;#39;t know the difference between those two ip addresses. &amp;nbsp;But why, oh why, would you remove access to the share via the clustered IP address??&lt;/p&gt;
&lt;p&gt;As an MCSA/MCSE/MCDBA that has been working with clusters since wolfpack clustering in Windows NT 4.0, I feel that this has taken cluster shares a step backwards.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3551746" width="1" height="1"&gt;</description></item><item><title>re: File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx#3460199</link><pubDate>Wed, 19 Oct 2011 13:39:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3460199</guid><dc:creator>Axel8s</dc:creator><description>&lt;p&gt;Creating the CAP for my file shares raises a problem on SQL Server so I cannot predict what name SQL Server will respond to (the first CAP that comes online) while it should respond on both CAP&amp;#39;s. How can we configure this?&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;Axel&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3460199" width="1" height="1"&gt;</description></item><item><title>re: File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx#3424779</link><pubDate>Wed, 27 Apr 2011 23:33:05 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3424779</guid><dc:creator>JD Thrams</dc:creator><description>&lt;p&gt;Has anyone gotten this to work with CNAMEs in different domains? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have 2 file server clusters (2008) that are in 2 different geographical sites. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have a DNS CNAME that is a generic name like ***opsshare.corporate-wide-domain.com***. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;In each cluster, folders are shared like opsshare.westcoast.com and opsshare.eastcoast.com and are accessible by those names. &amp;nbsp;We want to redirect users trying to access the &amp;quot;site-agnostic&amp;quot; name by changing the cname entry appropriately. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;So for example, if we are doing maintenance on the westcoast, we would change the ***opsshare.corporate-wide-domain.com*** cname to point to ---&amp;gt; opsshare.eastcoast.com. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have not yet defined the additional Client Access Points, but should be doing so tonight. &amp;nbsp;Any replies ASAP as to the feasibility are greatly appreciated. &amp;nbsp;I am crossing my fingers that it will work.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3424779" width="1" height="1"&gt;</description></item><item><title>re: File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx#3423052</link><pubDate>Wed, 20 Apr 2011 14:26:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3423052</guid><dc:creator>JonathanC</dc:creator><description>&lt;p&gt;I agree with Ravikaneth P; this is a real issue to those with worldwide operations where acquisitions create multi-vendor, multi-domain support issues and the IP address is your lowest common denominator. This is a much larger issue than Redmond realizes.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3423052" width="1" height="1"&gt;</description></item><item><title>re: File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx#3372437</link><pubDate>Wed, 01 Dec 2010 18:32:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3372437</guid><dc:creator>Ravikanth P</dc:creator><description>&lt;p&gt;I think it s serious disadvantage of Failover clustering fileserver mainly accessed by the clients outside the network who depended on IP Address. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3372437" width="1" height="1"&gt;</description></item><item><title>re: File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx#3372436</link><pubDate>Wed, 01 Dec 2010 18:28:21 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3372436</guid><dc:creator>Rahul Saharan</dc:creator><description>&lt;p&gt;I am sure the coding must have gone failure and things were not functional as expected on Release Date. At that time, coding team must have declared this as a &amp;#39;feature&amp;#39; instead of resolving the issue itself. This is a major drawback; especially considering File-Server\DFS environments. I would have called it a &amp;#39;great feature&amp;#39; only if this could be tunred off\on at cluster level at our will, because accessing via IP becomes kind of must &amp;#39;Accross&amp;#39; networks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3372436" width="1" height="1"&gt;</description></item><item><title>re: File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx#3363509</link><pubDate>Fri, 22 Oct 2010 09:51:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3363509</guid><dc:creator>Carsten Doil</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;think also it&amp;#39;s a good idea to seperate node and CAP.&lt;/p&gt;
&lt;p&gt;But what is the reason that the ip address of the CAP doesn&amp;#39;t work? that&amp;#39;s confusing and I see no advantage.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Carsten&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3363509" width="1" height="1"&gt;</description></item><item><title>re: File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx#3349567</link><pubDate>Wed, 11 Aug 2010 14:56:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3349567</guid><dc:creator>Christian Dennhardt</dc:creator><description>&lt;p&gt;The solution for this requirement is the introduction of an additional Client Access Point to the existing Windows 2008 file cluster group per required &amp;quot;CNAME&amp;quot;. This can be achieved with the introduction of three additional cluster &amp;nbsp;resource objects per supported &amp;quot;CNAME&amp;quot; to the existing cluster group. Put it in this way, let&amp;#39;s assume that we have created a new Windows file cluster resource group &amp;quot;Server1&amp;quot;. The file cluster group &amp;quot;Server1&amp;quot; contains a Client Access Point, a file File-Server resource object and a cluster share object. Windows clients can access the share via \\server1\share. &lt;/p&gt;
&lt;p&gt;However the requirement is that data need to be migrated from server2 and server2 need to be decommissioned afterwards but the old UNC path \\server2\share need to be supported by the Windows file cluster group afterwards. CNAMES (disable strict name checking) is not supported anymore by Windows 2008 therefore the migrated data can only be accessed via \\server1\share but the following solution will solve the problem: &lt;/p&gt;
&lt;p&gt;An additional Client Access Point resource object (server), an additional File Server resource object (FileServer-Server2) and an additional share (share) need to be added to the existing Windows 2008 file cluster group. These three objects need to be added per supported UNC path (CNAME). Cluster resource object dependencies need to be configured between the newly introduced Client Access Point, File-Server resource object and shared folder accordingly. DNS CNAME records will be obsolete, because the Client Access Points are introducing a DNS resource record which ensures backward compatibility for the old server name. Finally Windows clients and their business application&amp;#39;s can access the migrated data without error message (&amp;quot;a duplicate name on the network exists&amp;quot;) via the following UNC paths:&lt;/p&gt;
&lt;p&gt;\\server1\share&lt;/p&gt;
&lt;p&gt;\\server2\share&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Christian Dennhardt&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3349567" width="1" height="1"&gt;</description></item><item><title>re: File Share 'Scoping' in Windows Server 2008 Failover Clusters</title><link>http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx#3348976</link><pubDate>Sat, 07 Aug 2010 19:30:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3348976</guid><dc:creator>Murat Bicer</dc:creator><description>&lt;p&gt;We need to migrate the existing shares, currently hosted on server1 but also using a CNAME as server2, to a high available server.&lt;/p&gt;
&lt;p&gt;so at the moment we can access the files using:&lt;/p&gt;
&lt;p&gt;\\server1\share\file&lt;/p&gt;
&lt;p&gt;\\server2\share\file&lt;/p&gt;
&lt;p&gt;we have a lot of unc path references in excel files to server &amp;nbsp;\\server1\share\file and \\server2\share\file which cannot be changed. (more than 50k excel/access files)&lt;/p&gt;
&lt;p&gt;I was planning to migrate to a Microsoft 2008 cluster file server.&lt;/p&gt;
&lt;p&gt;after the migration to server3 (cluster resource) we still need to keep the possibility to access the files via the original unc paths. &lt;/p&gt;
&lt;p&gt;so it needs to be accessible as follows:&lt;/p&gt;
&lt;p&gt;\\server1\share\file&lt;/p&gt;
&lt;p&gt;\\server2\share\file&lt;/p&gt;
&lt;p&gt;\\server3\share\file&lt;/p&gt;
&lt;p&gt;with the new &amp;quot;scoping functionality of windows8&amp;quot; it will not be possible to use CNAME as mentioned above.&lt;/p&gt;
&lt;p&gt;So, any suggestions on how to proceed? we need to have high availability.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Murat&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3348976" width="1" height="1"&gt;</description></item></channel></rss>