Forum Discussion
Omer_Iqbal_6912
Apr 25, 2011Nimbostratus
save_configuration questions
Hi folks,
I am synchronizing active & passive F5 switches using iControl.dll via the following piece of code:
interfaces.SystemConfigSync.save_configuration("/config/bigip.co...
Apr 25, 2011
First off, the save_configuration() method does not issue a config sync. It merely flushes the configuration from the configuration engines memory to the disk configuration files (bigip.conf and bigip_base.conf). Essentially the save_configuration call is issuing the equivalent of the "bigpipe save" and "bigpipe base save" CLI commands.
If you desire a sync between boxes, you'll want to use the System.ConfigSync.sync_configuration() method. That will trigger the equivalent of a "bigpipe config sync" CLI command.
Hope this helps...
-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