-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Reference
bmwl edited this page Jul 13, 2026
·
1 revision
All commands use the prefix icingacli proactiveha.
Note: Most IDs arguments will refer to the
idfield in the proactiveha database
# Initialize schema
icingacli proactiveha initdb# Run state monitor once
icingacli proactiveha monitor run --once
# Run queue worker once
icingacli proactiveha worker run --once
# Run full sync once
icingacli proactiveha sync run
# Force a mapping state
icingacli proactiveha forcestate --id <mapping-id> --state red --push
# List pending/failed states
icingacli proactiveha pending
icingacli proactiveha pending --status failed# List clusters
icingacli proactiveha cluster list --id <vcenter-id>
# Show cluster Proactive HA status
icingacli proactiveha cluster status --id <vcenter-id> --moid <cluster-moid># List current health updates from vCenter
icingacli proactiveha healthupdates list --id <vcenter-id>