top of page
Search

Delete secondary node in Oracle E-Business Suite R12.2.9 when it is not accessible

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
23 views0 comments

Recent Posts

See All

Comments


Contact Me

Tel: 7989359581

Lakshminarayana0071@gmail.com

  • Facebook Social Icon
  • LinkedIn Social Icon
  • Twitter Social Icon

Thanks for submitting!

© 2023 by Phil Steer . Proudly created with Wix.com

bottom of page