Wednesday, November 4, 2009

Siebel CRM startup and shutdown scripts in linux and in Unix Flavours

Dear Readers,
In this post i will explain how to start and stop siebel CRM in linux

For Starting Siebel CRM do the following

1.start the oracle database and listener.

2.start the gateway server using the following command after sourcing the environment
cfgenv.sh in gtwysrvr directory and siebenv.sh in siebsrvr directory

$start_ns
the above is actually in gtwysrvr/bin directory..

after starting gateway server
3.start the siebel enterprise server using the following command after sourcing the siebenv.sh in siebsrvr
directory (this utility is in siebsrvr/bin dir)

$start_server all

4.Start the Oracle HTTP Server using the following command

cd $OHS_SERVER_PATH/opmn/bin
./opmnctl startall

Now your Siebel Server is Started…

To Stop the Siebel Server in Linux do the following

1.stop the Apache Oracle HTTP Server

./opmnctl stopall

2.stop the Siebel Enterprise Server using the following in siebsrvr/bin directory

$stop_server all

3.stop the Gateway Server using the following in gtwysrvr/bin directory

$stop_ns

4.Shutdown the listner and Oracle Database.

I hope this post will be usefull for all Siebel Administrators.

No comments :

Post a Comment