Scenario :
The server has a capacity to handle more process but there is no oacore component to do so and we need to add a oacore .
Solution:
Add oacore :
Syntax :
1. $ perl <AD_TOP>/patch/115/bin/adProvisionEBS.pl \
ebs-create-managedserver -contextfile=<CONTEXT_FILE> \
-managedsrvname=oacore_server2 -servicetype=oacore \
-managedsrvport=7203 -logfile=<APPLRGF>/TXK/addMS_oacoreserver2.log
Example :
perl /devl/app/DEV/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/adProvisionEBS.pl \
ebs-create-managedserver -contextfile=/devl/app/DEV/fs1/inst/apps/DEV_tstsara24/appl/admin/DEV_tstsara24.xml \
-managedsrvname=oacore_server2 -servicetype=oacore \
-managedsrvport=7212 -logfile=/devl/app/DEV/fs1/inst/apps/DEV_tstsara24/logs/appl/rgf/TXK/addMS_oacoreserver2.log
2. Add this to the conf file do the following:
perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl -contextfile=$CONTEXT_FILE \
-configoption=addMS -oacore=tstsara24.corp.doyensystems.com:7212
perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl -contextfile=$CONTEXT_FILE \
-configoption=addMS -oacore=tstsara24.corp.doyensystems.com:7337
log file shows :
/devl/app/DEV/fs1/inst/apps/DEV_tstsara24/logs/appl/rgf/TXK/txkSetAppsConf_06301835.log
Reading /devl/app/DEV/fs1/FMW_Home/webtier/instances/EBS_web_DEV_OHS1/config/OHS/EBS_web_DEV/mod_wl_ohs.conf ...
Reading /devl/app/DEV/fs1/FMW_Home/webtier/instances/EBS_web_DEV_OHS1/config/OHS/EBS_web_DEV/apps.conf ...
In the config file it will add a entry like this.
WebLogicCluster tstsara24.corp.doyensystems.com:7221,tstsara24.corp.doyensystems.com:7212,tstsara24.corp.doyensystems.com:7337
Reference :
Managing Configuration of Oracle HTTP Server and Web Application Services in Oracle E-Business Suite Release 12.2 (Doc ID 1905593.1)
The server has a capacity to handle more process but there is no oacore component to do so and we need to add a oacore .
Solution:
Add oacore :
Syntax :
1. $ perl <AD_TOP>/patch/115/bin/adProvisionEBS.pl \
ebs-create-managedserver -contextfile=<CONTEXT_FILE> \
-managedsrvname=oacore_server2 -servicetype=oacore \
-managedsrvport=7203 -logfile=<APPLRGF>/TXK/addMS_oacoreserver2.log
Example :
perl /devl/app/DEV/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/adProvisionEBS.pl \
ebs-create-managedserver -contextfile=/devl/app/DEV/fs1/inst/apps/DEV_tstsara24/appl/admin/DEV_tstsara24.xml \
-managedsrvname=oacore_server2 -servicetype=oacore \
-managedsrvport=7212 -logfile=/devl/app/DEV/fs1/inst/apps/DEV_tstsara24/logs/appl/rgf/TXK/addMS_oacoreserver2.log
2. Add this to the conf file do the following:
perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl -contextfile=$CONTEXT_FILE \
-configoption=addMS -oacore=tstsara24.corp.doyensystems.com:7212
perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl -contextfile=$CONTEXT_FILE \
-configoption=addMS -oacore=tstsara24.corp.doyensystems.com:7337
log file shows :
/devl/app/DEV/fs1/inst/apps/DEV_tstsara24/logs/appl/rgf/TXK/txkSetAppsConf_06301835.log
Reading /devl/app/DEV/fs1/FMW_Home/webtier/instances/EBS_web_DEV_OHS1/config/OHS/EBS_web_DEV/mod_wl_ohs.conf ...
Reading /devl/app/DEV/fs1/FMW_Home/webtier/instances/EBS_web_DEV_OHS1/config/OHS/EBS_web_DEV/apps.conf ...
In the config file it will add a entry like this.
WebLogicCluster tstsara24.corp.doyensystems.com:7221,tstsara24.corp.doyensystems.com:7212,tstsara24.corp.doyensystems.com:7337
Reference :
Managing Configuration of Oracle HTTP Server and Web Application Services in Oracle E-Business Suite Release 12.2 (Doc ID 1905593.1)