Forum Discussion
JCMATTOS_41723
Nimbostratus
Jun 04, 2008LB_Failure logging?
We have a LTM 9.4.3 and are trying to utilize this script we found on devcentral. But we keep getting this error message. Any ideas? Thx!
when LB_FAILED {
set poolname [LB::...
The_Bhattman
Nimbostratus
Jun 04, 2008Hi JC,
Take a look at the following
"set name [LB::server name]"
"[LB::status pool $poolname member $name $port]"
The part where I believe it's failing where you trying to pass variable name into a statement that won't except names.
Try the following:
Replace
set name [LB::server name]
with
set ip [LB::server addr]
Replace
"[LB::status pool $poolname member $name $port]"
with
"[LB::status pool $poolname member $ip $port]"
Hope this helps
CB
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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