Siebel Installations >  Siebel Open UI Installation in Redhat - Step 8 : Siebel Server configuration

First load the Siebel server configuration file cfgenv.sh


Load the cfg file with command . ./cfgenv.sh

[siebel@siebelservername siebsrvr]$ . ./cfgenv.sh
[siebel@siebelservername siebsrvr]$ cd ..
[siebel@siebelservername ses]$ cd config/
[siebel@siebelservername config]$ ./config.sh -mode siebsrvr

Siebel Server Configuration

Select 'Create New Configuration' and click next.

Siebel Server Configuration

Click next.

Siebel Server Configuration

 

Enter SADMIN and the password for SADMIN twice.

Siebel Server Configuration

Enter the Siebel Gateway Server Computer name (or IP address) and default port 2320. 

Click next.

Siebel Server Configuration

Enter the Siebel Enterprise configured before, Siebel Server name and some description.

Click next.

Siebel Server Configuration

 

We selected CallCenter and it is always better to enable Open UI. 

High Interactivity Siebel will not be supported after some time.

Siebel Server Configuration

The Default Broker port is 2321 and the Default Synchronization manager port is 40400.

Synchronization is for Siebel Tools and Remote users mainly.

Siebel Server Configuration

Leave empty and click next.

Siebel Server Configuration

 

Check configuration and click next. Or if there is an error , go back and correct the error.

Siebel Server Configuration

Siebel Configuration is finished.

Starting the Siebel service

First load the the Siebel environment file

 

A vanilla Siebel server environment file would have these contents

if [ ! -d "$HOME" ]; then
echo "ERROR: HOME must be set prior to starting the Siebel server!"
exit 1
fi
SIEBEL_ROOT=/services/siebel/server/siebsrvr ; export SIEBEL_ROOT
SIEBEL_HOME=/services/siebel/server/siebsrvr ; export SIEBEL_HOME
SIEBEL_LIB_DIR=/services/siebel/server/siebsrvr/lib ; export SIEBEL_LIB_DIR
MWHOME=${SIEBEL_ROOT}/mw ; export MWHOME
SQLANY=${SIEBEL_ROOT}/SYBSsa90 ; export SQLANY
SIEBEL_LANGUAGE=enu ; export SIEBEL_LANGUAGE
LANGUAGE=enu ; export LANGUAGE

PATH=${PATH}:${SIEBEL_ROOT}/bin:${MWHOME}/bin ; export PATH
PATH=${PATH}:${SQLANY}/bin
if [ a${LD_LIBRARY_PATH} = ${LD_LIBRARY_PATH}a ]
then LD_LIBRARY_PATH=${SIEBEL_ROOT}/lib:${SIEBEL_ROOT}/lib/odbc/merant:${MWHOME}/lib:${SQLANY}/lib:/usr/lib:/usr/lib:/services/oracle/app/oracle/product/11.2.0/client_1/lib
else LD_LIBRARY_PATH=${SIEBEL_ROOT}/lib:${SIEBEL_ROOT}/lib/odbc/merant:${MWHOME}/lib:${SQLANY}/lib:/usr/lib:/usr/lib:/services/oracle/app/oracle/product/11.2.0/client_1/lib:${LD_LIBRARY_PATH}
fi
export LD_LIBRARY_PATH
MWREGISTRY=${MWHOME}/system/registry.bin ; export MWREGISTRY
MWCORE_PRIVATE_DATA=${MWHOME}/.mw/core_data ; export MWCORE_PRIVATE_DATA
MWUSER_DIRECTORY=${MWHOME}/.mw ; export MWUSER_DIRECTORY
ODBCINI=${SIEBEL_ROOT}/sys/.odbc.ini ; export ODBCINI
SIEBEL_GATEWAY=rztcrmdev2:2320; export SIEBEL_GATEWAY
SIEBEL_UNIXUNICODE_DB=ORACLE; export SIEBEL_UNIXUNICODE_DB
NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252; export NLS_LANG
LANG=en_US.UTF-8; export LANG
MWOS=sunos5; export MWOS
${MWHOME}/bin/regautobackup -off

ORACLE_HOME=/services/oracle/app/oracle/product/11.2.0/client_1; export ORACLE_HOME
PATH=${PATH}:/services/oracle/app/oracle/product/11.2.0/client_1/bin; export PATH

 

This command will load the Siebel environment file
[siebel@siebelservername siebsrvr]$ . ./siebenv.sh

Start the Siebel service

[siebel@siebelservername siebsrvr]$ start_server all

Check the status of Siebel service


[siebel@siebelservername siebsrvr]$ list_server all