Windows clustering question
-
18 Maret 2012 16:08
We have Windows server 2003 Active-passive cluster.
We want to add a new drive to the cluster and make it a GPT drive so that we can increase the drive space beyond 2TB in the future. How can I make the drive as a GPT drive?
I think I will also have to make the drive as a resource dependent in the cluster so that when failover happens this new drive can be seen in the other node too, but not sure how I should do that. Can you send me any article about adding a new drive to a active-passive cluster.Thanks.
sqldev
Semua Balasan
-
18 Maret 2012 19:14
Hi,
In relation to GPT, when the storage is presented to the host, you will need to initialise it in Windows LVM. Here you will be presented with the GPT option once initialising has been selected.
In relation to failover, are you using MPIO or any 3rd party MPIO DSM's?
Martin
If you find my information useful, please rate it. :-)
- Ditandai sebagai Jawaban oleh Vincent HuModerator 09 April 2012 15:42
-
19 Maret 2012 2:52Moderator
Hi,Please check the following guides.Using GPT Drives
http://msdn.microsoft.com/en-us/windows/hardware/gg463524Add drives on the shared storage bus
http://technet.microsoft.com/en-us/library/cc782447%28WS.10%29.aspxA hotfix is available that adds support for GUID partition table (GPT) volumes that are larger than 2 terabytes on a Windows Server 2003-based server cluster
http://support.microsoft.com/kb/919117Vincent Hu
TechNet Community Support
- Ditandai sebagai Jawaban oleh Vincent HuModerator 09 April 2012 15:42
-
20 Maret 2012 20:47
I am new to clustering. From computer management I just initialized disk and I now see:
Disk 3(Basic) Online 299.99 GB UnallocatedWhen I was initializing I didn't get GPT option.
Do I create a new partition?
From Computer management: When I right click, Convert to GPT disk is disabled. All I see is properties option.
How can I assign a drive letter to this new disk?
Any ideas? Thanks!
- Diedit oleh sqldev1 21 Maret 2012 12:55
-
21 Maret 2012 12:58Any ideas please. Thanks.
sqldev
-
22 Maret 2012 17:29Moderator
Make sure you have hotfix 919117 installed on all cluster nodes.
Do you have any partitions created on the disk? If so, delete them.
If you have no partitions and you still are not able to convert to GPT, open a command prompt and type DISKPART. In the diskpart prompt, select the disk "select disk #" where # is the proper disk number. Then type CONVERT GPT to make it a GPT disk. Now you should be able to create a partition and mount it.
Hope that helps.
- Ditandai sebagai Jawaban oleh Vincent HuModerator 09 April 2012 15:42