Sun Management Center services do not get restarted and the es-config script is not aborted.
Workaround: Instead of using es-config, edit the javaserver.properties and javaconsole.properties files to configure the firewall port range between the server and the console.
Update the following lines in the /var/opt/SUNWsymon/cfg/javaserver.properties file with minimum and maximum port information.
sunmc.server.console.firewall.MinPort=2000 |
sunmc.server.console.firewall.MaxPort=6000 |
Update the following lines in the /var/opt/SUNWsymon/cfg/javaconsole.properties file with minimum and maximum port information.
sunmc.server.console.firewall.MinPort=45000 |
sunmc.server.console.firewall.MaxPort=48000 |