PURPOSE

dmgwopts - runtime options for TUXEDO System/T domain gateway processes

SYNOPSIS

DMGW SRVGRP = "identifier"
SRVID = "number"
[RQADDR = "queue_name"]
REPLYQ = N


	RESTART = Y
[MAXGEN = value]
[GRACE = value]

DESCRIPTION

dmgwopts is not a command but rather a list of runtime options recognized by domain gateways in a TUXEDO System/T system. Domain gateways are special server processes in TUXEDO System/T that are built with the build_dgw(1) command. Running domain gateways in a TUXEDO System/T application is accomplished through the tmboot(1) and tmadmin(1) commands.

Domain gateways are described as servers in the *SERVERS section of the UBBCONFIG file. The value used for name of the a.out file generated by the build_dgw(1) command (the value for the -o option) must be used here in the place of the DMGW label. Domain gateways must be always associated with a particular group, that is, SRVGRP must be set to the corresponding GRPNAME tag specified in the *GROUPS section. The SVRID parameter is also required and its value must consider the maximum number of gateways allowed within the domain group. The RESTART parameter should be set to Y; the REPLYQ parameter should be set to N.

Gateway servers must be defined in the UBBCONFIG after the definition of the gateway administrative server (see GWADM(5)) in order to make sure the administrative server is booted ahead of the gateway server(s).

EXAMPLES

The following example shows the definition of a /Domain gateway group in the UBBCONFIG file.


*GROUPS
DMADMGRP LMID=mach1 GRPNO=1
gwgrp    LMID=mach1 GRPNO=2
*SERVERS
DMADM  SRVGRP="DMADMGRP" SRVID=1001 REPLYQ=N RESTART=Y GRACE=0
GWADM  SRVGRP="gwgrp" SRVID=1002 REPLYQ=N RESTART=Y GRACE=0
GWTDOMAIN SRVGRP="gwgrp" SRVID=1003 RQADDR="gwgrp" REPLYQ=N RESTART=Y 

See also the EXAMPLES section of ubbconfig(5) and dmconfig(5).

SEE ALSO

build_dgw(1),
tmadmin(1),
tmboot(1),
dmconfig(5),
servopts(5),
ubbconfig(5),
GWADM(5),
DMADM(5),
BEA TUXEDO Administrator's Guide,
BEA TUXEDO /Domain Guide