Forum Discussion
sundogbrew
Altocumulus
Feb 21, 2013Bulk management of pools...
So this is more of the same questions concerning my tons of apps with the same pool members. I have written a pretty basic tmsh script that creates my applications for me which has become a lifesave...
Kevin_Stewart
Employee
Feb 21, 2013How about a shell script that creates the list of desired pool members and lets you loop through them. Something like the following:
! /bin/bash
output=$(tmsh list ltm pool |grep "ltm pool" | awk -F" " '{ print $3 }' |grep TFA-*)
for LINE in ${output}; do
echo ${LINE}
process each TFA pool in this loop
done
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