Forum Discussion
wayney_128269
Nimbostratus
Oct 21, 2004How to sync Primary and Failover BIGIP?
Hello,
How do I force a sync of configuration between the primary and secondary BIGIP devices?
thanks
Wayne
Oct 21, 2004
You are looking for the System::ConfigSync::synchronize_configuration() method.
Enum SyncMode {
// Synchronizes only basic configuration,
// such as /config/bigip.conf.
CONFIGSYNC_BASIC = 0,
// Synchonizes 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.
CONFIGSYNC_ALL = 1
};
void synchronize_configuration(
in SyncMode sync_flag
);
-Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
