Skip to content

Operation

bmwl edited this page Jul 13, 2026 · 1 revision

Operation

Automatic Operation

Once configured, the module runs automatically:

  1. State Monitor reads BP node states every 30 seconds
  2. Queue Worker pushes pending states to vCenter every 5 seconds

Manual Sync

Click Sync Now on the dashboard or run:

icingacli proactiveha sync run

Monitoring Status

Use the dashboard to see:

  • Number of vCenter connections
  • Number of mappings
  • Pending pushes
  • Failed pushes

View detailed events in Proactive HA → Logs.

Health Update Status Meanings

Status Meaning
green Host is healthy
yellow Non-critical issue
red Critical issue
gray No provider update active. Expected when Proactive HA is not enabled for the cluster/host or no update has been sent.

Safe Testing

Force a state for a specific mapping without waiting for BP:

icingacli proactiveha forcestate --id <mapping-id> --state red --push

Check current health updates known to vCenter:

icingacli proactiveha healthupdates list --id <vcenter-id>

Check pending/failed states:

icingacli proactiveha pending
icingacli proactiveha pending --status failed

Clone this wiki locally