HP OM has an issue with Agent and Trusted Certificates.

  • KM01557434
  • 05-May-2015
  • 05-May-2015

This document has not been formally reviewed for accuracy and is provided "as is" for your convenience.

Summary

all agents are bufferring message due to certificate problem on OM server.

Question

ovc commands returns ssl error and all managed nodes are bufferring message.

Answer

the node certificate for the server is issued from an untrusted CA. remove the node certificate. and generate the node certificate by:
ovcert -exportcert -file /tmp/certif -pass mypass -ovrg server
ovcert -importcert -file /tmp/certif -pass mypass
rm /tmp/certif

 
and restart the services:
opcsv -stop
ovstop ovoacomm
ovstart -ovoacomm
opcsv -start