Forum Discussion

bert_92443's avatar
bert_92443
Icon for Nimbostratus rankNimbostratus
Sep 13, 2012

Bigpipe command list virtual server with specific name

i would like to list the a virtual server with a specific name.

 

The command : b virtual list | grep YAYA

 

give the list with YAYA, YAYA_1, YAYA_3 - All I need is YAYA only. What is the end of string to speficy YAYA only.

 

 

thanks for your assistance.

 

2 Replies

  • Hi Bert,

     

     

    Try bigpipe virtual list

     

     

    So even if there are two Virtual Servers with the exact name except for a single character it will only show you the exact match.

     

     

    Example:

     

    vip.www.website.com.http

     

    vip.www.website.com.https

     

     

    If you did "b virtual vip.www.website.com.http list" you would only get a single exact match.

     

     

    Hope this helps.