BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   TOP END Domain Gateway   |   Topic List   |   Previous   |   Next   |   Contents

   Using the BEA Tuxedo TOP END Domain Gateway

Defining Multiple Processes in the UBBCONFIG file

To configure multiple GWTOPEND processes, you need to define multiple gateway groups. To do so, you must define multiple GWADM/GWTOPEND pairs in the UBBCONFIG file, and assign each pair to a different BEA Tuxedo group.

Sample UBBCONFIG File

The following example shows the GROUPS and SERVERS sections of the UBBCONFIG file configured for two TOP END Domain Gateways, gwgrp1 and gwgrp2, on two nodes. The gateways are not required to be on separate nodes; both may be configured on the same node.

*GROUPS 
DMADMGRP LMID=mach1 GRPNO=1
gwgrp1 LMID=mach1 GRPNO=2
gwgrp2 LMID=mach2 GRPNO=3

*SERVERS
#GWTOPEND is the name of the TEDG binary program.
#Other parameters are strictly for illustrative purposes

DMADM SRVGRP="DMADMGRP" SRVID=1001 REPLYQ=N RESTART=Y
MAXGEN=5 GRACE=3600
GWADM SRVGRP="gwgrp1" SRVID=1002 REPLYQ=N RESTART=Y MAXGEN=5
GRACE=3600
GWTOPEND SRVGRP="gwgrp1" SRVID=1003 RQADDR="gwgrp1" REPLYQ=N
RESTART=Y MAXGEN=5 GRACE=3600
GWADM SRVGRP="gwgrp2" SRVID=1004 REPLYQ=N RESTART=Y MAXGEN=5
GRACE=3600
GWTOPEND SRVGRP="gwgrp2" SRVID=1005 RQADDR="gwgrp2" REPLYQ=N
RESTART=Y MAXGEN=5 GRACE=3600

See Also