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

Thread: Apps startup scripts..

  1. #1
    Join Date
    Oct 2002
    Posts
    10

    Apps startup scripts..

    Hi app's Gurus,

    I installed oracle apps 11.5.10 on Lunux.

    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?

    Thanks,
    Football.

  2. #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.

  3. #3
    Join Date
    Oct 2002
    Posts
    10

    Thanks a lot Rohit.

    Thank you very much for your help Rohit.

    Let me run these scripts to start and stop the services.

    I will post the results.

    One quick question:
    My database is 9.2.0.5. Why do I have to start '806 listener -> tns' ? What does 806 listener do?

    Thanks,
    -Football

  4. #4
    Join Date
    Oct 2002
    Posts
    10

    tested ad... scripts and works like a charm.

    Rohit,

    I tested the adxxxxx scripts you mentioned and they work like a charm.

    I could able to reboot the system and bring the apps up.

    Thanks Rohit.

    Football.

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