Black Box ET0100A Network Router User Manual


 
Installation Examples
EncrypTight Manager Installation Guide 15
Ordering of actions is important.
You should install in the following steps:
1 Power on both servers
2 Assign IP to server #1
3 Assign IP to server #2
4 Make sure that server #1 can see server #2 on the network
5 Run /etc/init.d/policyserver-install on server #1 ( same order of IP addresses on both )
6 IMPORTANT: WAIT for server #1 to fully complete the install and startup
7 Run /etc/init.d/policyserver-install on server #2 ( same order of IP addresses on both )
Once installation is complete you can view the web interface from either of the cluster nodes IP
addresses.
To verify that the cluster is in place check the Platform -> Utilities page DB Nodes and Appserver Nodes.
Disaster Recovery Install
Using Single Server For Main Site
Main Site
Assign an IP to the Main site installation.
Modify the /opt/scripts/policyserver-init.conf and set the following. Emacs, nano, and vi are available
on the OS.
NOTE
The disasterHost IP should be the IP of the Disaster Recovery server.
########################################################################
#######
#######
####### Disaster Recovery options
#######
#
## When this
server will use a disaster recovery site set the following:
heartbeatEnabled=true
disasterEnabled=true
disasterHost=192.168.80.X - THE IP OF THE DISASTER RECOVERY SERVER
disasterUser=pserver
disasterPass=pserver
heartbeatPort=8764
#
#
## When this
server IS the disaster recovery site set the following:
# disasterServer=true
# disasterServerUser=admin
# heartbeatInterval=30000