Nonstop Database, HiRDB Version 9 Command Reference
The pdlogadpf command allocates during HiRDB operation a physical file to a file group specified in the HiRDB system definition. The physical file must have been created with the pdloginit command before the pdlogadpf command is executed.
Once the pdlogadpf command is executed, the file group becomes available to the active HiRDB system when it is opened by the pdlogopen command.
HiRDB administrator
pdlogadpf -d spd [-s server-name] -g file-group-name -a primary-physical-file-name [-b secondary-physical-file-name] |
pdlogadpf -d spd -s server-name -g file-group-name -a primary-physical-file-name [-b secondary-physical-file-name] |
Specifies that a physical file is to be allocated as a synchronization point dump file.
Specifies the name of the server corresponding to the file group.
Specifies the name of the file group to which the physical file is to be allocated. This file group name must have been specified in a single server definition, front-end server definition, back-end server definition, or dictionary server definition.
Specifies the absolute path name of the primary physical file that is to be allocated to the file group. Specify the physical file name in the format HiRDB-file-system-area-name/HiRDB-file-name.
Specifies the absolute path name of the secondary physical file that is to be allocated to the file group. Specify the physical file name in the format HiRDB-file-system-area-name/HiRDB-file-name.
This option is required when dual synchronization point dump files are used. If dual synchronization point dump files are not used, specifying this option will result in an error.
If you use dual synchronization point dump files and specify both the -a and the -b options, and if an allocation error occurs on either the primary or secondary file, a command error results.
Allocate a physical file to a file group specified in the system definition.
/svr01/spdf15
pdlogadpf -d spd 1 -g spdfgf15 2 -a /svr01/spdf15 3 |
pdlogadpf -d spd 1 -s bes1 2 -g spdfgf15 3 -a /svr01/spdf15 4 |
All Rights Reserved. Copyright (C) 2011, 2015, Hitachi, Ltd.