Naming conventions for the multitiered architecture

A naming convention has been devised to help you identify related components in each layer of the multitiered architecture, and the data flow within and across the layers.

Important: Ensure that you use these naming conventions for your ObjectServers and ObjectServer Gateways. The SQL import files and gateway configuration files, which are supplied for setting up the architecture, rely on compliance with these naming conventions. In particular, ensure that the primary ObjectServer names end in _P* and the backup ObjectServer names end in _B*.
The naming conventions used for the standard multitiered architecture are shown in the following table. For each component shown in the first column, the table shows the following details:
  • Description: Shows what the component represents.
  • Convention: Shows the naming convention for that component, where n represents an integer.
  • Name provided: Lists examples of the component name, as provided in the standard architecture.
  • Additional name: Provides suggested names (where applicable) for additional components, when added. Note that additional names are not required for aggregation ObjectServers and the aggregation gateway because there should only ever be one aggregation ObjectServer pair and one aggregation gateway in any multitiered environment.
Table 1. Naming conventions for the multitiered architecture
Component Description Convention Name provided Additional name
Collection ObjectServers Collection primary Objectserver n COL_P_n COL_P_1 COL_P_2

COL_P_3

...

  Collection backup Objectserver n COL_B_n COL_B_1 COL_B_2

COL_B_3

...

Collection virtual pair n COL_V_n COL_V_1 COL_V_2

COL_V_3

...

Collection-to-Aggregation Gateways Collection primary Objectserver Gateway n C_TO_A_GATE_P_n C_TO_A_GATE_P_1 C_TO_A_GATE_P_2

C_TO_A_GATE_P_3

...

  Collection backup Objectserver Gateway n C_TO_A_GATE_B_n C_TO_A_GATE_B_1 C_TO_A_GATE_B_2

C_TO_A_GATE_B_3

...

Aggregation ObjectServers Aggregation primary ObjectServer AGG_P AGG_P Not applicable
  Aggregation backup ObjectServer AGG_B AGG_B Not applicable
  Aggregation virtual pair AGG_V AGG_V Not applicable
Aggregation Gateway Aggregation Gateway AGG_GATE AGG_GATE Not applicable
Aggregation-to-Display Gateways Display Objectserver Gateway n A_TO_D_GATE_n A_TO_D_GATE_1

A_TO_D_GATE_2

A_TO_D_GATE_3

A_TO_D_GATE_4

...

Display ObjectServers Display ObjectServer n DIS_n DIS_1

DIS_2

DIS_3

DIS_4

...