Skip to main content

Hi-Availability - Out of Sync Peers

(2024-09-09)

Problem:

WARNING: The running configuration is not currently synchronized to the HA peer, and therefore, this commit will only be applied to the local device. Please synchronize the peers by running 'request high-availability sync-to-remote running-config' first.

Solution:

On Active member:

> request high-availability sync-to-remote running-config

On Passive member:

  • check the jobs list for the HA-Sync job and ensure it completed successfully.

If that doesn't work:

  • grab the configuration from the primary
  • customize it so that it will go in the secondary (this requires understanding how and why the primary and secondary devices may differ)
  • import the customized config into the secondary and reboot it.

(More)