Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

gm3jones's avatar
gm3jones
Icon for Altostratus rankAltostratus
6 months ago
Solved

Search for pools with no members

HI everyone, hope you are all doing well! We currently have a cleanup script that runs monthly that looks for pools with no members in DNS, removes them, deletes the pools, then delete the VIP. My c...
  • Shyy's avatar
    Shyy
    6 months ago

    Yeah seems like the issue,
    We went with available-members but seems like Total Members are more accurate
    adding new command you can run
    tmsh show ltm pool | grep -B 11 "Total Members          : 0"  | grep "Ltm::Pool"

    please know you will need to update the exact spacing you have in the Total Members to the actual number added how it showed up on mine cli