Before you can enable or disable high availability support on a node, you need to do the following on that node:
-
Update Virtuozzo Storage to the latest version with
yum update. -
Install the required packages:
# yum install shaman pdrs rmond @high-availability -
Add the following lines to the
/etc/snmp/snmpd.local.conffile:rwcommunity parallels 127.0.0.1 .1.3.6.1.4.1.26171 rwcommunity parallels <IP_network/subnet_mask> .1.3.6.1.4.1.26171where <IP_network> is the Virtuozzo Storage cluster network and <subnet_mask> covers all the nodes participating in the cluster.
-
Start
cpufeatures.timerthat once per minute runs a command to sync the CPU feature mask and VM configurations:# systemctl start cpufeatures.timerNote
Note: The timer also starts automatically after server reboot.