Change Hostname For E-Business Suite
Change Hostname For E-Business Suite
Change Hostname For E-Business Suite
Oracle E-Business Suite is dependent on hostname. User can easily change the IP of
the machine, but user cannot anyhow change the hostname of the machine. To
change the hostname, we need to run AutoConfig on E-Business Suite.
First, startup dbTier. AppTier is not required at all in the whole process.
3. Update AutoConfig Context file with new host information. Edit $CONTEXT_FILE
directly.
* Copy $CONTEXT_FILE to a new context file.
cp /opt/oracle/product/10.1.0/db/appsutil/PROD_.xml
/opt/oracle/product/10.1.0/db/appsutil/PROD_.xml
* Edit /opt/oracle/product/10.1.0/db/appsutil/PROD_.xml directly.
- Replace all to
- Replace all to < newdomain.com>
4. Change hostname.
- Execute " system-config-network" to change the new hostname for the machine.
- Edit /etc/hosts with " newhost.newdomain.com ip newhost".
(After changing hostname, you'll not be able to startup any graphical application
such as xclock due to "Xlib: connection to :0.0 refused by server". You can press
"ctrl + alt + backspace" to kill x server.)
3. Update AutoConfig Context file with new host information. It is easier to edit
$CONTEXT_FILE directly.
* Copy $CONTEXT_FILE to a new context file.
cp /opt/oracle/apps/prodappl/admin/PROD_.xml
/opt/oracle/apps/prodappl/admin/PROD_.xml
* Edit /opt/oracle/apps/prodappl/admin/PROD_.xml directly.
- Replace all to
- Replace all < olddomain.com> to < newdomain.com>
FINISHING TASK:
AutoConfig doesn't convert E-Business Suite completely. Some settings may remain
unchanged or reset to default. So, it is required to go check the configuration as
described in Cloning Guide.