Nonstop Database, HiRDB Version 9 Installation and Design Guide
This example creates system RDAREAs in the following HiRDB file system area for RDAREAs on the server machine where the dictionary server is defined:
Create the control statement file that is to be specified in the database initialization utility's (pdinit) argument. You can create the control statement file at any location. This example creates a file under the following filename:
create rdarea RDMAST for masterdirectory 1
server name dic
file name "/rdarea01/rdmast01"
initial 10 segments;
create rdarea RDDIR for datadirectory 2
server name dic
file name "/rdarea01/rddir01"
initial 5 segments;
create rdarea RDDIC for datadictionary 3
server name dic
extension use 50 segments
file name "/rdarea01/rddic01"
initial 20 segments;
|
pdinit -d /usr/hirdb/pdinit01 |
All Rights Reserved. Copyright (C) 2012, 2015, Hitachi, Ltd.