无法重新启动 Sun Management Center 服务,但 es-config 脚本并没有异常中止。
解决方法:不要使用es-config,而应编辑 javaserver.properties 和 javaconsole.properties 文件,以配置服务器和控制台之间的防火墙端口范围。
更新 /var/opt/SUNWsymon/cfg/javaserver.properties 文件中以下行中的最小和最大端口信息。
sunmc.server.console.firewall.MinPort=2000 |
sunmc.server.console.firewall.MaxPort=6000 |
更新 /var/opt/SUNWsymon/cfg/javaconsole.properties 文件中以下行中的最小和最大端口信息。
sunmc.server.console.firewall.MinPort=45000 |
sunmc.server.console.firewall.MaxPort=48000 |