BEA Logo BEA Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Documentation   |   Tutorials for Developing BEA Tuxedo ATMI Applications   |   Local Topics   |   Previous Topic   |   Next Topic   |   Contents

 


Step 4: Editing and Loading the Configuration File

How to Edit the Configuration File

  1. In a text editor, familiarize yourself with ubbsimple, which is the configuration file for simpapp.

    The simpapp Configuration File

    1$
    2
    3 #Skeleton UBBCONFIG file for the BEA Tuxedo Simple Application.
    4 #Replace the <bracketed> items with the appropriate values.
    5 RESOURCES
    6 IPCKEY <Replace with valid IPC Key greater than 32,768>
    7
    8 #Example:
    9
    10 #IPCKEY 62345
    11
    12 MASTER simple
    13 MAXACCESSERS 5
    14 MAXSERVERS 5
    15 MAXSERVICES 10
    16 MODEL SHM
    17 LDBAL N
    18
    19 *MACHINES
    20
    21 DEFAULT:
    22
    23 APPDIR="<Replace with the current pathname>"
    24 TUXCONFIG="<Replace with TUXCONFIG Pathname>"
    25 TUXDIR="<Root directory of Tuxedo (not /)>"
    26 #Example:
    27 # APPDIR="/usr/me/simpdir"
    28 # TUXCONFIG="/usr/me/simpdir/tuxconfig"
    29 # TUXDIR="/usr/tuxedo"
    30
    31 <Machine-name> LMID=simple
    32 #Example:
    33 #tuxmach LMID=simple
    34 *GROUPS
    35 GROUP1
    36 LMID=simple GRPNO=1 OPENINFO=NONE
    37
    38 *SERVERS
    39 DEFAULT:
    40 CLOPT="-A"
    41 simpserv SRVGRP=GROUP1 SRVID=1
    42 *SERVICES
    43 TOUPPER

  2. For each <string> (that is, for each string shown between angle brackets), substitute an appropriate value.

How to Load the Configuration File

  1. Run tmloadcf to load the configuration file:
    $ tmloadcf ubbsimple
    Initialize TUXCONFIG file: /usr/me/simpdir/tuxconfig [y, q] ? y
    $

  2. Check the results:
    $ ls -l
    total 216
    -rwxr-x--x 1 usrid grpid 313091 May 28 15:41 simpcl
    -rw-r----- 1 usrid grpid 1064 May 28 07:51 simpcl.c
    -rwxr-x--x 1 usrid grpid 358369 May 29 09:00 simpserv
    -rw-r----- 1 usrid grpid 275 May 28 08:57 simpserv.c
    -rw-r----- 1 usrid grpid 106496 May 29 09:27 tuxconfig
    -rw-r----- 1 usrid grpid 382 May 29 09:26 ubbsimple

You now have a file called TUXCONFIG. The TUXCONFIG file is a new file under the control of the BEA Tuxedo system.

See Also

 

back to top previous page next page