HP StorageWorks P9000 Replication Manager Software 7.1 CLI Reference Guide (TB584-96021, May 2011)

of the backup-comment string and is parsed as a special character. If you specify -comment "*",
the command will display all backup catalogs.
If two double quotation marks are specified after the -comment option (as in -comment ""), a
message is displayed indicating that no backup data exists.
-template
Specify this option to display template catalog information.
The times at which the creation of a template catalog starts and ends are displayed in START-TIME
and END-TIME, respectively.
The template catalogs displayed when this option is specified are only those for the SQL Server
database for which backup operations are to be performed.
-delete
Specify this option to delete the backup information for the backup catalog.
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:
CLI Reference Guide 105