Forum Discussion

James_124570's avatar
James_124570
Icon for Nimbostratus rankNimbostratus
Aug 11, 2015

Find what nodes are connected to which virtual servers

Hello everyone,

 

I am trying to see if there is a way to tell which nodes are connected to which virtual servers or if nodes are connected to multiple servers. I was looking at tmsh show sys connection, but there is a lot in there.

 

Thank you all!

 

3 Replies

  • After looking further at show sys connection i found what I was looking for. If I run show sys connection ss-server-addr , this will show me the virtual servers connected.

     

    YEAH!

     

  • Hamish's avatar
    Hamish
    Icon for Cirrocumulus rankCirrocumulus

    Just be aware, that will only tell you currently active connections. A snapshot. It won't necessarily show you all the possible connections.

     

    To get all possible connections you'd have to work your way DOWN the tree from the virtual server via the default pool, AND any pools mentioned in iRules attached to the VS. Then get the list of nodes from the pool members in those pools.

     

  • Yes! Very true. The problem we have is that we have multiple virtual servers pointing to the same pool. Thank you for your imput.