This example changes the system log file record length from 4096 bytes to 1024 bytes.
pdstart -r |
pdcopy -m /rdarea/mast/mast01 -M x -a -b /pdcopy/backup01 |
pdstop |
pdlogunld -d sys -g log1 -o /unld/unldlog1 |
The pd_log_rec_leng operand must be added as follows in the server definition:
: |
pdlogrm -d sys -f /sysfile_a/log1a |
pdloginit -d sys -f /sysfile_a/log1a -n 2000 -l 1024 |
pdstart |
If data is linked to HiRDB Datareplicator, HiRDB Datareplicator must also be started.
It is recommended that after the command has executed you check whether or not the execution results are correct. For details on how to check command execution results, see the manual HiRDB Version 8 Command Reference.