Tuesday, October 27, 2009

PCP: Managers defined to run on Secondary Node are running on Primary Node.

Background:

We have installed R12 in our environment and we have two mid-tier nodes and a database node. The database node does not contain any apps services or apps filesystem. Initially, we had planned one node to be the web apps node and one node to be the concurrent manager node.

Issue:

We decided to use PCP in our environment and move some of the concurrent queues to second node. We followed the pcp steps and brought up the concurrent managers, but all the managers would run on node one.

Fix:

The second node was configured to run web apps only. Hence, corrected the following sections of the context file on node 2:


< type="batch" title="Batch Processing Services" services="tns_apps, concmgr, icsm_srv, jtff_srv">
< oa_var="s_batch_status">disabled< /oa_service_group_status >

TO

< type="batch" title="Batch Processing Services" services="tns_apps, concmgr, icsm_srv, jtff_srv">
< oa_var="s_batch_status">enabled< /oa_service_group_status >

Subsequently autoconfig was run. This will create Service Managers for node two and PCP was found to be working satisfactorily.

-Aravind Kamath Posral

No comments: