You can convert an IBM® UrbanCode® Deploy server into the first node of a high-availability cluster.
- Each server in the cluster must run the same version of IBM UrbanCode Deploy.
To convert a stand-alone server to the first node in a clustered
configuration, you first move CodeStation to shared network storage, and then modify the server
settings for multi-server operation.
-
Move CodeStation to a shared storage location with a fast network connection.
Because each cluster server must access the same configuration files, each server must have
access to this network storage. See
Relocating CodeStation.
-
Install a load balancer to send requests to the servers.
The load balancer must be able to forward requests to the HTTP and HTTPS ports for the
servers. For more information, see the documentation for your load balancer.
Important: You must configure the load balancer for session persistence, also known as session affinity.
-
Stop of the server.
-
Add the following line of code to the
install_folder/conf/server/installed.properties file:
com.urbancode.ds.UDeployServer.multiserver=true
-
Start the server.
-
On the new cluster server, click , and set the External Agent URL and the External
User URL to the URL for the load balancer.
- Optional:
Configure the license server for high availability.
After you configure the server and the load balancer, you can add nodes to
the cluster.