WebLogic administration server should be running from both the Run and Patch Edition File Systems of the primary application tier node
./EBSapps.env run
adadminsrvctl.sh status
./EBSapps.env patch
adadminsrvctl.sh start forcepatchfs
Check patch cycle - should be no active patch cycle
adop -status
Execute the ebs-delete-node option of the adProvisionEBS.pl
perl $AD_TOP/patch/115/bin/adProvisionEBS.pl ebs-delete-node -contextfile=$CONTEXT_FILE -hostname=ebsapp2.localdomain -logfile=/home/applmgr/deletenode.log
You will get prompt like "Node deleted successfully"
Sync the OHS configuration on the other nodes to remove references of the deleted node
perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl \
-contextfile=$CONTEXT_FILE \
-configoption=removeMS \
-oacore=ebsapp2.localdomain:7212 \
-oafm=ebsapp2.localdomain:7612 \
-forms=ebsapp2.localdomain:7412 \
-formsc4ws=ebsapp2.localdomain:7812
Autoconfig on APPS and DB tier
./adautocfg.sh
Bounce the database listener by executing the following command
$ sh $ORACLE_HOME/appsutil/scripts/PROD_ebsdb/addlnctl.sh stop CDBPROD
$ sh $ORACLE_HOME/appsutil/scripts/PROD_ebsdb/addlnctl.sh start CDBPROD
Comments