Siebel CRM startup and shutdown scripts in linux and in Unix Flavours
October 23, 2009 at 7:55 pm | In 1 | Leave a CommentTags: how to shutdown siebel crm server, how to start siebel crm in linux, siebel startup shutdown scripts in linux, start siebel server, startup shutdown scripts siebel crm, startup shutdown scripts siebel unix, stop and start siebel
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.
Your comments are welcome
– Vivek
No Comments Yet »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.
