Tuesday, July 17, 2007

Startup Shutdown Apps Services Startup / Shutdown Apps

This post covers startup & shutdown of Oracle Application :

As you are aware by now there is Database Tier ( Database & DB Listener ) and Application Tier ( WebServer, Forms, Reports, Concurrent Manager, Discoverer, Apps Listener, OnetoOne Fullfillment Server )

Order of StartUp of Services Should be --> First DB Listener, Database & then Application Tier Services
Order of ShutDown of Services Should be--> First Application Tier Services then Database & DB Listener
Database Startup/Shutdown Scripts
Depending on your AD Version these will be in ORACLE_HOME / appsutil/scripts /SID_hostname
addbctl.sh database startup shutdown script
addlnctl.sh database listener Script
Where
AD --> is for Application
DB--> is for database
DLN --> is database listener
CTL--> is control

-----Application Tier Startup/Shutdown Scripts
Depending on your AD Version these will be in
OAD_TOP/admin/scripts/ SID_hostname
adalnctl.sh --> Apps Listener Control Script
adapcctl.sh --> Apache/Web Server Control Script
adcmctl.sh --> Concurrent Manager Control Script
addisctl.sh --> Discoverer Control Script
adfrmctl.sh--> Forms server Control Script
adrepctl.sh --> Report Server Control Script
adstpall.sh --> Stop All Middle/Application Tier
adstrtall.sh --> Start All Middle/Application Tier
Where AD & CTL --> See above
adl --> stand for Apps Listener
apc --> stand for Apache
cm --> Concurrent Manager
dis --> Discoverer
frm--> forms
rep--> report

No comments: