HP EVA Cluster Extension Software Administrator Guide (5697-2445, July 2013)

NOTE: When you configure Cluster Extension EVA resource properties using the CLI, the properties
that you enter are not validated. Ensure that you enter the correct property values and verify them
against the HP EVA Cluster Extension documentation.
You can display all attributes of the Cluster Extension EVA resource clx_fileshare with the
following command:
cluster resource clx_fileshare /privprop
The following example changes the CSObjectPathA property for the resource clx_fileshare:
cluster resource clx_fileshare /privprop CSObjectPathA=
"HPEVA_ConsistencySet.InstanceID=""50001FE15002B5A0.6005-08b4-
0001-2b69-0000-6000-86a0-0000"""
To retrieve the values for CSObjectPathA and CSObjectPathB, you must create and configure a
UCF.cfg file for this DR group and run the clxconf -smis command. The values for both
objects are stored in the clxobjpaths.cfg file.
NOTE: This step is not necessary when using the Failover Cluster Management GUI.
The following example changes the name of the resource Cluster Extension EVA resource
1 to Cluster Extension EVA resource 2:
cluster resource "Cluster Extension EVA resource 1" /ren:"Cluster
Extension EVA resource 2"
Powershell cmdlets can also be used instead of cluster.exe to perform the same tasks. For
more information, see Microsoft documentation.
Setting Cluster Extension EVA resource properties using the Microsoft Failover PowerShell Cmdlets
The cluster commands described in this section can be used with Windows Server 2008/2008
R2/2012, Server Core, or Hyper-V Server. You can change the Windows cluster default properties
for a resource by using the following command:
Get-ClusterResource "resource_name" | Set-ClusterParameter -Name
"property_name" -Value "value_to_set"
NOTE: When you configure Cluster Extension EVA resource properties using the PowerShell, the
properties that you enter are not validated. Ensure that you enter the correct property values and
verify them against the HP EVA 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 about the available properties, see User configuration file and EVA Cluster
Extension objects (page 48).
Setting Cluster ExtensionEVA resource properties using a UCF
You can use a UCF to configure certain EVA Cluster Extension properties .
Properties that you can configure in a UCF include:
LogLevel
ClusterNotifyCheckTime
ClusterNotifyWaitTime
DataSyncTimeout
36 Configuring HP EVA Cluster Extension