OPM中心和探针断开连接超过15天后,启动探针失效问题解决方法

OPM中心和探针断开连接超过15天后,启动探针失效问题解决方法

问题:

OPM中心和探针断开连接超过15天后,启动探针失效


日志stderr中发现以下报错
]|[com.adventnet.opmanager.disterr]|[INFO]|[434]: #### Critical : Connection Lost with the Central Server more than 15 days hence shuting down the probe server. Only able to start this probe when communication has been established with Central.。。

解决方法:
登录探针数据库启动数据库---执行以下语句---关闭数据库---启动服务
update CentralDetails set NOCServerName= '中心ip' , NOCServerPort='中心端口', NOCServerProtocol='中心连接方式';