<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Multiple Subnets with Windows 2008 Clusters</title><link>http://msmvps.com/blogs/jtoner/archive/2008/08/08/multiple-subnets-with-windows-2008-clusters.aspx</link><description>I&amp;rsquo;ve been playing around with Microsoft Windows 2008 clusters for a while now trying to test out some of the new features and how they will affect multi-site clusters. One of the best new features (in my opinion) in 2008 clusters is the ability</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Multiple Subnets with Windows 2008 Clusters</title><link>http://msmvps.com/blogs/jtoner/archive/2008/08/08/multiple-subnets-with-windows-2008-clusters.aspx#1743042</link><pubDate>Mon, 30 Nov 2009 11:05:38 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1743042</guid><dc:creator>krish</dc:creator><description>&lt;p&gt;I am using MS cluster 2008. I want to get all the nodes associated for a given RG, for this I saw follow steps,&lt;/p&gt;
&lt;p&gt;There is link&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msmvps.com/blogs/jtoner/archive/2008/08/08/multiple-subnets-with-windows-2008-clusters.aspx"&gt;msmvps.com/.../multiple-subnets-with-windows-2008-clusters.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This supports ORing of resource.&lt;/p&gt;
&lt;p&gt;1) Get all nodes in the cluster using&lt;/p&gt;
&lt;p&gt;ClusterOpenEnum(hCluster, CLUSTER_ENUM_NODE); as &amp;quot;Preferred Owners&amp;quot;&lt;/p&gt;
&lt;p&gt;RG - N1 N2 N3 N4 N5 N6&lt;/p&gt;
&lt;p&gt;2) Get handler to RG&lt;/p&gt;
&lt;p&gt;ClusterGroupOpenEnum(hGroup, CLUSTER_GROUP_ENUM_CONTAINS);&lt;/p&gt;
&lt;p&gt;3) then open handler to indidual resources&lt;/p&gt;
&lt;p&gt;ClusterResourceOpenEnum(hResource, CLUSTER_RESOURCE_ENUM_NODES);&lt;/p&gt;
&lt;p&gt;4) Now get intersection/sunset of all nodes by getting nodes for every resource,&lt;/p&gt;
&lt;p&gt;Now I should consider nodes associated with each respource for RG as when RG switchover happens,&lt;/p&gt;
&lt;p&gt;Q1-&amp;gt; Resource-group could be activated on ANY node when all it&amp;#39;s resources can be activated on the node. Is it correct ?&lt;/p&gt;
&lt;p&gt;R1 - N1, N2, N3&lt;/p&gt;
&lt;p&gt;R2 - N2, N3, N4&lt;/p&gt;
&lt;p&gt;R3 - N2, N3, N6&lt;/p&gt;
&lt;p&gt;In this case the nodes are - N2, N3.&lt;/p&gt;
&lt;p&gt;Q2-&amp;gt; Is this a possible combination for resources and nodes added as a &amp;quot;Possible Owners&amp;quot; ?&lt;/p&gt;
&lt;p&gt;As ORing is supported as per above link and my logic may fail as offline resource may not have requied nodes as &amp;quot;Possible Owners&amp;quot; even it may have NONE as &amp;quot;Possible Owners&amp;quot;.&lt;/p&gt;
&lt;p&gt;Q3-&amp;gt; The nodes in item 4 is always subset of item 1?&lt;/p&gt;
&lt;p&gt;Q4-&amp;gt; Could resource nodes be different from nodes got item 1?&lt;/p&gt;
&lt;p&gt;Q5-&amp;gt;Is my logic correct when ORing is supported? Or should I consider all resources but &amp;#39;offline&amp;#39; one for a RG?&lt;/p&gt;
&lt;p&gt;Q6-&amp;gt; We have API&lt;/p&gt;
&lt;p&gt;DWORD WINAPI SetClusterGroupNodeList(&lt;/p&gt;
&lt;p&gt;__in &amp;nbsp;HGROUP hGroup&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;But there is no API which gives nodes for a RG like GetClusterGroupNodeList() :-)&lt;/p&gt;
&lt;p&gt;Appreciate your thoughts and inputs.&lt;/p&gt;
&lt;p&gt;I posted this question in &lt;a rel="nofollow" target="_new" href="http://social.technet.microsoft.com"&gt;social.technet.microsoft.com&lt;/a&gt; but no reply. &lt;/p&gt;
&lt;p&gt;Could you answer to &amp;quot;kri_thi@yahoo.com&amp;quot;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;- Krish&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1743042" width="1" height="1"&gt;</description></item><item><title>re: Multiple Subnets with Windows 2008 Clusters</title><link>http://msmvps.com/blogs/jtoner/archive/2008/08/08/multiple-subnets-with-windows-2008-clusters.aspx#1667336</link><pubDate>Fri, 30 Jan 2009 14:23:31 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1667336</guid><dc:creator>ChrisW</dc:creator><description>&lt;p&gt;In our four-node geocluster environment we have noticed the the time is dependent on arp cache refresh. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;More specfically with the network switches\routers. If after a failover the arp cahe is not flushed some clients can not find the resources. &amp;nbsp;Sometimes our network admins need to set a static configuration.&lt;/p&gt;
&lt;p&gt;Granted this is with our 2003 servers since it affects network config&amp;#39;s I&amp;#39;d expect you might find the same with 2008.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1667336" width="1" height="1"&gt;</description></item><item><title>Howto: Have a Clustered instance of SQL Server listen on multiple virtual IP addresses</title><link>http://msmvps.com/blogs/jtoner/archive/2008/08/08/multiple-subnets-with-windows-2008-clusters.aspx#1658167</link><pubDate>Wed, 31 Dec 2008 03:43:56 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1658167</guid><dc:creator>Esoteric</dc:creator><description>&lt;p&gt;Recently a colleague asked me if there were any changes specific to Windows Server 2008 which allow SQL&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1658167" width="1" height="1"&gt;</description></item><item><title>Howto: Have a Clustered instance of sql SERVER listen on multiple virtual IP addresses</title><link>http://msmvps.com/blogs/jtoner/archive/2008/08/08/multiple-subnets-with-windows-2008-clusters.aspx#1658078</link><pubDate>Tue, 30 Dec 2008 11:03:24 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1658078</guid><dc:creator>Esoteric</dc:creator><description>&lt;p&gt;Recently a colleague asked me if there were any changes specific to Windows Server 2008 which allow SQL&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1658078" width="1" height="1"&gt;</description></item></channel></rss>