<?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: Clustering MS SQL Server 2008 R2 on VMware Virtual Windows Server 2008 R2 – 2</title>
	<atom:link href="http://www.ipsure.com/blog/2010/clustering-ms-sql-server-2008-r2-on-vmware-virtual-windows-server-2008-r2-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipsure.com/blog/2010/clustering-ms-sql-server-2008-r2-on-vmware-virtual-windows-server-2008-r2-2/</link>
	<description>A comprehensive knowledge base where the articles and tutorials concerning the key branches of computer science and Information Technologies are being shared and discussed along with the detailed technical expressions, configuration advices and real world tactics.</description>
	<lastBuildDate>Sun, 29 Jan 2012 10:36:21 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Medeiros</title>
		<link>http://www.ipsure.com/blog/2010/clustering-ms-sql-server-2008-r2-on-vmware-virtual-windows-server-2008-r2-2/comment-page-1/#comment-1123</link>
		<dc:creator>Medeiros</dc:creator>
		<pubDate>Wed, 09 Nov 2011 20:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipsure.com/blog/?p=231#comment-1123</guid>
		<description>Hi Mr. Bora 

I´m really thankful with your great article but this is a full Windows Server 2008 cluster and not just MS SQL Server Cluster as informed on the title.

Tks as well and Best Rgds


                     Comment updated:
                     
                     Hi Bora,

                     Kindly disrespect my first comment (on part 2) and sorry about the mistake. All my doubts was explain on part 3.

                     Tks again</description>
		<content:encoded><![CDATA[<p>Hi Mr. Bora </p>
<p>I´m really thankful with your great article but this is a full Windows Server 2008 cluster and not just MS SQL Server Cluster as informed on the title.</p>
<p>Tks as well and Best Rgds</p>
<p>                     Comment updated:</p>
<p>                     Hi Bora,</p>
<p>                     Kindly disrespect my first comment (on part 2) and sorry about the mistake. All my doubts was explain on part 3.</p>
<p>                     Tks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. Bora Teoman</title>
		<link>http://www.ipsure.com/blog/2010/clustering-ms-sql-server-2008-r2-on-vmware-virtual-windows-server-2008-r2-2/comment-page-1/#comment-248</link>
		<dc:creator>M. Bora Teoman</dc:creator>
		<pubDate>Fri, 23 Jul 2010 09:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipsure.com/blog/?p=231#comment-248</guid>
		<description>Hi Lee

Thanks for all your comments and compliments. I am sure these comments will help anyone that faces such problems. They add great value to the article.

Thank you again and keep support :)</description>
		<content:encoded><![CDATA[<p>Hi Lee</p>
<p>Thanks for all your comments and compliments. I am sure these comments will help anyone that faces such problems. They add great value to the article.</p>
<p>Thank you again and keep support :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Pirag</title>
		<link>http://www.ipsure.com/blog/2010/clustering-ms-sql-server-2008-r2-on-vmware-virtual-windows-server-2008-r2-2/comment-page-1/#comment-247</link>
		<dc:creator>Lee Pirag</dc:creator>
		<pubDate>Fri, 23 Jul 2010 01:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipsure.com/blog/?p=231#comment-247</guid>
		<description>Hi Bora, great article &amp; keep up the good work !!

I would like to add some additional info that is important when installing on VMware.

The following issues may potentially come up when the cluster is created and the Cluter Validation tests are run. 

It&#039;s an area that causes a lot of frustration for a lot of people.

a. Validate Windows Firewall Configuration test fails.

When (ESX) cloning the 2nd server, the NICs may have the same GUIDs. If that is the case, validation will show a failure with the &quot;Windows Firewall Configuration&quot; (and probably a few other network related issues). 

To resolve this, use this PowerShell command to identify the GUIDs.

Get-WmiObject Win32_NetworkAdapter &#124; fl Name,GUID

(this is simply a WMI call -nothing fancy)

If they are the same, then, using Device Manager, uninstall both NICs on one of the servers, reboot that server and retest. Validation should pass the Network tests this time.

b. Validate SCSI-3 Persistent Reservation fails

This is most likely attributed to the fact that both nodes of the Windows Cluster are on the SAME ESX host.

Separating them to different hosts usually resolves this problem (HOWEVER....read on)

Setting a VMWare DRS affinity rule to keep the VMs separate will work, BUT, not if the machines are already on the same host and powered up.

If the rule is set up after the VMs are powered and on the same host and DRS is executed, the rule will fail with this error.

&quot;Virtual Machine is configured to use a device that prevents the operation: Device &#039;SCSI controller 1; is a SCSI controller engaged in bus-sharing.&quot;

(to see this message, do a manual Migrate)

To successfully move one of the nodes to another ESX host you will need to power down one of the VMs and then migrated it. After power up the DRS rule will work.

Again, many thanks for the article. It is great to see all the steps detailed out!</description>
		<content:encoded><![CDATA[<p>Hi Bora, great article &amp; keep up the good work !!</p>
<p>I would like to add some additional info that is important when installing on VMware.</p>
<p>The following issues may potentially come up when the cluster is created and the Cluter Validation tests are run. </p>
<p>It&#8217;s an area that causes a lot of frustration for a lot of people.</p>
<p>a. Validate Windows Firewall Configuration test fails.</p>
<p>When (ESX) cloning the 2nd server, the NICs may have the same GUIDs. If that is the case, validation will show a failure with the &#8220;Windows Firewall Configuration&#8221; (and probably a few other network related issues). </p>
<p>To resolve this, use this PowerShell command to identify the GUIDs.</p>
<p>Get-WmiObject Win32_NetworkAdapter | fl Name,GUID</p>
<p>(this is simply a WMI call -nothing fancy)</p>
<p>If they are the same, then, using Device Manager, uninstall both NICs on one of the servers, reboot that server and retest. Validation should pass the Network tests this time.</p>
<p>b. Validate SCSI-3 Persistent Reservation fails</p>
<p>This is most likely attributed to the fact that both nodes of the Windows Cluster are on the SAME ESX host.</p>
<p>Separating them to different hosts usually resolves this problem (HOWEVER&#8230;.read on)</p>
<p>Setting a VMWare DRS affinity rule to keep the VMs separate will work, BUT, not if the machines are already on the same host and powered up.</p>
<p>If the rule is set up after the VMs are powered and on the same host and DRS is executed, the rule will fail with this error.</p>
<p>&#8220;Virtual Machine is configured to use a device that prevents the operation: Device &#8216;SCSI controller 1; is a SCSI controller engaged in bus-sharing.&#8221;</p>
<p>(to see this message, do a manual Migrate)</p>
<p>To successfully move one of the nodes to another ESX host you will need to power down one of the VMs and then migrated it. After power up the DRS rule will work.</p>
<p>Again, many thanks for the article. It is great to see all the steps detailed out!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

