VMware Cloud Community
alex_wu
Enthusiast
Enthusiast
Jump to solution

Is it possible to rename standard vSwitch?

Hi Guys,

do you know how to rename a standard vSwitch in vSphere 6.5?

regards

Alex

Tags (1)
1 Solution

Accepted Solutions
vijayrana968
Virtuoso
Virtuoso
Jump to solution

Yes, that's possible. But you won't able to perform this task via Web Client. You need to edit esx.conf fine on each esxi host replacing name for standard switch.

vi /etc/vmware/esc.conf

/net/vswitch/child[0001]/name = “vSwitch-XXX“

After making changes reboot host to reflect changes. Also you need to do this on each host of cluster if vmotion port is on standard switch as this isn't going to work if vSwitch name is different on host to host.

View solution in original post

5 Replies
vijayrana968
Virtuoso
Virtuoso
Jump to solution

Yes, that's possible. But you won't able to perform this task via Web Client. You need to edit esx.conf fine on each esxi host replacing name for standard switch.

vi /etc/vmware/esc.conf

/net/vswitch/child[0001]/name = “vSwitch-XXX“

After making changes reboot host to reflect changes. Also you need to do this on each host of cluster if vmotion port is on standard switch as this isn't going to work if vSwitch name is different on host to host.

mountainonmount
Contributor
Contributor
Jump to solution

the solution was working till 7.0.2 17867351 seems to be parameters moved somewhere else. 

Does anybody know how to change the name?

Thanks

Reply
0 Kudos
hervejlin1967
Contributor
Contributor
Jump to solution

esX.conf 😉

Thanks for the tip !

Reply
0 Kudos
mrlasvegas
Contributor
Contributor
Jump to solution

Another option is to go to the esxi host ui and name the vswitch when you are creating it. To rename it, you would delete it and remake it.

Reply
0 Kudos