HP XP P9000 Replication Manager Software 7.6.0-00 Application Agent CLI Reference Guide

2003/10/02 18:59:37
PROMPT>
In this example, the command is used to display the backup catalog list and backup catalog
management information, with backup comments:
PROMPT> drmappcat -v -comment "Comment*"
VIRTUAL-SERVERNAME: host1
DB-PATH: D:\Program Files\CVXPAE\DRM
BACKUP-COMMENT BACKUP-ID BACKUP-MODE BACKUP-OBJECT START-TIME END-TIME
Comment1 0000000162 ONLINE FILESYSTEM 2003/10/02 18:24:35 2003/10/02 18:59:37
Comment2 0000000251 ONLINE MSSQL 2003/10/03 18:55:15 2003/10/03 18:59:37
PROMPT>
In this example, the command is used to give a displayed display of the catalog created by using
drmsqlbackup -template command:
PROMPT> drmappcat -l -template
BACKUP-ID ORIGINAL-ID BACKUP-MODE HOSTNAME BACKUP-OBJECT INSTANCE START-TIME END-TIME
0000000252 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)
Basic commands108