Install more servers
This topic explains how to install additional Deployment Automation servers for a high availability (active-active) implementation.
Prerequisite: Install the first server
To install servers 2 through n:
-
UNIX/Linux: Make sure you have mounted the network share with the Deployment Automation profile:
-
Open the /etc/fstab file for editing.
-
Add a line for your profile share, for example:
Copy code//serverName/Temp/sharedProfile /mnt/localProfileDir cifs _netdev,
uid=1000,iocharset=utf8,sec=ntlm,username=user@domain.com,
password=password,noserverino 0 0 -
Save the file.
-
-
Run the installer and set the Server Install Location field to the shared Deployment Automation user profile.
-
Select the Use existing settings option so that the installation uses the same database as the first server installation.
-
Update the Common Tomcat set environment:
Windows -
Navigate to the Common Tomcat bin directory, for example:
C:\Program Files\Micro Focus\common\tomcat\<Tomcat-version>\bin
-
Open the setenv.bat file and add the following property to the line
JAVA_OPTS=...
-Djava.rmi.server.hostname=<ip_servern>
where <ip_servern> is the IP address of the second or nth server.
-
Restart Common Tomcat.
UNIX/Linux -
Navigate to the Common Tomcat bin directory, for example:
/opt/MicroFocus/da/common/tomcat/<Tomcat-version>/bin
-
Open the setenv.sh file and add the following property to the line
CATALINA_OPTS=...
-Djava.rmi.server.hostname=<ip_servern>
where <ip_servern> is the IP address of the second or nth server.
-
Restart Common Tomcat.
-
After installing servers, install and configure agents. For details, see High availability configurations.
Next steps: