Siemens V 4.0 User Manual

Page of 244
GINA V4.0 System Administrator Guide – September 2000
175
Sample configuration file
Dr
uc
k v
om 24. 01.2001 17:01.00
 torbk
ontux
7.4 Sample configuration file
This section illustrates the syntactic structure using a sample configuration.
SYSTEM
{
    //
    // system-wide MAX statements.
    //
   MAX( "IPCKEY" = "65024" )
   MAX( "APPDIR" = "/tmp/appdir" )
   MAX( "ENVDIR" = "/tmp/appdir/envdir" )
   MAX( "GINACONFIGDIR" = "/tmp/appdir/ginaconfigdir" )
   MAX( "TUXCONFIG" = "/tmp/tuxconfig/TUXCONFIG" )
   MAX( "TUXDIR" = "/opt/TUXEDO" )
   MAX( "QUEUEFILE" = "/tmp/queuefile/QUE" )
   MAX( "MIN" = "2" )
   MAX( "MESSAGES" = "111" )
    //
    // first operating system of the system.
    // in this example the hostname is
    // used as symbolic name.
    //
    HOST("kotw002", BACKUP)
    {
        //
        // internetaddress of first host.
        //
        INTERNETADDRESS(192.200.94.8)
        //
        // available shared memory and semaphore keys.
        //
        KEYVECTOR(5011,5047)
        //
        // available port addresses.
        //
        PORTADDRESSES(10111,10126)