8 April 2014

How to change IP address of Oracle EBS Instance

1. Change the IP Address in the Server; 

2. Verify the current ip address setup in the Oracle Applications environment. 
Connect as apps user into SQL*Plus and run:

select NODE_NAME, STATUS, NODE_MODE, NODE_ID,SERVER_ADDRESS, HOST, DOMAIN, WEBHOST, VIRTUAL_IP from fnd_nodes where node_name = upper('hostname');

3. Run the following command to remove the old ip address from the Oracle Applications tables:

perl $AD_TOP/bin/adgentns.pl appspass=apps contextfile=$CONTEXT_FILE -removeserver 

replace _hostname.xml for the context file name under the $APPL_TOP/admin directory;

then connect to SQL*Plus as apps user and run:

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

replace by the SID of the environment and by hostname in the environment. Both must be entered in upper case.

4. Run autoconfig to populate the values using new IP Address.

5. Confirm the ip address has been changed to the new value changed in the step 1:

select NODE_NAME, STATUS, NODE_MODE, NODE_ID,SERVER_ADDRESS, HOST, DOMAIN, WEBHOST, VIRTUAL_IP from fnd_nodes where node_name = upper('hostname');

2 comments:

  1. Nice blog.Also check our blog data science course in hyderabad and get trained by real-time industry experts and excel your career with Data Science training by Technology for all. #1 online training institute for Data Science.

    ReplyDelete
  2. The database management system has many advantages, and many organizations adopt database technologies to protect, maintain, and optimize their operational support. Database consultants are hired to fix outdated databases, review firm intentions, and design resolutions that can help a growing business enterprise. GENEX is the best database provider and consultancy in India. They support world-class technology for database systems. Here we can see the specialty of genex database consulting support.
    https://genexdbs.com/

    ReplyDelete