Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Multihome for EPM webserver

I have a working enviroment for my 11.1.2.2 installation of Hyperion.
It uses the following setup
10.10.10.50 is the Oracle HTTP server, HSS, weblogic and all the webcomponents of EPM.
10.10.10.40 is the HFM server
10.10.10.30 is the planning and essbase server.
10.10.10.20 is the MSSQL server
Now this works fine and all if all my users were able to connect to the 10.10.10.x network. But now I need the webserver to also work on a different ip address (with a public address). How do I do this and keep everything working as it should with the internal communication between the servers etc working. Also users who are on the 10.10.10.x network should still work.
Answers
-
So the users will login using new public IP ?
-
I want to change the server 10.10.10.50 to be multihomed with ip address 10.10.10.50 and for instance 173.194.40.241 (just a fictional ip address) where the users should be able to hit both http://10.10.10.50:19000 and http://173.194.40.241:19000 to reach my EPM.
In the mean time we have also upgraded to 11.1.2.3.500 if that makes any difference.