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

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:
drmsqllogbackup instance-name -d
[ -s log-backup-ID ] [ -e log-backup-ID ]
To display the detailed information of transaction log files in the log backup catalog:
Basic commands166