0% found this document useful (0 votes)
147 views

Admin Scripts Home

In Oracle E-Business Suite R12.2, scripts used to start and stop application services now require an additional WebLogic Server password parameter. The adstrtal.sh script is used to start services by running control scripts for various applications, while adstpall.sh stops services. An administrator now must provide credentials for both the applications user and the WebLogic admin server when using these scripts.

Uploaded by

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

Admin Scripts Home

In Oracle E-Business Suite R12.2, scripts used to start and stop application services now require an additional WebLogic Server password parameter. The adstrtal.sh script is used to start services by running control scripts for various applications, while adstpall.sh stops services. An administrator now must provide credentials for both the applications user and the WebLogic admin server when using these scripts.

Uploaded by

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

Admin scripts in R12.

2 Ebuisness Suite
=======================================:

We already know the consolidated scripts to stop and start applications in R12
�adstrtal.sh� is used for starting all application services
�adstpall.sh� is used for stopping of other services.

Prior to EBS R12.2 you only need apps username and password to run this script. In
EBS R12.2 you need a additional password parameter for weblogic admin server to
start/stop of EBS application services.

./adstrtal.sh apps/apps
Enter the WebLogic Server password:
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/jtffmctl.sh start
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/adopmnctl.sh start
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/adapcctl.sh start
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/adnodemgrctl.sh start -nopromptmsg
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/adalnctl.sh start
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/adcmctl.sh start
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/adadminsrvctl.sh start -nopromptmsg
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/admanagedsrvctl.sh start forms_server1
-nopromptmsg
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/admanagedsrvctl.sh start forms-
c4ws_server1 -nopromptmsg
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/admanagedsrvctl.sh start oafm_server1
-nopromptmsg
/xyz/ebsapp/fs1/inst/apps/TEST/admin/scripts/admanagedsrvctl.sh start
oacore_server1 -nopromptmsg

Important points

Opmn only manages the Apache server in R12.2


WLS (Web logic server) manages the oacore,forms and oafm services

You might also like