Forum Discussion

Senthil_7991's avatar
Senthil_7991
Icon for Nimbostratus rankNimbostratus
Jun 06, 2017

How to see Node/VIP status through CLI

We would like to filter out Node list status " online" " offline" list, How to do that through CLI and also can you please update me if we got any specific command to delete all the offline nodes and VIP's

 

Thanks

 

2 Replies

  • Hi,

    You can try with:

    tmsh show ltm node | grep ^Ltm:: -A5|grep -e '^Ltm::\|^\ \ Availability\|^\ \ State' | grep available -C 1

    tmsh show ltm node | grep ^Ltm:: -A5|grep -e '^Ltm::\|^\ \ Availability\|^\ \ State' | grep offline -C 1

    Use that command in bash mode.

    About your second question, as I know there is no command to delete all offline nodes. But you can grep their names and use:

    delete ltm node node1 node2 node3 ...

    Regards

    • f51's avatar
      f51
      Icon for Cirrostratus rankCirrostratus

      No, it didn't work for me. I am getting unsupported version for this.