Forum Discussion

David_adasha_30's avatar
David_adasha_30
Icon for Nimbostratus rankNimbostratus
May 03, 2017

TMSH

Hi,

 

how can I use tmsh to show all pools/nodes in my F5 ? I tried: show ltm pool all show ltm node all but nothing is shown up, and we have a lot of pools/nodes

 

thanks!

 

  • Show displays statistics. Use list to display all pool/node and their config.

    list /ltm pool  
    list /ltm node
    
  • Only thing left is that your user does not have the privileges to issue that command or view the list.

     

    • gsharri's avatar
      gsharri
      Icon for Altostratus rankAltostratus

      In tmsh: list /auth user your_user_name_here

       

      What is the role?

       

    • gsharri's avatar
      gsharri
      Icon for Altostratus rankAltostratus

      Admin has full access so no issue there.

       

      Were you able to view the bigip.conf file to see if it contains pools/virtuals, etc? From bash: less /config/bigip.conf.

       

      Have you created any additional administrative partitions? Your tmsh commands are display objects in /Common partition only. From tmsh: list /auth partition to display all partitions on bigip.

       

  • P_K's avatar
    P_K
    Icon for Altostratus rankAltostratus

    This should work. If you are already in tmos, remove tmsh from the command.

     

    • tmsh list /ltm pool

       

    • tmsh list /ltm node

       

    Looks like Scott already suggested these commands.. Which version you are in?