Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
When you start a Windows Server 2003-based computer from a SAN, the startup disk, the pagefile disks, and the cluster disks can be on the same SAN fabric. For this to occur, you must add a registry DWORD value to the
ClusSvc
registry subkey or to the
ClusDisk
registry subkey, depending on the version of Windows Server 2003 that you are running.
Note Make sure that you have the latest version of the Storport driver installed on the Windows Server 2003-based computer before you follow these steps.
For more information about Storport storage drivers for Windows Server 2003, click the following article number to view the article in the Microsoft Knowledge Base:
883646
The updated Storport storage driver, version 5.2.3790.217, fixes a range of Storport-related problems in Windows Server 2003
Windows Server 2003 original release version
If you are running the original release version of Windows Server 2003, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then right-click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClusSvc\Parameters
- On the Edit menu, point to New, and then click DWORD Value.
- Type ManageDisksOnSystemBuses for the name of the DWORD, and then press ENTER.
- Right-click ManageDisksOnSystemBuses, and then click Modify.
- In the Edit DWORD Value dialog box, click Decimal, type 1 in the Value data box, and then click OK.
When you try to configure or modify the cluster service on a Windows Server 2003 original release version-based computer, the cluster service may stop responding. This problem occurs because the following registry subkey is deleted:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClusSvc\Parameters\ManageDisksOnSystemBuses
Important When you configure or modify the Cluster service, the cluster Setup program may re-create the
ClusSvc
registry subkey. The cluster Setup program may delete the
ManageDisksOnSystemBuses
registry entry. Therefore, the cluster Setup program may form the cluster by using a local quorum resource.
If the ManageDisksOnSystemBuses registry entry is deleted, you must manually add the ManageDisksOnSystemBuses entry to the
ClusSvc
registry subkey by using the steps in this article.
Windows Server 2003 with Service Pack 1 and later versions
If you are running Windows Server 2003 with Service Pack 1 (SP1), follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then right-click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClusDisk\Parameters
Note If the Parameters
registry subkey does not exist, right-click ClusDisk, point to New, click Key, type Parameters as the subkey name, and then press ENTER. - On the Edit menu, point to New, and then click DWORD Value.
- Type ManageDisksOnSystemBuses as the entry name, and then press ENTER.
- Right-click ManageDisksOnSystemBuses, and then click Modify.
- In the Edit DWORD Value dialog box, click Decimal, type 1 in the Value data box, and then click OK.
If clustering is not configured on the nodes, you can run the cluster configuration wizard to create the cluster together with the quorum on the SAN. If clustering is already configured, you do not have to remove cluster configuration and rerun the cluster configuration wizard. Instead, you can create new disk resources and move the quorum to one of the newly created disk resources on the SAN.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
888160
Cluster is formed by using a local quorum resource after a cluster setup failure in Windows Server 2003
Note The location of the
ManageDisksOnSystemBuses
registry subkey was changed from
\ClusSvc\Parameters
to
\ClusDisk\Parameters
in Windows Server 2003 SP1. This change was made to prevent the
ManageDisksOnSystemBuses
registry subkey from being deleted if you remove cluster configuration from a node. When you remove cluster configuration from a node, the
\ClusSvc
registry subkey is removed from the computer and the cluster configuration wizard is rerun without this setting. The
\ClusDisk
registry subkey remains even if you remove cluster configuration from a computer
In Windows Server 2003 SP1, you must add the
ManageDisksOnSystemBuses
entry to the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClusDisk\Parameters
subkey instead. This configuration change was made to prevent the ManageDisksOnSystemBuses entry from being deleted if you try to configure or modify the Cluster service. The
ClusDisk
key remains even if you remove clustering.