Forum Discussion
Michel_van_der_
Nimbostratus
Oct 05, 2004Error question
We have an application which we use to manage 13 pairs (passive/active)
of F5 BigIP load balancers. We use the API with perl. Most of our
BigIPs are used for http, as well as other protocols (such as LDAP). All
of the BigIPs are currently running 4.5.10.
Our usual mode of operation is to identify the passive system, clear the
configuration, push a new config (usually not much changes), fail over,
check for issues, synchronize, and continue to work...
We've seen at times arrors being generated by the BigIP, indicating the
following:
primary_error code 184, secondary_error_code 0, error_string: Name exceeds maximum length
(using the normal SOAP::Lite error trapping).
Usually, rebooting the passive box or re-synching from the active
box clears the problem, after which things start to work as normal.
I'm at a bit of a loss what the problem is. Any suggestions from the
F5 gurus? Obviously this tends to happen on production systems, so
reproducing in the Lab has been challenging...
Anything I could do on the box to dump state, config, etc. that would
help me track this down?
Thanks.
- Michel_van_der_
Nimbostratus
The pool name is 13 characters, and as I indicated, re-boot/re-synch - Hi Michel, Do you know which method you are executing that returns the "Name exceeds maximum length" error? You can use the Perl trace printing to spit out all SOAP requests and responses.
- You are correct in that this does not ring a bell. An error of a Name being too long makes me think that the client application is sending the pool_name parameter of the ITCMLocalLB::Pool::create() method in a form that is too large. That is why I recommended the client and server side debugging to find out exactly what the parameters are to the call that is failing. Without this information, I'm not sure how to proceed.
- Michel_van_der_
Nimbostratus
Joe, - Loc_Pham_101863Historic F5 AccountTo turn off iControl debug logging:
- Loc_Pham_101863Historic F5 AccountYes, all DB variables/settings are persisted across reboots.
- Loc_Pham_101863Historic F5 AccountCan you leave iControl debugging turned on while you try to reproduce the problem? If you only turn on debugging after you see the problem, then no clues on the problems will have been captured. Once you have a debug log that captures the problems, we can help you look into it.
- Michel_van_der_
Nimbostratus
I've been very hesitant to leave debugging on all the time, because... $soapResponse = $soap->create( SOAP::Data->name('pool_name' => $name), SOAP::Data->name('lb_method' => 7), $ISEF5::F5Data::DefaultLBMethod SOAP::Data->name('members' => $members), ); if ( $soapResponse->fault ) { error("Error creating pool $name" . $soapResponse->faultcode . " " . $soapResponse->faultstring); return 0; } else { print b("Pool $name created"), br, "\n"; ...
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