HP-UX AAA Server A.07.01 Administrator's Guide

#! /bin/sh
########################################################
# # WARNING: # For security purposes, this file should be readable,
# writable and executable only by the aaa owner
# or group aaa (Permission 660)
#########################################################
#########################################################
# You will need to set the following Oracle environment
# variables according to your Oracle configuration.
#########################################################
ORACLE_HOME=<Oracle Home directory>
SHLIB_PATH=$SHLIB_PATH:$ORACLE_HOME/lib
DB_SRV_PORT=<db_srv port number>
DB_SRV_ORA_UID=<Oracle username>
DB_SRV_ORA_PWD=<Oracle password>
DB_SRV_ORA_SID=<Oracle SID>
export DB_SRV_PORT DB_SRV_ORA_UID DB_SRV_ORA_PWD DB_SRV_ORA_SID
export ORACLE_HOME SHLIB_PATH
DB_SRV_PORT=port Port number that db_srv scans for incoming
authentication requests from the remote AAA
server. Any available port number can be used.
However, typically port numbers greater than 4000
are used, since port numbers for standard services
are usually less than 4000. If multiple db_srv
daemons are running on the same machine, each
daemon must be listening to a different port.
DB_SRV_ORA_UID=userid
Oracle user name used to access the database.
DB_SRV_ORA_PWD=password
Oracle password used to access the database.
DB_SRV_ORA_SID=dbid
Oracle ID for the database to connect to when more
than one database exists on the machine. If the
parameter is omitted, the daemon connects to the
default database, which is defined during database
installation.
ORACLE_HOME=path
Directory where Oracle database was installed.
To enable debug logging for troubleshooting purposes, in /opt/aaa/bin/
start_db_srv.sh, modify the line:
102 Configuring Realms