Contiene las herramientas de "bajo nivel" que permiten manipular directamente el CIB [Cluster Information Base], que es el archivo XML donde reside toda la configuración del clúster [Conjunto de servidores [nodos] que trabajan juntos]. Incluye los ejecutables attrd_updater, cibadmin, cibsecret, crm_attribute, crm_diff, crm_error, crm_failcount, crm_master, crm_mon, crm_report, crm_resource, crm_rule, crm_shadow, crm_simulate, crm_standby, crm_ticket, crm_verify, crmadmin, iso8601 y stonith_admin.
# crm_node -p
# crm_node -n node1 --force
# crm_mon -1
# crm_mon -r
# crm_mon -rfj (muestra fallos, recursos y genera salida en JSON).
# cibadmin -Q
# crmadmin -D
# crm_diff --original config_vieja.xml --new config_nueva.xml
# crm_verify -LV
# crm_shadow --display
# crm_shadow --create mi_prueba
# crm_simulate -LS
# crm_resource --resource mi_web --cleanup
# crm_attribute --node node1 --name "prioridad" --update 100
# crm_failcount --resource mi_db --delete --node node1
# crm_standby --node node1 --update on
# crm_error -1
# crm_report --from "2025-12-12 00:00:00" informe.tar.bz2
# cibsecret set node1 passwd PASS
# cibsecret check node1 passwd
# stonith_admin --reboot node2
# iso8601
# attrd_updater --help-all
# attrd_updater --help-output
# attrd_updater --help-required
# attrd_updater --help-command
# attrd_updater --help-additional