TEST
Powered by Blogger.
Responsive Ad
Responsive Ad

Author Profile

About Me

Start Sharing

Start Sharing

Drive Traffic on Social Platforms

Blog Archive

Blog Journey

Blog Journey

Learn how to start a perfect Blog

Work Smart, Not Hard - Let's See

Make your Blogging experience faster and easiest …
Work Smart, Not Hard - Let's See
Design by - Blogger Templates | Distributed by Free Blogger Templates

Made with Love by

Material UI Template is Designed Theme for Giving Enhanced look Various Features are available Whic…

Random Posts

Ads Section

HOME > > Deregister Application node (Apps tier) in Oracle EBS Environment

Deregister Application node (Apps tier) in Oracle EBS Environment

Anup - Tuesday, 16 October 2012

Case A: Removing a Node that not available for access (Physically not Available) and has been removed and destroyed.

Case B: Removing a Node that still has available for access (Physically Available) and want to be remove.

===================Steps for Case A==================================

Step 1: Shutdown Application services from all nodes

Step 2: De-register the services by executing bellow command.

System_Name ---à>>>>SID
Server_name-----à>>>>>Node_Name

begin
FND_NET_SERVICES.remove_server('SYSTEM_NAME','SERVER_NAME');
end;
/
commit;

Step 3: Clean the FND_NODES tables

exec fnd_conc_clone.setup_clean;
commit;

Step 4: Run adautocfg.sh on all nodes (DB and APPS) to re-register them.
=================End of Cease A=================================

===================Steps for Case B==============================
Step 1: Shutdown Application services from all nodes

Step 2: De-register the services by executing bellow command.

perl $AD_TOP/bin/adgentns.pl contextfile=$CONTEXT_FILE -removeserver
commit;

Step 3: Clean the FND_NODES tables

exec fnd_conc_clone.setup_clean;
commit;

Step 4: Run adautocfg.sh on all nodes (DB and APPS) to re-register them.
=====================End of Cease A===============================

Contact me

Get in Touch

Need to get touch with me? Please fill out the form with your enquiry.

Name
Anup Srivastav
Address
Lucknow - Utter Pradesh
Email
myindiandba@gmail.com
Message me