Scalable Database Server, HiRDB Version 8 System Operation Guide
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:
:
set pd_log_rec_leng = 1024
:
|
pdlogrm -d sys -f /sysfile_a/log1a pdlogrm -d sys -f /sysfile_b/log1b pdlogrm -d sys -f /sysfile_a/log2a pdlogrm -d sys -f /sysfile_b/log2b pdlogrm -d sys -f /sysfile_a/log3a pdlogrm -d sys -f /sysfile_b/log3b pdlogrm -d sys -f /sysfile_a/log4a pdlogrm -d sys -f /sysfile_b/log4b |
pdloginit -d sys -f /sysfile_a/log1a -n 2000 -l 1024 pdloginit -d sys -f /sysfile_b/log1b -n 2000 -l 1024 pdloginit -d sys -f /sysfile_a/log2a -n 2000 -l 1024 pdloginit -d sys -f /sysfile_b/log2b -n 2000 -l 1024 pdloginit -d sys -f /sysfile_a/log3a -n 2000 -l 1024 pdloginit -d sys -f /sysfile_b/log3b -n 2000 -l 1024 pdloginit -d sys -f /sysfile_a/log4a -n 2000 -l 1024 pdloginit -d sys -f /sysfile_b/log4b -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.
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.