Skip to content

CLI Reference

bmwl edited this page Jul 13, 2026 · 1 revision

CLI Reference

All commands use the prefix icingacli proactiveha.

Note: Most IDs arguments will refer to the id field in the proactiveha database

Database

# Initialize schema
icingacli proactiveha initdb

State Management

# 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

Cluster

# List clusters
icingacli proactiveha cluster list --id <vcenter-id>

# Show cluster Proactive HA status
icingacli proactiveha cluster status --id <vcenter-id> --moid <cluster-moid>

Health Updates

# List current health updates from vCenter
icingacli proactiveha healthupdates list --id <vcenter-id>

Clone this wiki locally