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

File name
Use alphanumeric characters to specify the file name.
File contents
The contents of the file must adhere to the following conventions:
Each parameter (file name, directory name, SQL Server database name, storage group name, or
Information Store name) must be specified on one line.
Lines beginning with a hash mark (#) are assumed to be comment lines. However, if an SQL
Server database name, a storage group name, or an Information Store name starts with a hash
mark (#), the line beginning with the hash mark is assumed to be an SQL Server database name,
storage group name, or Information Store name, and not a comment line.
File names and directory names must be specified by using absolute paths.
Example of entries in a target definition file:
# Example of specifying files
D:\data1\batch_0001\Tokyo_output_dir
D:\data1\batch_0001\Osaka_output_dir
D:\data1\transact.log
Coding rules for creating a transaction log target definition file
A transaction log target definition file, when specified as an argument with the drmsqlrecover
command, specifies the order in which transaction log files are to be applied during recovery.
File name
Use alphanumeric characters to specify the file name.
File contents
The contents of the file must follow these coding rules:
Enter the name of the database, followed by the name of the transaction log file.
Enclose the name of the database in square brackets ([ and ]).
Enter the transaction log files for each database in the order in which they are to be applied.
Each transaction log file name must be specified on one line.
Each transaction log file name must be specified by using an absolute path.
A transaction log file name must be left-justified with no leading spaces.
Lines beginning with a hash mark (#) are assumed to be comment lines.
Example of entries in a target definition file:
Basic commands84