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

Return Values
0: Normal termination
Any value other than 0: Termination with an error
Examples
In this example, the command, with the host name stdg7 specified, is used to display the detailed
backup catalog list:
PROMPT> drmappcat -l -hostname stdg7
BACKUP-ID ORIGINAL-ID BACKUP-MODE HOSTNAME BACKUP-OBJECT INSTANCE START-TIME
END-TIME
0000000162 0000000162 ONLINE stdg7 FILESYSTEM F: 2003/10/02 18:24:35
2003/10/02 18:59:37
0000000251 0000000251 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 display the detailed backup catalog list for the backup
ID 0000000162:
PROMPT> drmappcat 0000000162 -l -comment "*"
BACKUP-COMMENT BACKUP-ID ORIGINAL-ID BACKUP-MODE HOSTNAME BACKUP-OBJECT INSTANCE START-TIME
END-TIME
Comment 0000000162 ONLINE stdg7 FILESYSTEM F: 2003/10/02 18:24:35
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 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:
CLI Reference Guide 105