Forum Discussion
OTS02
Mar 30, 2009Cirrus
dump persistence records
Is it possible to dump the persistence records to a file, using iConntrol? I am using source ip affinity persistence.
Viewing persistence records fro the GUI, generates the following syslog:
mui/locallb/stats/persistence/stats.jsp HTTP/1.1" 7082
So far I haven't been able to find anything similar in the SDK.
Thanks
- Ken_Vondersaar_NimbostratusI'm currently struggling with the same issue on TMOS 9.4.5 using the 9.6.0 and 10.0.0 iControl assemblies. Exact same exception regardless of using the pool or virtualserver method. If you don't catch the exception the method will return nothing and your app will hum along as if nothing went wrong.
string[] sVSList = new string[] { cbVSList.SelectedItem.ToString() }; LocalLBPersistenceMode[] oLBPersistMode = new LocalLBPersistenceMode[] { LocalLBPersistenceMode.PERSISTENCE_MODE_NONE }; // PERSISTENCE_MODE_NONE will cause it to return all types. LocalLBPersistenceRecord[][] PulledPersistTable = new LocalLBPersistenceRecord[][] { }; try { PulledPersistTable = if_iControl.LocalLBVirtualServer.get_persistence_record(sVSList, oLBPersistMode); //PulledPersistTable = if_iControl.LocalLBPool.get_persistence_record(sVSList, oLBPersistMode); } catch (Exception e) { MessageBox.Show(e.ToString()); }
- OTS02CirrusThanks kvondersaar
- OTS02CirrusFrom Support:
- OTS02CirrusAccording to the escalation engineer:
- OTS02Cirrusf5 support has created an engineering hotfix (Hotfix-BIGIP-9.3.1-HF6-69.14-ENG) that can be applied on top of 9.3.1 HF6. This will be incorporated into HF7 for 9.3.1.
- OTS02CirrusInstalled the engineering hotfix, and am now able to pull persistence records with iControl. Thanks f5 Support! Thanks 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