E Load Balancer Configuration Example

Figure E-1 shows a configuration that includes a load balancer for the M62 cluster used in the scenario in this document.

Figure E-1 Example of a Load Balancer Used With the M62 Cluster

Description of Figure E-1 follows
Description of "Figure E-1 Example of a Load Balancer Used With the M62 Cluster"

Contact your network engineering team or other IT support to set up the load balancer. One requirement for the load balancer service is server affinity, also known as Sticky session.

See the following link for hardware load balancer requirements:

http://docs.oracle.com/cd/E12840_01/wls/docs103/sitemap.html

Configuration example for Cisco CSS 11503 for M62 Cluster

service M6Installer1 
port 6001
protocol tcp
st
keepalive type http
keepalive maxfailure 2
keepalive retryperiod 2
keepalive uri "/main/buildInfoPage.html"
ip address 10.1.236.23
active 
service M6Installer2 
port 6001
protocol tcp
string srvplosa2
keepalive type http
keepalive maxfailure 2
keepalive retryperiod 2
keepalive uri "/main/buildInfoPage.html"
ip address 10.1.236.24
active 
Owner test
content m6cluster
vip address 10.1.245.57
protocol tcp
port 6001
add service M6Installer1
add service M6Installer2
advanced-balance arrowpoint-cookie
balance leastconn
param-bypass enable
no persistent
active