Forum Discussion
Clint_124473
Nimbostratus
May 23, 2013Pool Member Status Page on a Virtual Server v11
I have gone over the "Pool Member Status Page" pages for both v9 and v10. It all seems easy and straight forward; however, I am on v11, and it doesn't yet seem like I can do the slick trick of writin...
David_Scott_104
Sep 05, 2014Historic F5 Account
change the bash script to something like this and it should work:
!/bin/bash
tmsh modify sys db bigpipe.displayservicenames value false
classfile="/tmp/classfile"
for POOLNAME in `tmsh list ltm pool | grep -i "ltm pool" | sort | awk '{print $3}'`; do
for POOLMEMBER in `tmsh list ltm pool $POOLNAME | grep : | sort | awk '{print $1}'`; do
echo \"$POOLNAME/$POOLMEMEBER\", >> ${classfile}
done
done
tmsh modify /ltm data-group external pool_member_status_list source-path file:${classfile} separator ":="
rm ${classfile}
exit 0`
This worked on 11.6
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