Hi!
I'm currently prepairing a SQL Server Cluster on Virtual Server 2005
according the documentation on
http://www.sql-server-performance.com/installing_sql_clustering_virtual_server1.asp
But when I've added the shared SCSI disk as described I can only start the
first node in the cluster.
When I want to start the second node I get the following error message from
Virtual Server 2005:
"SQLClusterNode2"encountered an error when attempting to use one of its
virtual hard disks.
"The virtual hard disk "D:\SQL Server 2005 Cluster\Shared
Data\SharedArray.vhd" for the slave device of IDE bus 1 of "SQLClusterNode2"
could not opened with read-write access. You need read-write access to the
virtual hard disk to boot a virtual machine. Another virtual machine or the
Virtual Disk Manager might be using this disk right now."
Any suggestions?
Thanks
Klaus Aschenbrenner
MVP Visual C#
www.csharp.at, www.anecon.com
http://weblogs.asp.net/klaus.aschenbrenner
Rodney R. Fournier [MVP] - 16 Aug 2005 22:43 GMT
Double check your steps against this -
http://www.microsoft.com/technet/prodtechnol/virtualserver/deploy/cvs2005.mspx
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering Website
http://www.msmvps.com/clustering - Blog
http://www.clusterhelp.com - Cluster Training
http://msmvps.com/clustering/archive/2005/07/20/58233.aspx NYC Clustering
class
> Hi!
>
[quoted text clipped - 25 lines]
> www.csharp.at, www.anecon.com
> http://weblogs.asp.net/klaus.aschenbrenner
Klaus Aschenbrenner - 17 Aug 2005 08:53 GMT
Hi Rodney!
As far as I have seen from this article, I must configure the Cluster
Services on each node before I can use the shared disk?
Thanks
Klaus Aschenbrenner
MVP Visual C#
www.csharp.at, www.anecon.com
http://weblogs.asp.net/klaus.aschenbrenner
> Double check your steps against this -
> http://www.microsoft.com/technet/prodtechnol/virtualserver/deploy/cvs2005.mspx
[quoted text clipped - 39 lines]
>> www.csharp.at, www.anecon.com
>> http://weblogs.asp.net/klaus.aschenbrenner
Rodney R. Fournier [MVP] - 17 Aug 2005 12:25 GMT
Correct! Microsoft clustering uses the shared nothing model.
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering Website
http://www.msmvps.com/clustering - Blog
http://www.clusterhelp.com - Cluster Training
http://msmvps.com/clustering/archive/2005/07/20/58233.aspx NYC Clustering
class
> Hi Rodney!
>
[quoted text clipped - 51 lines]
>>> www.csharp.at, www.anecon.com
>>> http://weblogs.asp.net/klaus.aschenbrenner
Daern's Instant Fortress - 18 Aug 2005 08:33 GMT
> But when I've added the shared SCSI disk as described I can only start the
> first node in the cluster.
[quoted text clipped - 9 lines]
> virtual hard disk to boot a virtual machine. Another virtual machine or the
> Virtual Disk Manager might be using this disk right now."
Ah yes, you need to use virtual SCSI interfaces, not IDE for cluster
quorum disks. Virtual Server 2005 (and, indeed, real servers) won't
support running shared disks on an IDE bus. You're more than welcome to
try it though - I'm intrigued to see the results ;-)
DIF