Sample omni.dat files
Two sample connections data files $NCHOME/etc/omni.dat are provided here with communication details of all the components in a basic failover configuration (aggregation layer only), and in the standard multitiered architecture. In these files, the components are all shown as installed on the same host.
omni.dat file for a failover configuration
#
# omni.dat file as prototype for interfaces file
#
# Ident: $Id: omni.dat 1.5 1999/07/13 09:34:20 chris Development $
#
[AGG_P]
{
Primary: myhost_name.ibm.com 4100
}
[AGG_B]
{
Primary: myhost_name.ibm.com 4150
}
[AGG_V]
{
Primary: myhost_name.ibm.com 4100
Backup: myhost_name.ibm.com 4150
}
[AGG_GATE]
{
Primary: myhost_name.ibm.com 4105
}
omni.dat file for the standard multitiered architecture
#
# omni.dat file as prototype for interfaces file
#
# Ident: $Id: omni.dat 1.5 1999/07/13 09:34:20 chris Development $
#
[AGG_P]
{
Primary: myhost_name.ibm.com 4100
}
[AGG_B]
{
Primary: myhost_name.ibm.com 4150
}
[AGG_V]
{
Primary: myhost_name.ibm.com 4100
Backup: myhost_name.ibm.com 4150
}
[COL_P_1]
{
Primary: myhost_name.ibm.com 4101
}
[COL_B_1]
{
Primary: myhost_name.ibm.com 4151
}
[DIS_1]
{
Primary: myhost_name.ibm.com 4102
}
[DIS_2]
{
Primary: myhost_name.ibm.com 4152
}
[C_TO_A_GATE_P_1]
{
Primary: myhost_name.ibm.com 4103
}
[C_TO_A_GATE_B_1]
{
Primary: myhost_name.ibm.com 4153
}
[A_TO_D_GATE_1]
{
Primary: myhost_name.ibm.com 4104
}
[A_TO_D_GATE_2]
{
Primary: myhost_name.ibm.com 4154
}
[AGG_GATE]
{
Primary: myhost_name.ibm.com 4105
}