A configuration file brings together all the detail about how an application maps to the machines on which it runs. As The configuration files are delivered with the value of some parameters enclosed in angle brackets (<>). You need to replace these generic values with values that pertain to your installation. All of these fields occur within the If you want to enable the application password feature, add this line to the Configuration Files for bankapp
bankapp
is delivered, there are two configuration files in the ASCII format described in ubbconfig
(5). The file called ubbshm
contains the configuration for an application on a single computer. The file called ubbmp
contains the configuration for a networked application.
RESOURCES
, MACHINES
, and GROUPS
sections in both files. In ubbmp
, the NETWORK
section also has entries you must localize. In Listing 7-1 we show ubbmp
through the NETWORK
section; this illustration also covers all the changes you need to make in RESOURCES
, MACHINES
, and GROUPS
if you are bringing up a single-processor application. An explanation of the values that need to be replaced follows Listing 7-1.
RESOURCES
section of ubbshm
or ubbmp
:
SECURITY APP_PW
Listing 7-1
Configuration File Fields to Be Replaced
#Copyright (c) 1997 BEA Systems, Inc.
#All rights reserved *RESOURCES
IPCKEY 80952
001 UID <user id from id(1)>
002 GID <group id from id(1)>
PERM 0660
MAXACCESSERS 40
MAXSERVERS 35
MAXSERVICES 75
MAXCONV 10
MAXGTT 20
MASTER SITE1,SITE2
SCANUNIT 10
SANITYSCAN 12
BBLQUERY 180
BLOCKTIME 30
DBBLWAIT 6
OPTIONS LAN,MIGRATE
MODEL MP
LDBAL Y
#
*MACHINES
003 <SITE1's uname> LMID=SITE1
004 TUXDIR="<TUXDIR>"
005 APPDIR="<APPDIR>"
ENVFILE="<APPDIR>/ENVFILE"
TLOGDEVICE="<APPDIR>/TLOG"
TLOGNAME=TLOG
TUXCONFIG="<APPDIR>/tuxconfig"
006 TYPE="<machine type>"
ULOGPFX="<APPDIR>/ULOG"
007 <SITE2's uname> LMID=SITE2
TUXDIR="<TUXDIR>"
APPDIR="<APPDIR>"
ENVFILE="<APPDIR>/ENVFILE"
TLOGDEVICE="<APPDIR>/TLOG"
TLOGNAME=TLOG
TUXCONFIG="<APPDIR>/tuxconfig"
TYPE="<machine type>"
ULOGPFX="<APPDIR>/ULOG"
#
*GROUPS
DEFAULT: TMSNAME=TMS_SQL TMSCOUNT=2
BANKB1 LMID=SITE1 GRPNO=1
008 OPENINFO="TUXEDO/SQL:<APPDIR>/bankdl1:bankdb:readwrite"
BANKB2 LMID=SITE2 GRPNO=2
009 OPENINFO="TUXEDO/SQL:<APPDIR>/bankdl2:bankdb:readwrite"
*NETWORK
010 SITE1 NADDR="<network address of SITE1>"
011 BRIDGE="<device of provider>"
012 NLSADDR="<network listener address of SITE1>"
013 SITE2 NADDR="<network address of SITE2>"
014 BRIDGE="<device of provider>"
015 NLSADDR="<network listener address of SITE2>"
The following table describes the values you must provide for the angle-bracketed strings.
All of the configuration parameters and their values are described in As noted above, there are examples of the proper format for network address parameters in Administering the BEA TUXEDO System.
References
ubbconfig
(5) in the BEA TUXEDO Reference Manual.