HP XP Cluster Extension Software Administrator Guide

10 Pair/resync monitor internal error.
11 Invalid argument to pair/resync monitor.
12 Pair/resync monitor received signal (control-c) interrupt.
13 Unknown status for device/copy group.
14 No port number is specified in services file for clxmonitor.
16 Invalid use of the clx option on a non-XP Cluster Extension resource or HP XP Cluster
Extension resource specified without the clx option.
100 RAID Manager error.
Related information
For more information, see “Monitoring and resynchronizing device/copy groups” (page 81).
Cluster Extension Cmdlets for CSV and Virtual Machine Management
CLX supports the following PowerShell Cmdlets to perform various operations:
Add-CSVDependencyOnCLXXP
Add-VMDependencyOnCLXXP
Get-VMOnClusterSharedVolumeListForCLXXP
As part of the CLX installation, these Cmdlets are registered on every node in the cluster. Before
running any of these Cmdlets, you must load the Snap-In in every PowerShell session. To load the
Snap-In, CLX provides a PowerShell script file AddClxXpCmdletsSnapIn.ps1 which is located
at <CLX Install Directory>\bin.
You must run this script to load the PowerShell Snap-In. After loading the Snap-In, you must run
the supported Cmdlets to perform the various required operations. These Cmdlets are available
till the PowerShell session exists. At the end of the session, the Snap-In is unloaded and these
Cmdlets are not available.
The CLX PowerShell Snap-In can also be unloaded by running the PowerShell script
RemoveClxXpCmdletsSnapIn.ps1 located at <CLX Install Directory>\bin directory.
NAME:
Add-CSVDependencyOnCLXXP
SYNOPSIS:
Adds a cluster resource of type "Cluster Extension XP" to the list of resources and makes the given
cluster shared volume dependent on this cluster resource (CLX resource), using AND as the connector,
within a Failover Cluster.
Existing dependencies will remain in the list. Dependency of CSV on CLX ensures that a CSV comes
online only after CLX resource has come online.
SYNTAX:
Add-CSVDependencyOnCLXXP [-CSVDiskName <String>] [<CommonParameters>]
DESCRIPTION:
This cmdlet creates a resource of type "Cluster Extension XP" to the list of resources and makes the
given cluster shared volume dependent on this cluster resource. Cluster resource of type "Cluster
Extension XP" is also called “CLX resource” interchangeably.
The cmdlet first tries to find out if there is already a cluster resource of type "Cluster Extension XP"
in the CSV group (role) to which the CSV belongs.
If there is no resource of type "Cluster Extension XP" in the corresponding CSV group, the cmdlet
first creates a resource of type "Cluster Extension XP" in the CSV group and then makes the CSV
52 HP XP Cluster Extension and CLI