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
- 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 );
- Jim_43682
Nimbostratus
Can anyone help me write a similar statement for python- Andre_Barnes
Nimbostratus
Jim, Did you get config sync working for BigSuds if so how?
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