Skip Headers
Siebel CRM System Administration Guide
Siebel Innovation Pack 2015, Rev. A
E24823-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
  View PDF

Example of a Load Balancing Configuration File

Oracle's Siebel Enterprise Server in the example has the following characteristics:

Example of an lbconfig.txt File

The following is an example of an lbconfig.txt file. (Explanatory text at the beginning of the file is not shown.)

#Section one -- Session Manager Rules:
VirtualServer=1:SiebServA:2321;2:SiebServB:2321;
******************************
#Section two -- 3rd Party Load Balancer Rules
#Component Rules:

/siebel/SalesObjMgr_enu/=SiebServA:2321;SiebServB:2321;

#Server Rules:
/siebel/*/!1.*=SiebServA:2321;
/siebel/*/!2.*=SiebServB:2321;

#Round-Robin Rules:
/siebel/eMarketObjMgr_enu/RR=SiebServA:2321;SiebServB:2321;
/siebel/SMObjMgr_enu/RR=SiebServA:2321;SiebServB:2321;
/siebel/SalesObjMgr_enu/RR=SiebServA:2321;SiebServB:2321;