HP StorageWorks P9000 Replication Manager Software 7.1 CLI Reference Guide (TB584-96021, May 2011)
PROMPT> drmappcat -l -template
BACKUP-ID ORIGINAL-ID BACKUP-MODE HOSTNAME BACKUP-OBJECT INSTANCE START-TIME END-TIME
0000000252 ONLINE stdg7 MSSQL DEFAULT 2003/10/03 18:55:15 2003/10/03 18:59:37
PROMPT>
• In this example, the command is used to delete the backup catalog of the backup ID 0000000162:
PROMPT> drmappcat 0000000162 -delete
KAVX0424-I The backup information corresponding to the specified backup ID has been deleted.
Backup ID = 0000000162
PROMPT>
drmcgctl (Locks or unlocks a copy group)
Formats
To list copy groups:
drmcgctl
To lock or unlock a copy group by specifying a copy group name:
drmcgctl -copy_group copy-group-name -mode { lock | unlock }
To lock or unlock a copy group by specifying a backup ID:
drmcgctl -backup_id backup-ID -mode { lock | unlock }
Description
The drmcgctl command locks a copy group that contains the backup data so that it is not overwritten
the next time a backup is required. This command can also unlock copy groups. Locking copy groups
is valid only on the server where this command was executed. Operations from this server to the copy
group cannot be performed until the copy group is unlocked.
When you execute this command with no option specified, a list of copy groups will be displayed.
This allows you to check the following:
• The lock status of the copy group
• The backup ID (if a backup has been made)
Arguments
-copy_group copy-group-name
Specify the name of the copy group you want to lock or unlock.
You can check whether the logical volumes are the same or not by using following command:
• When the backup is of a file system, use the drmfsdisplay command.
In environments where one logical volume group comprises multiple copy groups, if the multiple
generation backup function is used, the number of generations of all copy groups comprising the
logical volume group must match. If the copy group generations do not match, backup generation
management cannot be performed correctly in Application Agent.
-mode { lock | unlock }
Basic commands106