Vous êtes sur la page 1sur 1

https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doc...

How to Change IP Address in an Oracle Applications Environment [ID 553318.1]

Modified 25-FEB-2008 Type HOWTO Status MODERATED

In this Document
Goal
Solution

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.

Applies to:

Application Install - Version: 11.5.9 to 11.5.10


Information in this document applies to any platform.

Goal

How to change the server IP Address in an Oracle Applications environment ?

Solution

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=$APPL_TOP/admin/<SID>_hostname.xml -removeserver


Rate this document
replace <SID>_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('<SID>', '<hostname>');
end;
/
commit;
/

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

4. Run autoconfig to populate the values using the 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');

Related

Products

Oracle E-Business Suite > Applications Technology > Lifecycle Management > Oracle Application Install

Keywords

CONFIGURATION; IP ADDRESS

Back to top

1 of 1 3/2/2011 7:26 AM

Vous aimerez peut-être aussi