Forum Discussion

Malay_Shah_2904's avatar
Malay_Shah_2904
Icon for Nimbostratus rankNimbostratus
Nov 12, 2018

Create Virtual Server into existing server.

I tried below command but it's doesn't work for me...

 

modify gtm server virtual-servers add { VS_name { destination ipv4:443 } }

 

1 Reply

  • Hi Malay,

    You are not defining in which server you want to create it into,

    tmsh modify gtm server  virtual-servers add {  { destination  } }

    If the server itself is not present, you have create that server first.

    tmsh create gtm server  addresses add {  } datacenter  product generic-host virtual-servers add {   { destination  } }

    If the server is a bigip, change the product to bigip accordingly.