5.3.21 Operands related to synchronization point dump file configuration
- 62) pdlogadfg -d spd -g file-group-name [ONL]
- Specifies a file group for synchronization point dump files. This operand cannot be omitted and must be specified. Use the pdlogadpf operand to assign synchronization point dump 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 30 file groups with ONL specified.
- Operand rule
- This operand must be specified at least twice but no more than 60 times.
- 63) pdlogadpf -d spd -g file-group-name -a "synchronization-point-dump-file-name" [-b "synchronization-point-dump-file-name"]
- Specifies the synchronization point dump 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 "synchronization-point-dump-file-name":
<pathname> ((up to 167 characters)) - Specifies an absolute path name as the name of the synchronization point dump file that comprises the file group. Specify the name of the synchronization point dump file that was initialized using the pdloginit command. Note that the synchronization point dump file name must be unique within the unit.
- -b "synchronization-point-dump-file-name":
<pathname> ((up to 167 characters)) - Specifies an absolute path name as the name of the synchronization point dump file B when dual synchronization point dump files are to be used (pd_spd_dual = Y specified). If pd_spd_dual = Y is not specified, the synchronization point dump file name is invalid, even if it is specified.
- Specify the name of the synchronization point dump file that was initialized using the pdloginit command. Note that the synchronization point dump file name must be unique within the unit.
- Operand rule
- HiRDB file system area names are not case sensitive, but HiRDB file names are case sensitive. For example, for C:\hirdb\sysfile\sync01, C:\hirdb\sysfile is not case sensitive, but sync01 is case sensitive.