您的位置:首页 > Web前端

Troubleshooting on message buffer

2007-05-16 21:34 246 查看
OVOW agent 与server之间进行消息的传递,牵涉到多方面的配置。如果使用 opcagt/opcragt查看 agent状态发现有message buffering状况发生,可以尝试以下一些方法进行排错

1) 删除message queue

on the agent side.
1- stop the agent via "opcagt -stop"
2- delete msgagtq
3- restart the agent via "opcagt -start"

On the management server side, 
1- stop the OVOW services via "vpstat -3 -r stop"
2- remove the file “MessageQueue”
3- restart the OVOW services via "vpstat -3 -r start"

2) 设定 OPC_IP_ADDRESS

在Cluster或者其它有多个ip地址的情况下,agent可能会使用不正确的那个IP来发送message 到OVOW server, 所以 应该手动指定。

You have to insert in the opcinfo file of the agent the key word "OPC_IP_ADDRESS <address of the interface that should be uses to send messages to the management server>.

另外,还可以用 ovconfget 来查看配置情况, ovconfchg 来修改配置。

3)配置trusted certificates for multiple management servers

1.On every management server, export the trusted certificate to a file using the following command:
ovcert -exporttrusted -ovrg server -file <file>
The command generates a file with the name that you specify.
2.Copy each file to every other management server, and import each trusted certificate using the following command:
ovcert -importtrusted -ovrg server -file <file>
3. run ovcert -updatetrusted

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息