Monday, September 2, 2013

11i Stop/Start Oracle application Server

First Make sure that the database and listener are up and running before starting application services.
Database and listener should be down after all application services are down.

Application scripts should be placed in COMMON_TOP in 11i.

the default location for this scripts are : $COMMON_TOP/admin/scripts/$CONTEXT_NAME,


the fallowing scripts should be used for starting and stopping all application services

adstrtal.sh,---- to start

syntax:
adstrtal.sh apps/apps_password

adstpall.sh----- to stop

syntax:
adstpall.sh apps/apps_password

apart form this scripts there individual scripts for all application services. Not all customers use all components of oracle applications some services of oracle  application like discoverer,icx bulk loader etc are not used by all customers. adstrtal.sh&adstpall.sh scripts intelligent enough to start only required services. Basically it reads $CONTEXT_FILE (xml file) to know what all components are enabled for that particular node of application instance.

Server process:

Form Sever Listener                                                                    adfrmctl.sh
Start the Forms Server processes

Form Metric Server                                                                     adfmsctl.sh
Keep track of all form servers in a given pool of forms servers and directs each
form execution request to the least loaded server that able to service requests in
the given pool.

Form Metric Client                                                                       adfmcctl.sh
Sends load information, such as the number of forms processes that are currently
running on that machine, to the Metric Server. The Metric Client runs on each machine
with a forms server.

Report review agent/Apps listener                                             adalnctl.sh
Used to view concurrent processing files online. This utility uses Net services to
communicate with form server.

Report Server                                                                              adrepctl.sh
Executes reports and returns output

Concurrent Mangers                                                                   adcmctl.sh
Read the request for program and start the appropriate concurrent programs.
Note : this scripts require the apps username and password

HTTP(WEB) Server                                                                   adapcctl.sh
Process URL requests to execute forms-based applications

HTTP server- Restricted Mode                                                adaprtctl.sh
Allows access to limited OAM functionality to track the progress of a patch session
when the Oracle Application system is in maintenance mode.

Discoverer Server                                                                       addisctl.sh
Complements the report server by enabling ad hoc queries and analysis of the resulting
output

Fullfillment server                                                                       jtffmctl.sh
Java process that services one_to_one fulfillment requests for distributing collateral
to customers for marketing online and other_BUSINESS SUITE products.


Note :

For concurrent processing server its must and should we have to start apps listener
first, but for down concurrent processing server any way we can do.

No comments:

Post a Comment