Users Guide
HTTPS Support with Load Balancer | Clustering
126 OMNM 6.5.3 Installation Guide
5
Specify config server IP. Use the lowest IP among mediation servers.
6
Start mediation server when done installing.
CAUTION:
You must add file server's IP address to the Mediation Partition's routing entries in distributed
environments that have application server's local mediation turned off.
HTTPS Support with Load Balancer
The industry norm is to configure the load balancer to handle SSL Offloading (SSL Termination).
In this configuration SSL secures communication from the client browser to the load balancer/
firewall, but communication from the load balancer / firewall to the web servers is not. There are a
number of benefits to this type of configuration, the most prominent being ease of management,
since users only have to purchase and manage one certificate per load balancer instead of one per
web server. Performance also improves since the individual web servers are not impacted with
encryption/decryption overhead.
To configure Load Balancer to support a secure web connection, additional properties need to
instruct the portal that a front end termination point exists. To do this, in the
oware/synergy/
conf/server-overrides.properties
add the following:
# The HTTPS Port that the load balancer is listening to, Default is 8443
web.server.https.port=8443
# The Protocol used by the load balancer
web.server.protocol=https
# The Port that Synergy is listening on
portal.instance.http.port=8080
After setting these properties, restart OpenManage Network Manager. You can fully login and use
the Portal in SSL on 8443 even though the server is running on 8080 internally, before it reaches
load balancer.
See the
OpenManage Network Manager User Guide
for instructions about implementing HTTPS
on a single server installation.
Verifying Clustered Installations
The following example tests load balancing between servers (web server + application server). Here
is the configuration:
• Server 1 hosts first web server + appserver
• Server 2 hosts second web server + appserver
• User A connects to load balancer from distinct IP and Resyncs a device
• User B connects to load balancer from distinct IP and Resyncs a device
Several verifications are available, including the following:
•
Verifying Application Server
•
Verify Application Server Redundancy Fail Over
•
Validate Mediation Server