Tuesday, July 26, 2016

How to Update the Private IP changes in Oracle apps/ Application after the Abnormal Reboot in AWS Amazon Server



Issue:              

After rebooting the server  private  IP address  got changed.

Solution:

·         Change  private  Ip address in /etc/hosts

Previous Private ipaddress : 10.190.209.135
Present Private  ipadress   : 10.6.123.142

Ex  : 10.6.123.142 xxsourcing.domain.com xxsourcing


·         Stop Application services
·         Remove any *.lock files in $ORA_CONFIG_HOME/10.1.3/j2ee/<group>/persistence/<group_default_group_<number>/
·         Clear the FND_NODES table (EXEC FND_CONC_CLONE.SETUP_CLEAN;)
·         Run Autoconfig on DB tier
·         Run Autoconfig on Apps tier
·         Start Services


No comments:

Post a Comment