8.2.19 Operands related to system log file configuration
- 60) pdlogadfg -d sys -g file-group-name [ONL]
- Specifies a file group for a system log file. This operand cannot be omitted and must be specified. Use the pdlogadpf operand to assign system log files to the file group specified here.
- Make sure that the pdlogadfg and pdlogadpf operands are specified in this order; otherwise, an error results.
- -g file-group-name ~<identifier>((1-8 characters))
- Specifies a name for the file group. All file group names must be unique within a server.
- ONL:
- Specify this option to enable (open) this file group when HiRDB is running. You can specify 2 to 200 file groups with ONL specified.
- Operand rule
- This operand must be specified at least twice but no more than 200 times.
- Notes
- Before adding, modifying, or deleting this operand when HiRDB Datareplicator (extracted side) is linked, terminate the corresponding HiRDB Datareplicator. If this operand is modified while HiRDB Datareplicator is running, its extraction process might fail.
- 61) pdlogadpf -d sys -g file-group-name -a "system-log-file-name" [-b "system-log-file-name"]
- Specifies the system log files that comprise the file group. This operand cannot be omitted; it must be specified once for each file group.
- Make sure that the pdlogadfg and pdlogadpf operands are specified in this order; otherwise, an error results.
- -g file-group-name ~<identifier>((1-8 characters))
- Specifies the file group name specified by the pdlogadfg operand. The file group name must be unique within the unit.
- -a "system-log-file-name" ~<path name>((up to 167 characters))
- Specifies an absolute path name as the name of the system log file that comprises the file group. Specify the name of the system log file that was initialized using the pdloginit command. Note that the system log file name must be unique within the unit.
- -b "system-log-file-name" ~<path name>((up to 167 characters))
- Specifies an absolute path name as the name of the system log file B when dual system log files are to be used (pd_log_dual = Y specified). If pd_log_dual = Y is not specified, the system log file name is invalid, even if it is specified.
- Specify the name of the system log file that was initialized using the pdloginit command. Note that the system log file name must be unique within the unit.
- Notes
- Before adding, modifying, or deleting this operand when HiRDB Datareplicator (extracted side) is linked, terminate the corresponding HiRDB Datareplicator. If this operand is modified while HiRDB Datareplicator is running, its extraction process might fail.