Real Time Information Director User Documentation
RTID Deployment
Hewlett-Packard Company 15 529618 - 002
typeset GPPNAME="\$RTIDG"
• If necessary, update the priority of the Generic process:
typeset PRIORITY=150 # As appropriate for your system
• Update the user id. The Generic process and the Director WebLogic process will
both be started using this user id.
Make sure this user id has access to both the WebLogic server and the application
database used by the Director.
typeset USERID="240,10" # The WLS Administrator's Guardian userid
3. Open startgpServer.sh script, and make the following changes:
• Replace the string <CHANGE ME> with your RTID WebLogic domain folder
name. (The value must match that of RTID_APP_HOME in the setenv_server.sh
script.)
For example:
. /rtid/domain1/scripts/setenv.sh
• Set the RTID WebLogic JVM process name if different from the default “RTID”.
RTID_PROCESS="RTID"
• Set the WebLogic server name if it is different than the default “rtidServer”.
SERVER_NAME=rtidServer
• Set the WLS user name and password. Change the default values ”weblogic” to
match your system.
WLS_USER=<myuser>
WLS_PW=<myspassword>
• Save changes to startgpServer.sh.
4. Open the stop.sh script and update the Generic process name to match the process
name specified in the startgp.sh script. The stop.sh script file invokes the stopgp.sh
and passes the Generic process name as a parameter, as shown below.
stopgp.sh RTIDGPServer