1)perl $AD_TOP/bin/adgentns.pl appspass=apps contextfile=$APPL_TOP/admin/<SID>_hostname.xml -removeserver
2)connect with sqlplus apps/apps and run the following
begin
FND_NET_SERVICES.remove_server('<SID>', '<hostname>');
end;
/
commit;
/
3) Run autoconfig on application tier
....
Click here to read the full article
DO I NEED TO RUN THE AUTOCONFIG ON THE APPS_TIER OR DATABASE TIER?
ReplyDeleteit changes according to your env.
ReplyDeleteAre you changing the IP address of an apps node, or db node?
This blog post is for changing the IP address of an apps node.