You are on page 1of 2

How to Prevent The Concurrent Managers to Start When Launching the  

Apps Middle Tier Startup Script "adstrtal.sh" ? [ID 417437.1]

  Modified 05-OCT-2008     Type HOWTO     Status  


MODERATED

In this Document
  Goal
  Solution
  References

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not
been subject to an independent technical review.

Applies to:
Application Install - Version: 11.5.10.2
Information in this document applies to any platform.

Goal
 While configuring the PCP on two Apps tier nodes (example Node1 & Node2), only one ICM
(Internal Concurrent Manager) should be running in an Apps 11i env  (e.g.  run only
on Primay Node1).

This note explains the way (modification in Apps XML file) to prevent the concurrent managers
from starting on the second Node2 when launching the App start script "adstrtal.sh".

Solution
 The script adstrtal.sh calls the ServiceControl.java.

This java class reads the service information in your context file under $APPL_TOP/admin.

To prevent the concurrent managers from starting on your second node, you need to edit
$APPL_TOP/admin/<SID_hostname>.xml and change:-

s_concstatus">enabled<
To
s_concstatus">disabled<

Please make this change after the service is already stopped, as this change will also affect
adstpall.sh.
There is no need to run AutoConfig, as ServiceControl.class reads the "s_<service>status"
variables directly from the XML file.

You might also like