Forma parte del ecosistema de Linux HA [High Availability - Alta disponibilidad] y proporciona herramientas útiles para gestionar nodos en un clúster. Incluye utilidades para el cercado de nodos, gestión de recursos y diagnóstico de problemas en configuraciones de alta disponibilidad. Consta de la siguientes herramientas: ha_logger, hb_report, lrmadmin, meatclient y stonith
$ stonith_admin --list-installed
$ stonith_admin --test --device fencing-device
$ stonith_admin --reboot --node node1
$ ocf-tester -n my-resource -o param1=value1 -o param2=value2 /usr/lib/ocf/resource.d/heartbeat/IPaddr2
$ ocf-tester -n my-resource -o ip=192.168.1.100 /usr/lib/ocf/resource.d/heartbeat/IPaddr2 --all
$ crm_attribute --node node1 --lifetime forever --query
$ crm_attribute --node node1 --name maintenance --update true
$ crm_attribute --node node1 --name maintenance --delete
$ hb_report /tmp/cluster-report
$ clustat
$ clufter conf2pcs old_ha.cf > new_pcs.conf
$ cibadmin --query > cluster-config.xml
$ cibadmin --replace --xml-file cluster-config.xml