Forum Discussion

Hemadri_K_29616's avatar
Apr 27, 2018

Active F5 not in sysnc

Hello,

 

My active F5 unit showing sync recommended. No changes has been to the configuration. I can access only CLI of the device but not GUI. Can anyone advise how to check through CLI as this is in production.

 

Regards Hemadri

 

5 Replies

  • Can you please run the below and share here, so I can recommend from where to sync (if at all some changes were made on the standby).

    tmsh  show cm sync-status

    tmsh run cm watch-devicegroup-device

    Running the above will not create any impact or make changes, its just listing to know which is having recent configuration.

  • Hello Hemadri,

     

    If no changes has been to the configuration and your unit showing sync recommended it can come from several possibilities.

     

    You can first check audit logs to be sure that no modification has be done:

     

    more /var/log/audit

     

    Do you have an script or Icall running? (crl update for example...)

     

    Do you have APM or ASM?

     

    Regards

     

  • Here, It should be below,

    To know what is the current sync status.

    b config sync show

    To verify if there are any errors.

    b verify load

    To save the config

    b save all

    To sync the device to the standby, run the below from the active box.

    b config sync

    To save a UCS file

    b config save /var/tmp/device_name.ucs

    Refer this v10 article for config sync issues.

    Based on the config sync show log, you can move forward with running config sync command.