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...
Michel_van_der_
Nimbostratus
May 11, 2005I've been very hesitant to leave debugging on all the time, because
I'm afraid we'll blow out disk space. The symptoms are the same.
We see a failure when were updating a box that has been running for
extended periods of time. Turning on debugging either before a
modification or after a failed one, always results in the update
working. I track the input to the call, and I know the data
sent to it is not too long (this all comes from a DB, and simply
retrying after a restart portal with debugging on works...).
The code I use is somewhat convoluted, since it's buried in a larger system.
...
$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