F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

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.