Sunday, June 7, 2015

Solution 2 : Power Management test Failed \ Hypervisors becoming non-operational or in Error state


Following is method to specify host heartbeat check (by default it's 10) in RHEV Manager config:
--------------------------------------------

Check is vdsHeartbeatInSeconds.type has been specified already.

 cat /etc/ovirt-engine/engine-config/engine-config.properties |grep vdsHeartbeatInSeconds.type

Add if  it doesn't exists (take a backup of engine-config.properties first):

 echo vdsHeartbeatInSeconds.type=Integer >> /etc/ovirt-engine/engine-config/engine-config.properties

If all looks good, run below command.
-------
engine-config -s vdsHeartbeatInSeconds=20

Check this definition via command:
engine-config -l

No comments:

Post a Comment