Forum Discussion

lizunjjg's avatar
lizunjjg
Icon for Cirrus rankCirrus
Dec 30, 2019

how to configsync overwrite use tmsh?

hi :

  • I checked the sync command from ask.f5.com -run /cm config-sync to-group Syncfailover
  • Can this command overwrite standby configuration?

 

 

5 Replies

  • No. In order to override full config from active to standby use below command. .

    tmsh run /cm config-sync force-full-load-push to-group <group name>
    • lizunjjg's avatar
      lizunjjg
      Icon for Cirrus rankCirrus

      modify cm device-group <dg name> devices modify { <device name> { set-sync-leader } } ,this is v11 .x through v12 .

  • whichever device you are one (standby in your case), you just run run cm config-sync force-full-load-push to-group <group name> this will set the sync leader and force the device to initiate the configsync process (doing a full sync)