2.4.3 Configuring Replicated Server Processes and Groups in the Production Application

The following code snippet shows excerpts from the GROUPS and SERVERS sections of the UBBCONFIG file for the Production sample application.

*GROUPS
    APP_GRP1
        LMID       = SITE1
        GRPNO      = 2
        TMSNAME    = TMS
    APP_GRP2
        LMID       = SITE1
        GRPNO      = 3
        TMSNAME    = TMS
    ORA_GRP1
        LMID       = SITE1
        GRPNO      = 4
        OPENINFO   = "ORACLE_XA:Oracle_XA+Acc=P/scott/..."
        CLOSEINFO  = ""
        TMSNAME    = "TMS_ORA"
    ORA_GRP2
        LMID       = SITE1
        GRPNO      = 5
        OPENINFO   = "ORACLE_XA:Oracle_XA+Acc=P/scott/..."
        CLOSEINFO  = ""
        TMSNAME    = "TMS_ORA"

*SERVERS
    # By default, activate 2 instances of each server
    # and allow the administrator to activate up to 5
    # instances of each server
    DEFAULT:
        MIN = 2
        MAX = 5
    tellp_server
        SRVGRP = ORA_GRP1
        SRVID = 10
        RESTART = N
    tellp_server
        SRVGRP = ORA_GRP2
        SRVID = 10
        RESTART = N

    billp_server
        SRVGRP = APP_GRP1
        SRVID = 10
        RESTART = N
    billp_server
        SRVGRP = APP_GRP2
        SRVID = 10
        RESTART = N
    univp_server  
        SRVGRP = ORA_GRP1
        SRVID = 20
        RESTART = N
    univp_server
        SRVGRP = ORA_GRP2
        SRVID = 20
        RESTART = N