 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Add an Active node to SQL Server Active Passive Cluster</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/add-an-active-node-to-sql-server-active-passive-cluster-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/add-an-active-node-to-sql-server-active-passive-cluster-2/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: melanieyarbrough</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/add-an-active-node-to-sql-server-active-passive-cluster-2/#comment-85089</link>
		<dc:creator>melanieyarbrough</dc:creator>
		<pubDate>Thu, 09 Dec 2010 16:05:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-85089</guid>
		<description><![CDATA[Hi Jasina,

Would you mind approving the answer that helped you solve your problem for future IT Knowledge Exchange users who are dealing with the same or similar problem?

Thank you!

Melanie]]></description>
		<content:encoded><![CDATA[<p>Hi Jasina,</p>
<p>Would you mind approving the answer that helped you solve your problem for future IT Knowledge Exchange users who are dealing with the same or similar problem?</p>
<p>Thank you!</p>
<p>Melanie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasina</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/add-an-active-node-to-sql-server-active-passive-cluster-2/#comment-85067</link>
		<dc:creator>jasina</dc:creator>
		<pubDate>Thu, 09 Dec 2010 10:03:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-85067</guid>
		<description><![CDATA[Thanks to all . it helped me a lot]]></description>
		<content:encoded><![CDATA[<p>Thanks to all . it helped me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrami</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/add-an-active-node-to-sql-server-active-passive-cluster-2/#comment-79064</link>
		<dc:creator>jrami</dc:creator>
		<pubDate>Sun, 11 Jul 2010 15:52:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-79064</guid>
		<description><![CDATA[to clear the last part of my earlier post...
When you select &quot;create new cluster&quot;, you are only creating the SQL Instance, which will be hosted on the Windows Cluster...

Hope this helps]]></description>
		<content:encoded><![CDATA[<p>to clear the last part of my earlier post&#8230;<br />
When you select &#8220;create new cluster&#8221;, you are only creating the SQL Instance, which will be hosted on the Windows Cluster&#8230;</p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrami</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/add-an-active-node-to-sql-server-active-passive-cluster-2/#comment-79059</link>
		<dc:creator>jrami</dc:creator>
		<pubDate>Sat, 10 Jul 2010 18:00:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-79059</guid>
		<description><![CDATA[In case you still need an answer... If I understand your question correctly, you have a two node cluster with activepassive node configuration to which you are adding a third node and a new instance of SQL Server thus ending up with node1 = active, node2 = passive and node3 = active...

assuming this is right, the answer about requiring down-time is still a little tricky since pending reboots on any of the nodes will flag the install with an error until you reboot all the affected nodes, but again assuming you are doing this on an inactive node and all cluster nodes are free of those nuances, you might just get away with no downtime at all...

take a look at this article for reference:
How to: Add or Remove Nodes in a SQL Server 2005 Failover Cluster (Setup)
http://msdn.microsoft.com/en-us/library/ms191545%28SQL.90%29.aspx

Also, another one that came in handy was this check list:
http://blogs.msdn.com/b/blakhani/archive/2008/06/09/sql-2005-cluster-setup-checklist.aspx


BTW, do not worry about how the SQL Instance will access the Quorum drive since this is a Windows cluster function; as to how your new instance will become a part of the cluster the answer is you will be prompted to create a new cluster; when you check the box &quot;create a new cluster&quot;, then at some point in the installation you will be asked to enter the name of the virtual server and select to which of the cluster groups you wish to install into.

Hope this helps...]]></description>
		<content:encoded><![CDATA[<p>In case you still need an answer&#8230; If I understand your question correctly, you have a two node cluster with activepassive node configuration to which you are adding a third node and a new instance of SQL Server thus ending up with node1 = active, node2 = passive and node3 = active&#8230;</p>
<p>assuming this is right, the answer about requiring down-time is still a little tricky since pending reboots on any of the nodes will flag the install with an error until you reboot all the affected nodes, but again assuming you are doing this on an inactive node and all cluster nodes are free of those nuances, you might just get away with no downtime at all&#8230;</p>
<p>take a look at this article for reference:<br />
How to: Add or Remove Nodes in a SQL Server 2005 Failover Cluster (Setup)<br />
<a href="http://msdn.microsoft.com/en-us/library/ms191545%28SQL.90%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms191545%28SQL.90%29.aspx</a></p>
<p>Also, another one that came in handy was this check list:<br />
<a href="http://blogs.msdn.com/b/blakhani/archive/2008/06/09/sql-2005-cluster-setup-checklist.aspx" rel="nofollow">http://blogs.msdn.com/b/blakhani/archive/2008/06/09/sql-2005-cluster-setup-checklist.aspx</a></p>
<p>BTW, do not worry about how the SQL Instance will access the Quorum drive since this is a Windows cluster function; as to how your new instance will become a part of the cluster the answer is you will be prompted to create a new cluster; when you check the box &#8220;create a new cluster&#8221;, then at some point in the installation you will be asked to enter the name of the virtual server and select to which of the cluster groups you wish to install into.</p>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mshen</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/add-an-active-node-to-sql-server-active-passive-cluster-2/#comment-77284</link>
		<dc:creator>mshen</dc:creator>
		<pubDate>Wed, 19 May 2010 06:46:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-77284</guid>
		<description><![CDATA[You install two SQL instances.  Both servers will not work on the same instance simultaniously, but you can have each server own an SQL instance; thus, making it active/active.

The failover will not be instant.  You will have a few seconds of downtime while the services transfer and come online on another node.]]></description>
		<content:encoded><![CDATA[<p>You install two SQL instances.  Both servers will not work on the same instance simultaniously, but you can have each server own an SQL instance; thus, making it active/active.</p>
<p>The failover will not be instant.  You will have a few seconds of downtime while the services transfer and come online on another node.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasina</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/add-an-active-node-to-sql-server-active-passive-cluster-2/#comment-77277</link>
		<dc:creator>jasina</dc:creator>
		<pubDate>Wed, 19 May 2010 05:04:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-77277</guid>
		<description><![CDATA[Thank you.i didn&#039;t get your point &quot;Now you can&#039;t run a single instance of SQL Server across two nodes of the customer. A single instance can only run on one node of the cluster at any one time&quot;.if u mean Active/Active failover, i am not doing that.
In my case the first active instance(node1) is for sharepoint database and the failover on passive(node2), now i am adding node 3 which needs to be active (will be used for biztalk database) and failover will be again on node2. if i am thinking wrong please correct.
i would be happy if you/anyone could provide me any documentation or links with similar scenario. i still have confusion with how Quorum and shared drive will be accessed.]]></description>
		<content:encoded><![CDATA[<p>Thank you.i didn&#8217;t get your point &#8220;Now you can&#8217;t run a single instance of SQL Server across two nodes of the customer. A single instance can only run on one node of the cluster at any one time&#8221;.if u mean Active/Active failover, i am not doing that.<br />
In my case the first active instance(node1) is for sharepoint database and the failover on passive(node2), now i am adding node 3 which needs to be active (will be used for biztalk database) and failover will be again on node2. if i am thinking wrong please correct.<br />
i would be happy if you/anyone could provide me any documentation or links with similar scenario. i still have confusion with how Quorum and shared drive will be accessed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.035 seconds using memcached
Object Caching 339/340 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 04:37:07 -->