How to Do Load Balancing on Siebel Server [Manually]


How to Do Load Balancing on Siebel Server [Manually]
Steps:
1.      Connect to Enterprise using the command prompt.
A. Open CMD and change the path to %Siebel Server Installation Directory%BIN
B. Type the following command to connect to enterprise.
Srvrmgr –g gateway_address  -e enterprisename  -u userid  –p password
Example1 :
Srvrmgr –g R0346  -e OUEnt  -u SADMIN –p SADMIN
           
2.      Generate the load balancing file with the following command.
Generate LbConfig
Note: this command will generate a .txt file with all the enterprise server as virtual servers.
%Siebel Server Installation Directory Path%Admin% lbconfig.txt
3.      Now Lets modify our eapps.cfg file to enable the load balance on the web server. [Remember this is done automatically when apply the logical profile on web server but for learning purpose we are going to do it manually].
    1. Open the eapps.cfg file and change the following values in it.
Look into the following Section: [ConnMgmt]
EnableVirutalHosts =    TRUE
VirtualHostsFile      =  /SiebSrvr/Admin/lbconfig.txt
    1. Locate the following section in eapps.cfg file.
[/callcenter_enu]
    1. Change the following lines:
ConnectString = siebel.TCPIP.None.None://R0346:2321/OUEnt/SSASampleComponent
                        Replace the Server Name and Port with [VirtualServer] word.
  1. Restart your IIS Admin Service and Login into Application.

No comments:

ORA-01552: cannot use system rollback segment for non-system tablespace 'TEMP'

 ORA-01552: cannot use system rollback segment for non-system tablespace "string" Cause: Used the system rollback segment for non...