HP StorageWorks P9000 Command View Advanced Edition Suite Software 7.1 CLI Reference Guide (TB581-96051, May 2011)

Parameter values to obtain in advance
Execute the GetReplicationControllerPair command without specifying any parameters, and
then obtain the values from the execution result. Specify the value of masterSerialNumber that is
displayed as An instance of ReplicationControllerPair in the masterserialnum
parameter, the value of masterControllerID in the mastercontrollerid parameter, the value
of remoteSerialNumber in the remoteserialnum parameter, the value of remoteSSID in the
remotessid parameter, the value of masterArrayType in the mastermodel parameter, the
value of remoteArrayFamily in the remotefamily parameter, and the value of
remotePathGroupID in the remotepathgroupid parameter.
Command execution example 1
This example obtains controller pair information for the MCU with CU number 10 in the storage system
with serial number 35001 and for the RCU with SSID 65534 in the storage system with serial number
15001.
hdvmcli GetReplicationControllerPair -o
"D:\logs\GetReplicationControllerPair.log" "masterserialnum=35001"
"mastercontrollerid=10" "remoteserialnum=15001" "remotessid=65534"
Command execution result 1
RESPONSE
An instance of ReplicationControllerPair
objectID=*****
masterArrayType=XP128
masterSerialNumber=35001
masterControllerID=10
masterStartDevNum=0
displayMasterStartDevNum=00:00
masterEndDevNum=255
displayMasterEndDevNum=00:FF
remoteArrayType=XP128
remoteSerialNumber=15001
remoteSSID=65534
remoteControllerID=15
remoteStartDevNum=0
displayRemoteStartDevNum=00:00
remoteEndDevNum=255
displayRemoteEndDevNum=00:FF
*****: The value is encoded by the CLI.
Command execution example 2
This example obtains the controller pair information in all storage systems that have been registered
in the Device Manager database.
hdvmcli GetReplicationControllerPair -o
"D:\logs\GetReplicationControllerPair.log"
Device Manager CLI command reference276