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

Return Values
0: Normal termination
Any value other than 0: Termination with an error
Examples
In this example, the command is used to set up the instance SQL1:
PROMPT> drmsqlinit SQL1
KAVX1100-I Enter the name of the storage directory for VDI metafiles: D:\MSSQL\Meta
KAVX1101-I Enter the timeout interval for VDI generation (in seconds, between 0 and 3600): 10
KAVX1102-I Enter the name of the storage directory for undo files: D:\MSSQL\Undo
KAVX1107-I Enter the name of the storage directory for the backup-log files: D:\MSSQL\tlog
KAVX1103-I SQL Server information has been updated.
PROMPT>
In this example, the command is used to display the SQL1 parameters:
PROMPT> drmsqlinit -v SQL1
SQL Server meta directory name: D:\MSSQL\Meta
SQL VDI timeout sec ( 0 - 3600 ): 10
SQL Server undo-file directory name: D:\MSSQL\Undo
SQL Server backup-log directory name: D:\MSSQL\Log
PROMPT>
drmsqllogbackup (Backs up the transaction log of an SQL Server)
Formats
To specify the instance and back up the transaction log:
drmsqllogbackup instance-name [ -no_cat ]
[ -no_truncate ]
[ -target database-name | -f target-definition-file-name ]
To specify the backup ID and back up the transaction log:
drmsqllogbackup backup-ID [ -no_truncate ]
To specify the instance and view a list of transaction log backups when the backup catalog exists:
drmsqllogbackup instance-name -v
[BACKUP-ID | -target database-name | -f target-definition-file-name ]
To specify the instance and view a list of transaction log backups when the backup catalog does not
exist:
drmsqllogbackup instance-name -no_cat -v
[ -target database-name | -f target-definition-file-name ]
To specify the backup ID and view a list of transaction log backups when the backup catalog exists:
Application Agent CLI Reference Guide 167