DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Apps startup scripts..

Threaded View

  1. #2
    Join Date
    Dec 2005
    Posts
    3
    Hi

    You need to start the database services and make the listener up and in addition to these services we need to start

    806 listener -> tns --> adalnctl.sh start
    apache -> httpd --> adapcctl.sh start
    forms -> f60srvm, f60webmx --> adfrmctl.sh start
    reports -> rwmts60 --> adrepctl.sh start
    concurrent manager services -> FNDLIBR --> adcmctl.sh start

    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 07:42 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width