Sunteți pe pagina 1din 13

Shutdown Oracle apps R12

1----- Shutdown Application


[root@vision ~]# su oracle --may change depend on apps installations
[oracle@vision ~]$ cd /u01/oracle/vision/apps/apps_st/appl/
. APPSvision_vision.env
cd $ADMIN_SCRIPTS_HOME
. adstpall.sh
Enter the APPS username: apps
Enter the APPS password: apps
2------ Shutdown Database
[root@vision ~]# su oracle --may change depend on apps installations
[oracle@vision ~]$ cd /u01/oracle/vision/db/tech_st/11.1.0/
[oracle@vision 11.1.0]$ . vision_vision.env
[oracle@vision 11.1.0]$ sqlplus / as sysdba
SQL> shutdown immediate;

Startup Oracle apps R12


1------ Startup Database
[root@vision ~]# su - oracle
[oracle@vision ~]$ cd /u01/oracle/vision/db/tech_st/11.1.0/
[oracle@vision 11.1.0]$ . vision_vision.env
[oracle@vision 11.1.0]$ sqlplus / as sysdba
SQL> startup;
2----- Startup Application
[root@vision ~]# su oracle --may change depend on apps installations
[oracle@vision ~]$ cd /u01/oracle/vision/apps/apps_st/appl/
. APPSvision_vision.env
cd $ADMIN_SCRIPTS_HOME
. adstrtal.sh
Enter the APPS username: apps
Enter the APPS password: apps

CONVERTING DATABASE MODE TO SHARED FROM DEDICATED & VICE VERSA


1. Stop the listener
2. Change the listener.ora file as follows
LISTENER=
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = HOSTNAME )(PORT = 1532))
)
SID_LIST_LISTENER=
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = ICCOMSCO)
(ORACLE_HOME = /ICCOMSoracle/oracle/ora92)
(SID_NAME = ICCOMSCO)
(SERVER = SHARED)
)
)
3. Shutdown the database
4. Add or edit following parameters in init file
*.dispatchers='(protocol=TCP)(disp=5)'
*.shared_servers=60
*.max_dispatchers=10
*.max_shared_servers=150
The values disp=5 and shared_server=60 depends on clients need
5. Start the listener
6. Start the database
After starting the database if you check the status of listener you will find
Instance "ICCOMSCO", status READY, has 6 handler(s) for this service...
7. To revert back follow the same process but instead of SHARED write DEDICATED &
remove those 4 parameters from init file.

Startup/Shutdown scripts in Oracle Apps 11i


Order of Startup Shutdown

As in Oracle Apps 11i order for startup is


A) Start Database Tier Services
Start Database Listener
Start Database
Then
B) Start Application/Middle Tier Services
adstrtal.sh
Order for shutdown in Oracle Apps R12 is
A) Stop Application/Middle Tier Services
adstpall.sh
Then
B) Stop Database Tier Services
Stop Database
Stop Database Listener
Database Tier Scripts in R12

For Database tier you need to start database and database listener. Scripts are located in
Database_Install_Dir/db/tech_st/10.2.0/appsutil/scripts/$CONTEXT_NAME- For
Database
Use script addbctl.sh
- For Database Listener
Use script addlnctl.sh
or alternatively you can use
lsnrctl startstop listener_name (For Database Listener)
sqlplus /as sysdba
SQL> startup shutdown immediate
Middle/Application Tier Scripts in R12
Scripts for Application Tier services in R12 are located in Install_base/inst/apps/
$CONTEXT_NAME/admin/scripts
where CONTEXT_NAME is of format SID_HOSTNAME

i) adstrtal.sh
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 or CONTEXT_NAME.xml)
ii) adstpall.sh
Master script to stop all components/services of middle tier or application tier.
iii) adalnctl.sh
Script to start / stop apps listener (FNDFS and FNDFS). This listener will 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
(Mostly similar to one in 11i with only change in ORACLE_HOME i.e. from 8.0.6 to
10.1.2 )
iv) adapcctl.sh
Script to start/stop Web Server or Oracle HTTP Server. This script uses opmn (Oracle
Process Manager and Notification Server) with syntax similar to opmnctl
[startstop]proc ohs
like opmnctl stopproc ohs .
(In 11i this script directly used to call apachectl executable but now calls opmnctl
which in turn calls apachectl. In 11i web server oracle home was 1.0.2.2.2 but in R12
its 10.1.3)
v) adcmctl.sh
Script to start / stop concurrent manager, Similar to one in 11i. (This script in turn calls
startmgr.sh )
vi) adformsctl.sh
Script to start / stop Forms OC4J from 10.1.3 Oracle_Home. This script will also use
opmnctl to start/stop Forms OC4J like
opmnctl stopproc type=oc4j instancename=forms
vii) adformsrvctl.sh
This script is used only if you wish to start forms in socket mode. Default forms connect
method in R12 is servlet.
If started this will start frmsrv executable from 10.1.2 Oracle_Home in Apps R12

viii) 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) to start oacore instance of OC4J like
opmnctl startproc type=oc4j instancename=oacore
ix) adoafmctl.sh
This script will start/stop oafm OC4J in 10.1.3 Oracle_Home. This scripts will also use
opmnctl (similar to above) to start oacore instance of OC4J like
opmnctl startproc type=oc4j instancename=oafm
x) adopmnctl.sh
This script will start/stop opmn service in 10.1.3 Oracle_Home. opmn will control all
services in 10.1.3 Oracle_Home like web server or various oc4j instances. If any services
are stopped abnormally opmn will/should start them automatically.
xi) jtffmctl.sh
This script will be used to start/stop one to one fulfilment server.
xii) mwactl.sh
To start / stop mwa telnet server where mwa is mobile application.
Log File Location for Startup Shutdown Services in R12
Log files for startup/shutdown scripts for application/mid tier in R12 are in
$INST_TOP/apps/$CONTEXT_NAME/logs/appl/admin/log
(adalnctl.txt, adapcctl.txt, adcmctl.txt, adformsctl.txt, adoacorectl.txt, adoafmctl.txt,
adopmnctl.txt, adstrtal.log, jtffmctl.txt )

VNC server EBS- Solaris

Document Information& Revision History:


Document
Version No

1.0_2012-13

Revision Date

Authors

Revision Notes

21-10-2012

Prakash. Gottam

Document Created

VNC server Checkups (Multiple applications installed under same server):

To Check VNC services on applications Node.

ps -ef |grep -i Xvnc

Check the Date of display under the location (/tmp/.X11-unix)


which has created after VNC server start-up. Vnc start-up script
included in start all scripts, no need to start-up seperatly.Only
thing we have to make sure that these checkups must be proper
after the every bounce of applications.

If you find any display having date before bounce of applications then remove
that display and start vnc services again from the $COMMON/admin/scripts.

Check the output after the VNC start-up that should not fire any errors.

VNC start-up script:

The DISPLAY setting in the above script should be same as the DISPLAY in
$CONTEXT_FILE of applications.

IMP Note: Remember the above note while performing Cloning. Always keep the
Display rather than ZERO as this ZERO display is using by OS (by default.)

If Display is not properly set while cloning, we would face below issue in
Concurrent request post processing (mostly XML/post processing programmes)

REP-3000: Internal error oracle tool kit

How stop oracle apps and take cold backup

Stop Application
============
1) Open putty
2) Login to server using application user e.g. applmgr
Login as : applmgr
password : applmgr
3) Set the production enviornment
$ cd /u01/apps/apps_st/appl
$ ../PROD_prod.env
4) Stop the application
$ cd $INST_TOP/admin/scripts
$ sh adstrtal.sh apps/apps
5) verify the TNS listner, Concurrent Manager & Oracle HTTP Server is down
sucessfully.
To check :
a) TNS listner
$ ps -ef|grep tns
b) Concurrent Manager
$ ps -ef|grep FNDLIBR
c) Oracle HTTP Server
$ sh adapcctl.sh status
6) exit
Stop Database
============
1) Open putty
2) Login to server using application user e.g. oramgr
Login as : oramgr
password : oramgr
3) Set the production enviornment
$ cd /u03/db/tech_st/10.2.0
$ ../PROD_prod.env
4) Stop the DB Listner
$ cd $ORACLE_HOME/appsutil/scripts/PROD_prod
$ sh addlnctl.sh stop PROD
5) $ sqlplus "/as sysdba"
SQL> shutdown immediate
6) verify the TNS listner, DB is down sucessfully.
To check :
a) TNS listner
$ ps -ef|grep tns
b) Database
$ ps -ef|grep ora_
5) exit

Cold Backup (tape drive)


================
tar cvf /dev/rmt/0m /u01/apps /u02/inst /u03/db

S-ar putea să vă placă și