EBS R12.2.4 : Add Addtional Managed Server oacore,oafm,forms,forms-c4ws
Here is Details .. How to add additional managed server. By default there is single Web Application Services in EBS 12.2 If you want to increase number of server either oacore, oafm, forms or forms-c4ws then below instruction need to follow. In below example we are adding one more oacore server. To check current edition: echo $FILE_EDITION Follow below steps to add oacore services Step 1: Take backup of $CONTEXT_FILE from both edition Step 2: Run script on run edition: [applmgr@ebs122 ~]$ perl $AD_TOP/patch/115/bin/adProvisionEBS.pl ebs-create-managedserver -contextfile=/apps01/applmgr/TEST/fs2/inst/apps/TEST_ebs122/appl/admin/TEST_ebs122.xml -managedsrvname= oacore_server2 -servicetype= oacore -managedsrvport= 7203 -logfile=/tmp/oacore2.log Enter the APPS Schema password: Enter the WebLogic AdminServer password: The logfile for this session is located at /tmp/oacore2.log Check the logfile for any error message....