Sunday 7 October 2012

Startup Shutdown Scripts in Oracle R12

Description of EBS Application services start stop scripts

a) adstrtall.sh
This script actually is a master script to start all components/services of middle tier or application tier. This script will use Service Control API to start all services which are enabled after checking them in context file (SID_HOSTNAME.xml / CONTEXT_NAME.xml).

b)adstrtal.sh
This script is a master script to start all application tier services adstpal.sh is the master script to stop all the services at the application

c) adalnctl.sh
Script to start / stop apps listener (FNDFS and FNDFS). This listener file will be in 10.1.2 ORACLE_HOME (i.e. Forms & Reports Home) listener.ora file will be in $INST_TOP/apps/$CONTEXT_NAME/ora/10.1.2/network/admin directory

d) adapcctl.sh
Script to start/stop Web Server or Oracle HTTP Server. This script uses opmn (Oracle Process Manager and Notification Server)

e) adcmctl.sh
Script to start / stop concurrent manager. (This script in turn calls startmgr.sh )

f) adformsctl.sh
Script to start / stop Forms OC4J from 10.1.3 Oracle_Home. This script will also useopmnctl to start/stop Forms

g) adformsrvctl.sh
This script is used to start forms in socket mode. Default forms connect method in R12 is servlet.

h) adoacorectl.sh
This script will start/stop oacore OC4J in 10.1.3 Oracle_Home. This scripts will also use opmnctl (similar to adapcctl & adformsctl)

i) adoafmctl.sh
This script will start/stop oafm OC4J in 10.1.3 Oracle_Home. This scripts will also use opmnctl to start oacore instance of OC4J

h) jtffmctl.sh
This script will be used to start/stop one to one fulfilment server.

k) mwactl.sh
To start / stop mwa telnet server where mwa is mobile application.

Starting up AS10g services in an EBusiness Suite Release 12 environment(Doc ID 743518.1)