How can I change the port number for the Platform Management Console so that it runs at a different address?
Symphony
Make sure you are logged on as cluster admin.
Shut down the WEBGUI service: "egosh service stop WEBGUI".
Edit $EGO_CONFDIR/../../gui/conf/server.xml or %EGO_CONFDIR%\..\..\gui\conf\server.xml in all management hosts, replace all occurrences of the default port numbers (8080, 8005, and 8009) with the actual ports you want to use.
Restart the WEBGUI service: "egosh service start WEBGUI".
Symphony DE
Note:
For Linux use the forward slash (/) to separate directory names and use $SOAM_HOME instead of %SOAM_HOME% in a path.
Shut down Symphony DE.
Open %SOAM_HOME%\conf\vem_resource.conf, where SOAM_HOME is the location where you installed Symphony DE. Change the GUI port, which is the second value in the string: WEBGUI:18080:localhost:startguiservice
Save your changes
Change the port numbers in %SOAM_HOME%\gui\conf\server.xml.