HP StorageWorks XP Cluster Extension Software Administrator Guide (T1656-96035, April 2010)
The following example changes the FenceLevel property of the XP Cluster Extension resource
clx_fileshare:
C:\>cluster resource clx_fileshare /privprop FenceLevel=data
The following example changes the XP RAID Manager instance used for the XP Cluster Extension
resource clx_fileshare from 10 to 99, and then adds instance 22 to provide redundancy:
C:\>cluster resource clx_fileshare /privprop RaidManagerInstances="99 22"
The following example changes the name of XP Cluster Extension resource XP Cluster Extension
resource1 to XP Cluster Extension resource2:
cluster resource "XP Cluster Extension resource1" /ren:"XP Cluster Extension resource2"
Setting XP Cluster Extension properties using a UCF
You can use a UCF to configure certain XP Cluster Extension properties for Windows.
Properties that you can configure in a UCF include:
• LogLevel
• ClusterNotifyCheckTime
• ClusterNotifyWaitTime
• LocalDCLMForNonPAIRDG
• StatusRefreshInterval
IMPORTANT:
If you plan to use the default values for these properties, no UCF is required.
To configure properties using a UCF:
1. Take the XP Cluster Extension resource offline.
2. Open the sample UCF.cfg file located in %HPCLX_PATH%\sample.
3. Update the file with the property values you want to use.
For more information on the available properties, see Chapter 8 on page 123.
4. Save the file and copy it to the following directory on all cluster nodes: %HPCLX_PATH%\conf.
5. Bring the XP Cluster Extension resource online.
Adding dependencies on an XP Cluster Extension resource
XP Cluster Extension Software must be the first resource in the resource chain of a MSCS service or
application. All resources that depend on the disk resource, such as a file share, and all disk resources
(physical disks), must be configured for dependency on the XP Cluster Extension resource.
When adding dependencies:
• For Windows Server 2003, use the Cluster Administrator GUI or cluster commands in the CLI.
Configuring XP Cluster Extension for Windows64