HP XP Cluster Extension Software Administrator Guide (5697-2448, July 2013)
Table Of Contents
- HP XP Cluster Extension Software Administrator Guide
- Contents
- 1 HP XP Cluster Extension features
- Integration into cluster software
- Enhanced disaster tolerance
- Automated monitoring and redirecting of Continuous Access pairs
- Rolling disaster protection
- Command-line interface (CLI)
- Fast Failback using Continuous Access
- HP XP Cluster Extension configurations
- Planning for HP XP Cluster Extension
- Before configuring HP XP Cluster Extension resources
- Cluster setup considerations
- Setting up RAID Manager
- 2 Configuring HP XP Cluster Extension
- Integrating HP XP Cluster Extension with MSFC
- Configuring HP XP Cluster Extension
- Adding an HP XP Cluster Extension resource
- Adding an HP XP Cluster Extension resource using the Failover Cluster Management GUI (Windows Server 2008/2008 R2/2012)
- Adding an HP XP Cluster Extension resource using the Microsoft CLI cluster commands
- Adding an HP XP Cluster Extension resource using the Microsoft Failover Cluster PowerShell Cmdlets
- Changing an HP XP Cluster Extension resource name
- Configuring HP XP Cluster Extension resources
- Setting Microsoft cluster-specific resource and service or application properties
- Setting HP XP Cluster Extension-specific resource properties
- Setting HP XP Cluster Extension resource properties using the GUI (Windows Server 2008/2008 R2/2012, Server Core, and Hyper-V Server)
- Using Failover Cluster Management to set resource properties (Windows Server 2008/2008 R2/2012)
- Using Failover Cluster Management to set resource properties of a CLX resource on which a CSV disk is dependant (Windows Server 2012)
- Using the resource configuration tool to set resource properties (Server Core and Hyper-V Server)
- Configuring RAID Manager instance numbers for RAID Manager service
- Configuring the RAID Manager device/copy group details
- Configuring RAID Manager device/copy group advanced properties
- Configuring server data center assignments
- Changing failover and failback behavior
- Activating the pair/resync monitor
- Configuring takeover actions
- Configuring Rolling Disaster Protection
- Setting HP XP Cluster Extension resource properties using the MMC
- Setting HP XP Cluster Extension—specific resource properties using the CLI
- Setting HP XP Cluster Extension resource properties using the Microsoft Failover PowerShell Cmdlets
- Setting HP XP Cluster Extension properties using a UCF
- Setting HP XP Cluster Extension resource properties using the GUI (Windows Server 2008/2008 R2/2012, Server Core, and Hyper-V Server)
- Adding dependencies on HP XP Cluster Extension resource
- Configuration of XP CLX for CSV disk on Windows Server 2012
- Disaster-tolerant configuration example using a file share
- Managing HP XP Cluster Extension resources
- Using Hyper-V Live Migration with HP XP Cluster Extension
- Timing considerations for MSFC
- Bouncing service or application
- Administration
- 3 HP XP Cluster Extension and CLI
- 4 HP XP Cluster Extension recovery procedures
- 5 User configuration file and HP XP Cluster Extension objects
- 6 Advanced HP XP Cluster Extension configuration
- Configuring the HP XP Cluster Extension for HP XP Continuous Access 3DC environment
- Implementing rolling disaster protection
- Using RAID Manager with rolling disaster protection
- Setting HP XP Cluster Extension objects to enable rolling disaster protection
- Setting automatic recovery for rolling disaster protection
- Using the pair/resync monitor with rolling disaster protection
- Restoring server operation for rolling disaster protection
- Monitoring and resynchronizing device/copy groups
- Enabling write access regardless of disk pair state
- Executing programs before and after an HP XP Cluster Extension takeover
- 7 Troubleshooting
- 8 Support and other resources
- Glossary
- Index

resource in the CSV group dependent on the newly created resource of type "Cluster Extension
XP".
If CLX resource already exists in the given CSV role, then the cmdlet verifies whether CSV is already
dependent on the resource of type "Cluster Extension XP". If the CSV is already dependent on the
CLX resource, then the cmdlet moves to the next CSV (if you have not specified any particular CSV).
In the absence of dependency on the existing CLX resource, the cmdlet creates a dependency of
CSV resource in the CSV group on resource of type "Cluster Extension XP".
Because of this configuration, whenever CSV role is brought online, resource of type "Cluster
Extension XP" is the first resource to come online and then the dependent CSV disk comes online.
This ensures that CLX resource can do all the necessary storage related status gathering and failover
operations before CSV disk can come online.
PARAMETERS:
-CSVDiskName <String>
Specifies the cluster shared volume name which will be made dependent on resource of type
"Cluster Extension XP”.
falseRequired?
namedPosition?
Default value
falseAccept pipeline input?
falseAccept wildcard characters?
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction,
ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable.
For more information, see about_CommonParameters ((http://go.microsoft.com/fwlink/?
LinkID=113216)
INPUTS:
Does not accept input objects.
OUTPUTS:
Does not return object.
NOTES:
CSV resource must be offline while trying to add the dependency.
The Confirm parameter and the Force switch parameter are provided.
The cmdlet performs the operations irrespective of the storage array type of CSV.
Online help for the cmdlet is not supported.
Example 1
C:\PS>Add-CSVDependencyOnCLXXP
This command first finds out all the cluster shared volumes in the cluster. After getting all such CSVs,
it tries to make each CSV dependent on resource of type "Cluster Extension XP".
If CSV is already dependent on "Cluster Extension XP", then the cmdlet moves to the next CSV in
the cluster.
However, if there is no existing dependency on "Cluster Extension XP" but resource of this type is
existing in the corresponding CSV group, CSV resource is made dependent on the existing "Cluster
Extension XP" type resource. If it is not present, a new resource of type "Cluster Extension XP" is
created and the CSV resource is made dependent on it.
Cluster Extension Cmdlets for CSV and Virtual Machine Management 53