WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may
require you to reinstall your operating system. Microsoft cannot guarantee that you can solve
problems that result from using Registry Editor incorrectly. Use Registry Editor at your own
risk.
To change the startup value from the default of bringing a resource online automatically to having it stay in an offline state, use the following steps:
- Start Registry Editor (Regedt32).
- Locate the appropriate resource or group:
- Modify the registry key to the appropriate startup state:
Value Name: PersistentState
Data Type: REG_DWORD
Data: 0x0 (Disabled) or 0x1 (Enabled)
In Windows Server 2003 a new value has been added of 0xffffffff (-1), which tells the Cluster service that the resource persistent state is to be interpreted based on the group's persistent state.
NOTE: its Globally Unique Identifier (GUID) lists each resource. The GUID has 32 alphanumeric values and uses the following format:
x11xx1x1-x11x-11x1-xxx1-11111xxx111x
Under each GUID, look for a Name key that has a value for the appropriate resource or group.
If the Cluster Server service is stopped and you want to prevent a group or resource from coming online, you can load the cluster registry hive and alter the "persistent state" before starting the Cluster Server service.
To load the cluster registry hive:
- Start Registry Editor (Regedt32.exe).
- Open the HKEY_LOCAL_MACHINE hive.
- Click the root (so that HKEY_LOCAL_MACHINE is selected).
- On the Registry menu, click Load Hive.
- Browse to the %SystemRoot%\Cluster folder, and then click CLUSDB. When you are prompted for a key name, type cluster.
- After you make the appropriate changes, click Cluster and then click Unload Hive on the Registry menu. This saves the changes you made to the hive.
NOTE: If you leave the cluster registry hive loaded, the Cluster Server service does not start.