HP StorageWorks P9000 Command View Advanced Edition Suite Software 7.0 Mainframe Agent Installation and Configuration Guide (TB581-96014, November 2010)

You cannot specify a backup ID that was created when a backup was performed from the secondary
volume to a tape device. (You can use the drmtapecat command to check such a backup ID.) If
such an ID is specified, a command error occurs.
Return Values
0: Normal termination
Any value other than 0: Termination with an error
Examples
In this example, the command is used to display a listing of lock information for each copy group:
PROMPT> drmcgctl
COPY GROUP LOCK STATUS BACKUP-ID
VG01,dev01 LOCKED 0000000001
VG01,dev02 LOCKED 0000000001
VG01,dev03 UNLOCKED
VG02,dev01 UNLOCKED
In this example, the command is used to unlock the copy group VG01,dev01:
PROMPT> drmcgctl -copy_group VG01,dev01 -mode lock
In this example, the command is used to unlock the copy group VG01,dev01:
PROMPT> drmcgctl -copy_group VG01,dev01 -mode unlock
In this example, the command is used to lock the copy groups used for the backup identified by
the backup ID 0000000001:
PROMPT> drmcgctl -backup_id 0000000001 -mode lock
In this example, the command is used to unlock the copy groups used for the backup identified
by the backup ID 0000000001:
PROMPT> drmcgctl -backup_id 0000000001 -mode unlock
drmclusinit (Registers the parameters for the cluster software)
Formats
To register the parameters for the cluster software:
drmclusinit cluster-software-name
To view the parameters registered for the cluster software:
drmclusinit -v cluster-software-name
CLI Reference Guide 107