uCosminexus Application Server, System Setup and Operation Guide
Smart Composer functionality sets only the basic settings (such as virtual server or a real server definition, binding between virtual server port and real server port) of the load balancer. When you set up the system, this information is used as a base for creating a virtual server or a real server in the load balancer. After completing the batch setup of systems, manually perform settings to support a specific network configuration.
For details on APIs and the CLI commands of the load balancer executed by the Smart Composer functionality, see Appendix K CLI commands or APIs of the load balancer executed by the Smart Composer functionality.
When sharing a single load balancer among different Web systems, you must divide virtual server of the load balancer used in each Web system.
You must take precautions regarding the following definitions in Easy Setup definition file.
For ACOS, you must also perform the settings (using Auto Translation functionality) for automatically converting the ports with any of the following 2 configuration conditions are fulfilled.
Set the auto translation functionality for the load balancer in advance. For details on settings, see the ACOS documentation.
In a configuration with redundant load balancers, you must perform settings for connecting to each of the load balancers. Perform the connection settings required for connecting to each of the two load balancers in the lb.properties file. The lb.connect_type of each load balancer must be the same.
The following example illustrates the setting example of lb.properties in case of the configuration with redundant load balancers (AX2000, BS320) used for direct connection using the telnet. In this example, load balancers LB1 and LB2 are used, with the management IPs as "192.168.1.100" and "192.168.1.101" respectively.
lb.list=192.168.1.100,192.168.1.101 # Settings for the load balancer LB1 having redundant configuration lb.enable_passwd.192.168.1.100=adminpw lb.connect_type.192.168.1.100=telnet lb.telnet.user.192.168.1.100=user01 lb.telnet.passwd.192.168.1.100=user01pw lb.telnet.user_prompt.192.168.1.100="AX login: " lb.telnet.passwd_prompt.192.168.1.100="Password: " lb.telnet.login_prompt.192.168.1.100=> # Settings for the load balancer LB2 having redundant configuration lb.enable_passwd.192.168.1.101=adminpw lb.connect_type.192.168.1.101=telnet lb.telnet.user.192.168.1.101=user01 lb.telnet.passwd.192.168.1.101=user01pw lb.telnet.user_prompt.192.168.1.101="AX login: " lb.telnet.passwd_prompt.192.168.1.101="Password: " lb.telnet.login_prompt.192.168.1.101=> |
Note: Set the same value for the portion in bold.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.