Paradyne OpenLane SLM 5.5 User Manual

Page 37

Advertising
background image

4. Configuring Distributed Components

7800-A2-GB32-00

January 2002

4-3

3. On the OpenLane server (172.20.1.20), edit the jserv.properties file:

Solaris:

Edit the

/opt/apache/conf/jserv.properties

file and add the

address of the Web server to the

security.allowedAddresses

directive:

security.allowedAddresses=127.0.0.1,172.20.1.20,172.20.1.10

Set the bind address to the IP address of the OpenLane server:

bindaddress=172.20.1.20

Edit the

/opt/apache/conf/jserv.conf

file and remove the

comment symbol (#) from

ApJServDefaultHost

. Set the

ApJServDefaultHost

to the IP address of the OpenLane server:

ApJServDefaultHost 172.20.1.20

Windows:

Edit the

c:\opt\apache\conf\mod_jserv.properties

file and

add the address of the Web server to the

security.allowedAddresses

directive and set the bind address to

the IP address of the OpenLane server:

security.allowedAddresses=127.0.0.1,172.20.1.20,172.20.1.10

bindaddress=172.20.1.20

Edit the

c:\opt\apache\conf\mod_jserv.conf

file and remove

the comment symbol (#) from

ApJServDefaultHost

. Set the

ApJServDefaultHost

to the address of the OpenLane server:

ApJServDefaultHost 172.20.1.20

4. Restart the OpenLane server.

5. On the Web server (172.20.1.10):

Solaris: Edit

OLControlConfig

. Disable everything but the Web server

(disable by changing the value to 0).

Windows: Edit

OLControlConfig.bat

. Disable all functions but the

Web server (by changing the value for other functions from 1 to 0). For
example:



set DATABASE=0
set WEBSERVER=1
set MGMTSVCS=0
set UHPOLLER=0
set UHREADER=0
set SNMPPOLLER=0
set SCHEDRPTS=0
set SCMPOLLER=0
set DIRSVCS=0



Advertising