Real Time Information Director User Documentation
 RTID Deployment 
Hewlett-Packard Company  19  529618 - 002 
USERID=119,10 
For server2, 
CPUSTRING=FIRSTOF(2,3) 
GPNAME=RTIDGPServer2 
GPPNAME=\$RTG2 
USERID=119,10 
2.  Review the following entries in the startgpServer.sh script, and make any necessary 
changes. 
RTID_APP_HOME 
SERVER_NAME 
3.  Add the following define statements to the top of the startgpServer.sh script for each 
Director installation on the NonStop server. These defines specify the Parallel TCP/IP 
entries that enable the load balancing. 
4.  Specify the Parallel TCP/IP process name that your Director servers should use. 
Replace “$ZSAM1” with the Parallel TCP/IP process name you want to use on your 
System. 
add_define =TCPIP^PROCESS^NAME class=map file=\$ZSAM1 
5.  Specify the Parallel TCP/IP Filter key. 
add_define =PTCPIP^FILTER^KEY class=map file=mykey 
6.  Specifying the Filter key will enable all ports to be load balanced. We need to specify 
the range of port numbers that should be load balanced. For example, in the following 
configuration, the port numbers 7001 to 7099 are load balanced by the Parallel 
TCP/IP on a round robin basis. Any port number outside this range is not load 
balanced. The shared URL will use a port within the load-balanced range. The 
management URL will use a port that is outside this range. 
add_define =PTCPIP^FILTER^TCP^PORTS FILE=P7001.P7099 
add_define =PTCPIP^FILTER^UDP^PORTS FILE=P7001.P7099 
7.  Create an additional unique Network Channel for each of your WebLogic servers. 
The network channel should use a unique port, which is not shared. This port 
becomes the management url. 
8.  Edit the stop.sh script to update the Generic process name (GPNAME). 
9.  Update the stopServer.sh script on the NonStop server for each Director install and 
modify the port number and IP address to match your Management URL. 










