Forum Discussion
hotrod_127503
Nimbostratus
Jan 04, 2005Best Practice for Sync Between Primary and Failover
I am writing an auto-registration service that will allow machines to add themselves to the Load Balancer. Due to the transactional nature of this process, I am never quite sure when everyone is regi...
Mar 11, 2008
To force a ConfigSync operation from one unit to another, you'll want to use the synchronize_configuration() method in the System::ConfigSync interface.
enum System::ConfigSync::SyncMode {
SYNCMODE_BASIC = 0, // Synchronizes only basic configuration, such as /config/bigip.conf.
SYNCMODE_ALL = 1 // Synchronizes all common files in /config,
all common files in /etc, all common BIG/db keys,
and any other information deemed necessary for a complete system configuration.
}
System::ConfigSync::synchronize_configuration(
in SyncMode sync_flag
);
The docs for the method are located here:Click here
As for autosync, I'm not sure if that has been added yet.. Take a look at the System.High Availability settings in the BIG-IP GUI to see if there is an option for it on your platform.
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects