Install Siebel Enterprise Server (SES) 8.1.1.10 : Install Siebel CRM (OCH/UCM) Part III

After downloading Siebel Software and  creating Siebel Image next part is to  install Siebel Enterprise Server using this Siebel Image.

There are two software that you must install

a) Siebel Enterprise Server – SES (consists of four modules Gateway Name Server, Siebel Server, EAI Conector, and Database Configuration Utilities)
b) Siebel Web Server Extension – SWSE

This post covers steps to install Siebel Enterprise Server (Siebel Web Server Extension – SWSE installation in next post) .

 

Install Siebel Enterprise Server 

1. Login as user (siebel in my case) that you used to create Siebel Image (This user will own Sibel Software).

2. Cretae file /etc/oraInst.loc with entry like (Location /etc/oraInst.loc is for Linux, more here )

inventory_loc=/oracle/apps/siebel/oraInventory
inst_group=oinstall

Here directory /oracle/apps/siebel/oraInventory will hold Oracle Inventory and oinstall is group of user siebel that will own software. To know more about oraInventory click here

3. Create directory /oracle/apps/siebel/8.1.1.0 (I am going to install SES software under directory /oracle/apps/siebel/8.1.1.0.0/ses aka SES_HOME)

4. Start installer with siebel user

[Siebel_Image]/8.1.1.10/Unix/Server/Siebel_Enterprise_Server/Disk1/install
./runInstaller -oneclick -invPtrLoc /etc/oraInst.loc

As I created Siebel Image under /stage/oracle/siebel/8.1.1.10/Siebel_Install_Image

cd /stage/oracle/siebel/8.1.1.10/Siebel_Install_Image/8.1.1.10/Linux/Server/Siebel_Enterprise_Server/Disk1/install
./runInstaller -oneclick -invPtrLoc /etc/oraInst.loc

 

When prompted
a) Provide SES_HOME as /oracle/apps/siebel/8.1.1.0.0/ses
b) Select all four modules i.e. – Gateway Name Server, Siebel Server, EAI Conector, and Database Configuration Utilities

 

 

 

 

 

 

 

 

 

 

 

After installation under SES_HOME directory you will see directory structure like

 

Where

a) Directory /oracle/apps/siebel/8.1.1.0.0/ses is called as $SES_HOME or $SIEBEL_ROOT
b) Directory /oracle/apps/siebel/8.1.1.0.0/ses/gtwysrvr is called as $SIEBEL_GATEWAY_ROOT

This completes installation of  Siebel Enterprise Server, In next post we will install Siebel Web Server Extension

 

 

About the Author Atul Kumar

Oracle ACE, Author, Speaker and Founder of K21 Technologies & K21 Academy : Specialising in Design, Implement, and Trainings.

follow me on:

Leave a Comment:

4 comments
» Install Siebel Web Server Extension (SWES) 8.1.1.10 : Install Siebel (UCM/OCH) Part IV Online Apps DBA: One Stop Shop for Apps DBA’s says July 21, 2013

[…] byAtul Kumar in siebel After downloading Siebel Software, creating Siebel Image , and installing Siebel Enterprise Server software, next task is to install Siebel Web Server Extension […]

Reply
katy says July 20, 2015

I faced the issue during installing siebel IP2015 ses.

Following the Docs:
http://docs.oracle.com/cd/E63029_01/books/SiebInstUNIX/SiebInstCOM_InstSES4.html#wp3576303

Step7
./runInstaller -jreLoc /home/oracle/jdk1.7.0_79 -invPtrLoc /siebel/oraInventory

Step11 with error
Enter Oracle Home Name:SES_HOME
Oracle Home Location/siebel/15.0.0.0.0/ses

Error:
oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: The inventory pointer location /siebel/oraInventory is either not readable or does not exist

/siebel/oraInventory is existed and onwner is my install user.

I don’t why the issue is occurred.

Do you have any advise on this.

Thanks.

Reply
katy says July 20, 2015

My issue was fixed.
The cause need 32bit java on linux 64 bit OS.

Reply
Asit says September 15, 2016

As Siebel always is a 32 bit software, so it supports 32 bit oracle client and 32 bit java for it’s run. but I will suggest not to mention java path in command .. only -invptrloc will be sufficient to run the software or if u r giving -jre, then as u said specify java 32 bit path only

Reply
Add Your Reply

Not found