0% found this document useful (0 votes)
339 views4 pages

R12.2. Start and Stop Procedure Start The Database: Author - A.Kishore

This document provides instructions for starting and stopping the components of an Oracle E-Business Suite R12.2 application server environment. It lists the commands to start and stop services like the Weblogic admin server, managed servers, and database. When stopping components using the adstpal.sh script, the Weblogic admin password must be provided multiple times.

Uploaded by

akr15feb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
339 views4 pages

R12.2. Start and Stop Procedure Start The Database: Author - A.Kishore

This document provides instructions for starting and stopping the components of an Oracle E-Business Suite R12.2 application server environment. It lists the commands to start and stop services like the Weblogic admin server, managed servers, and database. When stopping components using the adstpal.sh script, the Weblogic admin password must be provided multiple times.

Uploaded by

akr15feb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Author A.

Kishore
http://www.appsdba.info

R12.2. Start and Stop Procedure


Start the database
cd $ORACLE_HOME

. ./PROD_erp.env

cd $ORACLE_HOME/appsutil/scripts/PROD_erp

start the listener

sh addlnctl.sh start PROD

start the database

sh addbctl.sh start
Author A.Kishore
http://www.appsdba.info

Individual Components: Application(Middle Tier)

$INST_TOP/admin/scripts

when we want to stop all the services using adstpal.sh we use adstpal.sh apps/apps<pwd> but in
R12.2 it will ask Weblogic Server Password

We need to provide Weblogic admin password

Component Command
Node Manager $adnodemgrctl.sh start

Enter Weblogic Admin Password:


Weblogic Admin Server $adadminsrvctl.sh start

Enter Weblogic Admin Password:


Application Listener $adadlctl start
Oracle Process Manager $adopmnctl.sh start
Apache Services $adapchctl.sh start
Managed Server for OACORE Services $admanagedsrvctl.sh start oacore_server1

Enter Weblogic Admin Password:


Managed Server for FormsServices $admanagedsrvctl.sh start forms_server1

Enter Weblogic Admin Password:


Managed Server for Fusion MiddleWare $admanagedsrvctl.sh start oafm_server1
Services
Enter Weblogic Admin Password:
Managed Server for Forms web Services $admanagedsrvctl.sh start forms-c4ws_server1

Enter Weblogic Admin Password:


Concurrent Manager Service $adcmctl.sh start apps/apps
Fullfillment Serer Services $jtffmctl.sh start
Author A.Kishore
http://www.appsdba.info

Stop

When we want to stop adstpal.sh apps/apps again it is going to ask weblogic password

Component Command
Fullfillment Serer Services $jtffmctl.sh stop
Concurrent Manager Service $adcmctl.sh stop apps/apps
Managed Server for Forms web Services $admanagedsrvctl.sh stop forms-c4ws_server1

Enter Weblogic Admin Password:


Managed Server for Fusion MiddleWare $admanagedsrvctl.sh stop oafm_server1
Services
Enter Weblogic Admin Password:
Managed Server for FormsServices $admanagedsrvctl.sh stop forms_server1

Enter Weblogic Admin Password:


Managed Server for OACORE Services $admanagedsrvctl.sh stop oacore_server1

Enter Weblogic Admin Password:


Apache Services $adapchctl.sh stop
Oracle Process Manager $adopmnctl.sh stop
Application Listener $adadlctl stop
Weblogic Admin Server $adadminsrvctl.sh stop

Enter Weblogic Admin Password:


Node Manager $adnodemgrctl.sh stop

Enter Weblogic Admin Password:

Stop the database

cd $ORACLE_HOME

. ./PROD_erp.env

cd $ORACLE_HOME/appsutil/scripts/PROD_erp

stop the database


Author A.Kishore
http://www.appsdba.info

sh addbctl.sh stop immediate

stop the listener

sh addlnctl.sh stop PROD

You might also like