6.Click OK to add the selected dependency.

Adding dependencies using the CLI

The cluster commands in this section can be used with Server Core or Hyper-V Server.

To add a dependency on a HP 3PAR Cluster Extension resource using the CLI, use the following command:

cluster resource physical_disk_resource /adddependency:Cluster_Extension_3PAR_resource

The following command adds a dependency on the HP 3PAR Cluster Extension clx_fileshare resource to the physical disk resource Disk_32b_00b:

cluster resource Disk_32b_00b /adddependency:clx_fileshare

Adding dependencies using the PowerShell

1.To add dependency on a HP 3PAR Cluster Extension resource using the PowerShell, use the following command:

Add-ClusterResourceDependency -Resource <Name_of_the_disk_resource>

– Provider <CLX3PAR_Resource_Name>

2.The following command adds a dependency on the HP 3PAR Cluster Extension clx_fileshare resource to the physical disk resource Disk_32b_00b:

Add-ClusterResourceDependency -Resource “Disk_32b_00b”-Provider clx_fileshare

36 Configuring HP 3PAR Cluster Extension