One common requirement when it comes to any software is in properly handling the network, ip and host name related changes. For example, moving servers from one domain to another, or cloning instances can all trigger these network related changes. BI EE 10g can quite easily handle the host-name related changes. But in the case of BI EE 11g as there are a lot of components involved, making a change to the host name requires more effort. In today’s blog post, lets look at how we can go about getting BI EE 11g to work when the Host Name of the machine changes post install & configuration.
BI EE 11g has a lot of inter-dependent components. Each component interacts with the other over the network i.e. using host names. Listed below are the components at a high level in 11g, which require changes whenever the host name changes.
BI EE 11g has a lot of inter-dependent components. Each component interacts with the other over the network i.e. using host names. Listed below are the components at a high level in 11g, which require changes whenever the host name changes.
1. Admin Server
2. Managed Server
3. Node Manager
4. RCU Schemas Connections
5. System Components
6. Hardcoded Host name entries in Repository, JDBC Connections etc
7. RCU Database Listener
2. Managed Server
3. Node Manager
4. RCU Schemas Connections
5. System Components
6. Hardcoded Host name entries in Repository, JDBC Connections etc
7. RCU Database Listener
This blog post assumes that you have a loopback adapter installed and also wherever possible during the install, you have only used the host name instead of ip’s directly. Currently this covers a non-clustered installation but the procedure for making host name changes to multiple clustered servers should more or less remain the same.
In the example that i am going to cover, which is where BI EE 11g is installed and currently running. To demonstrate the host name change, i am going to rename the server to devbiee as shown below.
1. setWLSEnv.cmd
2. uninstallNodeMgrSvc.cmd
2. uninstallNodeMgrSvc.cmd
These 2 scripts are available at {Middleware_Home}\wlserver_10.3\server\bin directory.
Expand the Weblogic Domain > bifoundation_domain and right click on Admin Server to navigate to the Systems MBean browser.
And finally, in Windows, update the StartStopServices.cmd script to point to the new host name as shown below.
0 comments:
Post a Comment