command line

create vswitch from commandline

VMware ESX supports some comandline tools, and if you would like to create a new virtual switch without a lot of clicks at vmware infrastructure client, you can easly use:

esxcfg-vswitch -a testvswitch:80

where:
-a - means add
testvswitch - is name of your virtual switch
:80 - is number of port’s you would like to have

Tags: , , , ,

Tuesday, September 23rd, 2008 Linux, Tips, vmware No Comments