HP 3PAR StoreServ Cluster Extension Software Administrator Guide (5697-2894, December 2013)
see “Remote management of HP 3PAR StoreServ Cluster Extension resources in a cluster” (page 49)
and your Microsoft documentation.
Setting HP 3PAR StoreServ Cluster Extension resource properties using the CLI
The cluster commands in this section can be used with Windows server core and non server core
environments.
The Windows cluster 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 3PAR StoreServ 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 3PAR StoreServ Cluster Extension documentation.
You can display all attributes of the HP 3PAR StoreServ Cluster Extension resource clx_fileshare
with the following command:
cluster resource clx_fileshare /privprop
The following example sets the UseNonCurrentDataOk property for the resource
clx_fileshare to NO:
cluster resource clx_fileshare /privprop UseNonCurrentDataOk=NO
For more information on the available properties, see “User configuration file and HP 3PAR StoreServ
Cluster Extension objects” (page 54).
The following example changes the name of the resource 3PAR Cluster Extension
resource1 to 3PAR Cluster Extension resource2:
cluster resource "3PAR Cluster Extension resource1" /ren:"3PAR Cluster
Extension resource2"
Setting HP 3PAR StoreServ Cluster Extension resource properties using the Microsoft
Failover PowerShell Cmdlets
The cluster commands in this section can be used with Windows Server 2008/2008 R2/2012,
Server Core, or Hyper-V Server. The Windows cluster default properties for a resource can be
changed using the command: Get-ClusterResource "resource_name" |
Set-ClusterParameter -Name "property_name" -Value "value_to_set"
NOTE: When you configure HP 3PAR StoreServ Cluster Extension resource properties using the
PowerShell, the properties you enter are not validated, so you must enter the property values
accurately, and verify them against the HP 3PAR StoreServ Cluster Extension documentation.
The following example sets the UseNonCurrentDataOk property for the resource
clx_fileshare to NO
Get-ClusterResource "clx_fileshare" | Set-ClusterParameter -Name
"UseNonCurrentDataOk" -Value NO
For more information on the available properties, see “User configuration file and HP 3PAR StoreServ
Cluster Extension objects” (page 54)
Setting HP 3PAR StoreServ Cluster Extension properties using a UCF
You can use a UCF to configure certain HP 3PAR StoreServ Cluster Extension properties. Properties
that you can configure in a UCF include:
• LogLevel
• ClusterNotifyCheckTime
Setting HP 3PAR StoreServ Cluster Extension-specific resource properties 41