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

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:
drmsqllogbackup backup-ID -v
[ -target database-name | -f target-definition-file-name ]
[-s log-backup-ID ][-e log-backup-ID ]
To delete transaction log backups when the backup catalog exists:
drmsqllogbackup backup-ID -d
[ -s log-backup-ID ] [ -e log-backup-ID ]
To delete transaction log backups when the backup catalog does not exist:
Application Agent CLI Reference Guide 171