Method 1: Install the KB919117 hotfix
Install the hotfix that is mentioned in the Microsoft Knowledge Base article KB919117.
For more information about this hotfix, click the following article number to view the article in the Microsoft Knowledge Base:
919117�
A 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
Method 2: Modify the registry
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
To resolve this problem, create the registry subkey that corresponds to the disk signature of the physical disk resource with which you experience this problem. In the Cluster.log file that appears in the "Symptoms" section, this subkey is the E8AAEC81 subkey. Then, add the following registry entry to this subkey:
Name: DiskName
Type: REG_SZ
Value data: \Device\Harddisknumber
After you perform these actions, you can fail over the physical disk resource successfully. You do not have to restart the computer after you perform these actions.
To configure this registry entry, follow these steps:
- Examine the Cluster.log file to determine the disk signature with which you experience this problem.
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClusDisk\Parameters\Signatures
- Right-click Signatures, point to New, and then click Key.
- Type the disk signature with which you experience the problem, and then press ENTER. For example, type E8AAEC81.
- Right-click the new registry subkey, point to New, and then click String Value.
- Type DiskName, and then press ENTER.
- Right-click DiskName, and then click Modify.
- In the Value data box, type \Device\Harddisknumber, and then click OK.
In this registry entry, replace number with the correct number for the hard disk that you want to fail over.
Note You can obtain this disk number by using the Disk Management tool. To do this, follow these steps:- On the computer that hosts the hard disk, click Start, click Run, type diskmgmt.msc, and then click OK.
- In the lower pane of the Disk Management window, note the disk number that corresponds to the letter of the drive with which you experience the problem.