For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

ndonde_66229's avatar
ndonde_66229
Icon for Nimbostratus rankNimbostratus
Mar 21, 2014

How to find what virtual server is configured to a Particular profile

I have a Persistence Profile xyz. Is there a way to reverse look up what all virtual servers are configured to use this persistence profile using tmsh or cli?

 

3 Replies

  • Hi!

    You could do it with an iControl script. Or just go through the config files with grep in the command line.

    Ie.

     grep -R "[profile name]" /config/

    /Patrik

  • Trying to do this with iControl REST was frustrating, so I gave up and went to the shell:

    tmsh list ltm virtual one-line |grep my-cookie-persist