This is an expected behavior in a mixed VMware vSphere/vDS version environment.
To resolve this issue, upgrade your vDS switch to version 5.5 or later. During the vDS upgrade the vendor label changes to
VMware Inc..
To work around this issue, use any one of these options:
- Run this SQL query against the vCenter SQL database:
update vpx_dvs set product_vendor='VMware, Inc.' where id=XXX;
where XXX is dvs id.
- Update the vendor label using Managed Object Browser (MOB):
- Log in to Managed Object Browser with vDS mo id similar to:
https://vc_fqdn or vc_ip/mob/?moid=dvs moid
For example: https://vc-01.domain.com/mob/?moid=dvs-141
- Click PerformDvsProductSpecOperation_Task.
- For operation parameter, enter upgrade.
- For productSpec parameter, enter this:
<productSpec>
<vendor>VMware, Inc.</vendor>
</productSpec>
- Click Invoke Method.
Note: If any of the ESXi hosts attached to the vDS are running version 5.1 or earlier, you must upgrade the host version first and then the vDS.