Hitachi

uCosminexus Application Server Security Management Guide


8.5 Load balancer connection information setup with Management Server (Smart Composer functionality)

To configure load balancer access with the Smart Composer functionality, set the connection information in the load balancer definition property file (lb.properties) on the host that runs Management Server.

This section shows examples of configuring the connection information for the load balancers BIG-IP and AX2500 for direct access through an API.

BIG-IP (BIG-IP v9, BIG-IP v10.1, BIG-IP v10.2, or BIG-IP v11)
lb.list=192.168.100.10
 
lb.connect_type.192.168.100.10=API
#lb.API.port.192.168.100.10=443
lb.API.user.192.168.100.10=user01
lb.API.passwd.192.168.100.10=user01pw
#lb.API.API.timeout.192.168.100.10=10
AX2500
lb.list=192.168.10.100
lb.enable_passwd.192.168.10.100=adminpw
 
lb.connect_type.192.168.10.100=API
lb.API.user.192.168.10.100=user01
lb.API.passwd.192.168.10.100=user01pw
#lb.API.port.192.168.10.100=443
#lb.API.cookie_persistence_template.MyWebSystem.192.168.10.100=SC_COOKIE_TEMPNAME
#lb.API.API.timeout.192.168.10.100=10
javax.net.ssl.trustStore=C:\\work\\ACOS.keystore
javax.net.ssl.trustStorePassword=keystore_pass

For details about lb.properties (load balancer definition property file), see 4.2.4 lb.properties (load balancer definition properties file) in the uCosminexus Application Server Definition Reference Guide.