Nonstop Database, HiRDB Version 9 System Definition
This example creates system definitions for a HiRDB/Single Server. The system configuration is shown as follows:
This example explains only the system common definition, unit control definition, and their related operands.
set pd_system_id = SDS1 1
set pd_name_port = 20003 2
:
:
set pd_ha = use 3
set pd_ha_ipaddr_inherit = N 4
:
:
pdunit -x host1 -u UNT1 -d "C:\HiRDB1" -c host2 5
pdstart -t SDS -s sds01 -u UNT1 6
|
set pd_unit_id = UNT1 1
:
:
set pd_hostname = host1 2
|
set pd_system_id = SDS2 1
set pd_name_port = 20004 2
:
:
set pd_ha = use 3
set pd_ha_ipaddr_inherit = N 4
:
:
pdunit -x host2 -u UNT2 -d "C:\HiRDB2" -c host1 5
pdstart -t SDS -s sds02 -u UNT2 6
|
set pd_unit_id = UNT2 1
:
:
set pd_hostname = host2 2
|
All Rights Reserved. Copyright (C) 2014, Hitachi, Ltd.