HP EVA Cluster Extension Software Administrator Guide (5697-2445, July 2013)
6. Click OK to add the selected dependency.
Adding dependencies using the CLI
The cluster commands in this section can be used with Windows Server 2008/2008 R2/2012,
Server Core, or Hyper-V Server.
To add a dependency on a Cluster Extension EVA resource using the CLI, use the following
command:
cluster resource physical_disk_resource
/adddependency:Cluster_Extension_EVA_resource
The following command adds a dependency on the EVA Cluster Extension clx_fileshare
resource to the physical disk resource Disk_32b_00b:
cluster resource Disk_32b_00b /adddependency:clx_fileshare
Powershell cmdlets can also be used instead of cluster.exe to add dependencies. For more
information, see Microsoft documentation.
Adding dependencies using the PowerShell
1. To add dependency on a Cluster Extension EVA resource using the PowerShell, use the
following command:
Add-ClusterResourceDependency -Resource <Name_of_the_disk_resource>
– Provider <CLXEVA_Resource_Name>
2. The following command adds a dependency on the EVA Cluster Extension clx_fileshare
resource to the physical disk resource Disk_32b_00b:
Add-ClusterResourceDependency -Resource “Disk_32b_00b”-Provider
clx_fileshare
38 Configuring HP EVA Cluster Extension