A configuration file brings together all the detail about how an application maps to the machines on which it runs. As The configuration file was 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 File for STOCKAPP
STOCKAPP
is delivered, there is a configuration file in the ASCII format described in ubbconfig
(5). The file called UBBCBSHM
contains the configuration for an application on a single computer.
RESOURCES
, MACHINES
and GROUPS
sections in the file. In Listing 6-1 we show UBBCBSHM
. An explanation of the values that need to be replaced follows Listing 6-1.
RESOURCES
section:
SECURITY APP_PW
Listing 6-1
Configuration file fields to be replaced
#Copyright (c) 1992 Unix System Laboratories, Inc.
#All rights reserved
#Skeleton UBBCONFIG file for the TUXEDO COBOL Sample Application.
*RESOURCES
IPCKEY 226164
001 UID <user id from id(1)
>
002 GID <group id from id(1)
>
MASTER SITE1
PERM 0660
MAXACCESSERS 20
MAXSERVERS 15
MAXSERVICES 30
MODEL SHM
LDBAL Y
MAXGTT 100
MAXBUFTYPE 16
MAXBUFSTYPE 32
SCANUNIT 10
SANITYSCAN 12
DBBLWAIT 6
BBLQUERY 180
BLOCKTIME 10
TAGENT "TAGENT"
#
*MACHINES
003 <SITE1's uname
> LMID=SITE1
004 TUXDIR="<TUXDIR1
>"
005 APPDIR="<APPDIR1
>"
ENVFILE="<APPDIR1
>/ENVFILE"
TUXCONFIG="<APPDIR1
>/TUXCONFIG"
TUXOFFSET=0
006 TYPE="<machine type
>"
ULOGPFX="<APPDIR
>/ULOG"
MAXWSCLIENTS=5
#
*GROUPS
COBAPI LMID=SITE1 GRPNO=1
#
#
*SERVERS
FUNDUPSR SRVGRP=COBAPI SRVID=1 CONV=Y ENVFILE="<APPDIR1>/ENVFILE"
FUNDPRSR SRVGRP=COBAPI SRVID=2 ENVFILE="<APPDIR1>/ENVFILE"
BUYSELL SRVGRP=COBAPI SRVID=3 ENVFILE="<APPDIR1>/ENVFILE"
#
#
*SERVICES
The following list describes the nature of the value you must provide for the angle-bracketed values.
All of the configuration parameters and their values are described in References
ubbconfig
(5) in the BEA TUXEDO Reference Manual.