bash script to list which virtual servers are using a specific pool.
Problem this snippet solves: bash script to list which virtual servers are using a specific pool How to use this snippet: Usage:script_name pool_name pool_name ...
Remember to use the correct ca...
Published May 05, 2015
Version 1.0suttonsc
Employee
Joined May 16, 2019
suttonsc
Employee
Joined May 16, 2019
Stanislas_Piro2
Oct 27, 2017Cumulonimbus
Hi,
I suggest to replace tmsh command with this one
tmsh list /ltm virtual one-line | grep "pool ${pools}" | awk '{print $3}'