Forum Discussion
Sunit_Tailor_84
Nimbostratus
Oct 19, 2006Save Enable/Disable Status for poolmember
Hi,
I would like to resolve following issue.
If we change the status for poolmember to DISABLE from ENABLE using iControl JAVA API and let's say that particular bigip gets rebooted, we...
Oct 20, 2006
Current state changes made through iControl are only made to the running memory, not the saved configuration. To persist changes across reboots you'll have to use the System::ConfigSync::save_configuration() method as you've done. The parameters looks correct so I'm a bit unsure as to why the method is failing.
What I did notice is that you don't need to use the SAVE_BASE_LEVEL_CONFIG flag, I'd give SAVE_HIGH_LEVEL_CONFIG a shot. The base config saves to /config/bigip_base.conf and the docs say to ignore the file parameter for that flag so that could be what is causing your error.
I'd change your code to this:
...
m_abc.save_configuration("/config/bigip.conf",
ITCMSystemConfigSyncSaveMode.SAVE_HIGH_LEVEL_CONFIG);
And see if that works.
If you are still getting the same error, you'll have to go through product support as this is a server error that has something to do with your systems configuration and we are not equipped here to diagnose those types of issues.
Let me know how it goes...
-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
