Step 1 : Install Oracle 10g RDBMS
- Install 10g base product (10.2.0.1) – Software only (no DB should be installed)
- Upgrade the 10g R1 s/w to 10g R2 (10.2.0.2)
- Create manual DB using “dbca” and enter the parameters as per Installation guide
- Create TNS / LISTENER using “netca”
- Create tablespace for Siebel Data / Index
CREATE TABLESPACE "SIEBEL_DATA" LOGGING DATAFILE '/opt/oracle/10.2.0/oradata/orasib/DATA01.dbf' SIZE 5000M REUSE DEFAULT STORAGE (INITIAL 10K NEXT 128K MINEXTENTS 1 MAXEXTENTS unlimited PCTINCREASE 100);
Step 2 : Install Web Server
- Install Oracle HTTP Server 10.1.3.0.0 (Apache Web Server v2.x)
- To obtain the Apache Web Server v2.x, you must download the Oracle Application Server 10.1.3 companion CD from the link below:
Web Srvr home : /opt/oracle/10g_http_srvr/ohs
Step 3: Installing the Siebel Software on RHEL4
[A] Install Siebel Enterprise Server and Gateway Server
Run the CD “Base Application for Linux”, install image & from there start installation.
- Choose directory name e.g. /opt/oracle/Siebel
- Select the product to install
Gateway Name Server
Siebel Server
Database Configuration Utilities
EAI Connectors
Siebel Server
Database Configuration Utilities
EAI Connectors
- In configuration wizard select “Create New Configuration” followed by "Configure a New Gateway Name Server” with TCP/IP port no and Language.
- Then choose “Configure a New Enterprise in a Gateway Name Server”
- Give Gateway Name Server Host Name and TCP/IP Port for the same
- Specify Enterprise Name and Enterprise description.
- Create fs directory in the mentioned path.
- Select Data base platform e.g. Oracle Database10g Enterprise Edition(CBO)
- Database table owner : Siebel and SQL Connect String : orasib
- Siebel Database User Account Name and Password : SADMIN/SADMIN
- Enterprise Security Authentication Level : Database Authentication (default)
- Specify Security Adapter Name : DBSecAdpt
- Exit ‘Yes’ the configuration wizard and “Create New Configuration” task for configuring the Siebel Server.
- Give Siebel Enterprise Name e.g. SBA_80 , Siebel Server Logical Profile Name.
- Select all the server components and Language as English (American) and Deployed language also same.
- Select Connection broker port and TCP/IP port for Remote Synchronization Manager
- Specify Siebel User Account and Password : SADMIN/SADMIN
- Browse JRE Home Location e.g. /usr/java/jre1.6.0_03
- Specify default RMI registry port
- Select Authentication type as Database
- Browse Security Adapter Configuration file : /opt/oracle/Siebel/siebsrvr/management/bin/odbcsecadp.cfg
- Skip SSL
## for 10g home#
export ORACLE_HOME=< your_rdbms_home_path>
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH<o></o>
export PATH=$ORACLE /bin:$PATH
export ORACLE_HOME=< your_rdbms_home_path>
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH<o></o>
export PATH=$ORACLE /bin:$PATH
[b] Configure Siebel Database
- source siebenv.sh from <siebel_root>/siebsrvr</siebel_root>
- Launch the configurator from command line using
./siebsrvr/bin/ssincfgw -args LANG=ENU MODE=LIVE MODEL_FILE=/opt/oracle/siebel/siebsrvr/admin/dbsrvr.scm
- select "Install Database"
- Confirm if GRANTUSR.SQL is executed
- finally a MASTER file will be created in the current path (master_install.ucf)
- run the below command
SIEBEL_ROOT/siebsrvr/bin/srvrupgwiz /m master_install.ucf
- Launch the SWSE installer
- Browse the Siebel web server extension directory e.g. /opt/oracle/siebel/sweapp
- Language enu-English and ‘No’ for Product information required in local Siebel update server
- Select the Task : “Configure a New Siebel Server Extension Logical Profile”
- Specify Siebel Enterprise Name(e.g. SBA_80) and New Siebel Server Extension Logical Profile(e.g./opt/oracle/siebel/gtwysrvr/admin/Webserver)
- Select English language and Enable Application specific Statistics
- Select Compression type as ‘None’, session timeout values (300/900), HTTP port no.
- High Interactivity and Standard Interactivity user name and pass word (SADMIN/SADMIN)
- Default statistic page for web server : _stats.swe
- “Create’ Install shield wizard for Siebel Web Server Extension
- Select Load balancer as “Single Siebel Server”
- Select Application Server Host Name and Connection Server Port
- Browse Web Server logical Profile and Extract location
- Execute the configuration.
- Start the web browser session http://host: port/application
- For eg:
- http://domain:7777/sales_enu
- host = the name of the Web server machine.
- port = The Web server listen port (not required if using the default port, 80).
- application = Any Siebel application hosted by this Web server (such as callcenter_enu, sales_deu, and so on).
[C] Install the Siebel Mobile web Client
[D] Install Siebel Tools
( both C/D installation will be in local Windows PC )

Rate this article