Forum Discussion
mariana_kirova_
Dec 10, 2018Nimbostratus
list pools by name
Hello, how can I list the names of all pools containing let's say "qa" in their name. Thanks!
jurgenvdmark_14
Dec 11, 2018Nimbostratus
You can also use the sed command to get the info directly from the bigip.conf files of the different partitions.
Try the below command
sed -n '/^ltm pool/p' /config/bigip.conf /config/partitions/*/bigip.conf | awk '{ print $3 }'
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