IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Administrator's Guide > Prepare your dashboard environment > Configure an HTTP Server to load balance multiple Tivoli Enterprise Portal Servers
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Set Clone IDs on each Tivoli Enterprise Portal Server
Assign a unique clone ID to each Tivoli Enterprise Portal Server. The load balancing HTTP server uses the clone ID to ensure that requests for a session are always sent to the same portal server. Assign the clone ID by following these steps for each portal server:
Procedure
- Edit the server.xml file in the following location:
install_dir\CNPSJ\profiles\ITMProfile\config\cells\ITMCell\nodes\ITMNode\servers\ITMServer
install_dir/interp/iw/profiles/ITMProfile/config/cells/ITMCell/nodes/ITMNode/servers/ITMServer
- In the server.xml file, locate the entry <components xmi:type="applicationserver.webcontainer:WebContainer.
Within the components element, add the following entry:
<properties xmi:id="WebContainer_1183077764084" name="HttpSessionCloneId" value="12345" required="false"/>
Where value is set to the clone ID you want to assign for this portal server. This clone ID must be unique for each portal server.
- Save and close the file.
- Restart the Tivoli Enterprise Portal Server.
Parent topic:
Configure an HTTP Server to load balance multiple Tivoli Enterprise Portal Servers