Tuesday, May 6, 2008

Bouncing the Apps & Db services

Stop the services
If you have implemented SSL then Stop Apache from "root" otherwise skip this step->
./adapcctl.sh stop

then after waiting for a minute stop all the services with "applmgr" user
./adstpall.sh apps/password


then stop the database with "oracle" user
./addbctl.sh stop immediate

and finally stop the db listener with "oracle" user
./addlnctl.sh stop listenername


Start the services
First start the db listener with "oracle" user
./addlnctl.sh start listenername


then start the database
./addbctl.sh start

Next start the application services
Start Apache from "root" is you have implemented SSL otherwise skip this step
./adapcctl.sh start

Next start the remaining application services after waiting for about a minute
./adstrtal.sh apps/password

No comments: