Forum Discussion

SteveEason_3059's avatar
SteveEason_3059
Icon for Nimbostratus rankNimbostratus
Dec 13, 2017

Disabling Auto Sync between HA F5 instances

One of our engineers enabled auto-sync to occur between our HA pair of F5 LTM devices. We need to disable this feature. To be clear, what is occuring is that whenever a change is made on the primary F5, it's automatically synchronizing the changes to the standby device. We are about to make some changes that we don't want to be auto-sync'd until we test the changes.

 

Where do we go to make this correction?

 

1 Reply

  • From the Configuration utility, navigate to Device Management > Device Groups, select the device group from the list, and change the Sync Type setting to Manual with Incremental Sync.

    Or you can try this from TMSH (substitute the actual device group name where indicated):

    modify /cm device-group  save-on-auto-sync false
    save /sys config