Friday, February 8, 2008

Various scripts --11i how to use.

In this post I would like to write about the various scripts available for starting and shutting down the apps services.

Normally 11i will be installed with two OS accounts . one for oracle db and one for oracle apps tier. normally --applmgr(or) appl sid .

after logging into apps user you should source the APPSORA.env env file under APPL_TOP. This sets your environment. you can confirm whether it has been setup by echoing the TWO_TASK. like-- $echo $TWO_TASK which will show you the SID.

now you are ready to execute scripts.


Generally the scripts are under $COMMON_TOP/admin/scripts.

here you will find the following scripts.

adstrtal.sh --- used for starting the apps tier..

usage--- adstrtal.sh apps/apps password.

adstpall.sh --- used for stopping the apps tier..

usage---adstpall.sh apps/apps password.

adapcctl.sh start/stop --- used for starting and stopping the apache/web server.

adalnctl.sh start/stop --- used to start stop the apps listener.

adfrmctl.sh start/stop --used to start stop forms server.

adcmctl.sh start apps/apps

adcmctl.sh stop apps/apps ----used for starting and stopping the concurrent managers.

addisctl.sh start/stop --- used for starting stopping the discoverer.


any comments/questions kindly post.

--Vivek

No comments: