HP XP Cluster Extension Software Administrator Guide

Setting HP XP Cluster Extension—specific resource properties using the CLI
The cluster commands in this section can be used with Windows Server 2008/2008 R2/2012/
2012 R2, Server Core, or Hyper-V Server.
The MSFC default properties for a resource can be changed using the following command: cluster
resource resource_name /privprop [object_name=value|"value1 value2 ..."].
NOTE: When you configure HP XP Cluster Extension resource properties using the CLI, the
properties you enter are not validated, so you must enter the property values accurately, and verify
them against the HP XP Cluster Extension documentation.
You can display all attributes of the HP XP Cluster Extension resource clx_fileshare with the
following command:
cluster resource clx_fileshare /privprop
The following example changes the FenceLevel property for the resource clx_fileshare:
C:\>cluster resource clx_fileshare /privprop FenceLevel=data
The following example changes the RAID Manager instance used for the 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 the resource xp Cluster Extension resource1
to xp Cluster Extension resource2:
cluster resource "XP Cluster Extension resource1" /ren:"XP Cluster
Extension resource2"
Configuring HP XP Cluster Extension resources 33