Forum Discussion
wayney_128269
Nimbostratus
Oct 18, 2004Method to sync configuration between primary and secondary?
Hello All,
Is there a method I can call to sync configuration between primary and secondary BIGIP boxes?
thanks
wayne
Oct 18, 2004
Wayne,
You are looking for the ITCMSystem::ConfigSync::synchronize_configuration() method.
enum SyncMode {
// Synchronizes only basic configuration,
// such as /config/bigip.conf.
CONFIGSYNC_BASIC = 0,
// Synchronizes version of the configuration that is currently running,
// such as /config/bigip.conf. The configuration is loaded into memory
// on the standby device and is not saved to disk.
CONFIGSYNC_RUNNING = 1,
// Synchonizes all common files in /config, all common files in /etc,
// and all common BIG/db keys.
CONFIGSYNC_ALL = 2
};
void ITCMSystem::ConfigSync::synchronize_configuration(
in SyncMode sync_flag
);-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
