Can some one tell us what services needs to be started once we reboot the system? In which order these services need to be started and how do we check that these services are indeed up? Where do we find the log files for these services?
The above scripts are located in the
oracle/comn/admin/scripts/
To start all the services at once we can use the the script
adstrtal.sh-------> Will start all the apps services
adstpall.sh-------> Will stop all the apps sevices
Once these services are started you check the services are started or not by the follwing syntax
ps -ef | grep ----------------> shows all services that are up
ps -ef | grep | grep f60srvm ---------->show all forms service
ps -ef | grep | grep iAS -----------> shows all apache services
ps -ef | grep | grep r60 -----------> shows all reports services
Hope this works
Thanks
Rohit Denzil
Last edited by denzilrohit; 12-26-2005 at 06:42 AM.
Bookmarks