-
1. Re: BUG: VlanID always zero for vSwitch PortGroups
Burke- Mar 27, 2014 1:10 PM (in response to schistad)This is an issue with the inventory service. You can tell vCO to NOT use the inventory service by adding the following line to vmo.properties, then restarting your vco-server service:
com.vmware.o11n.vim.useInventoryService=false
VMware is aware of the issue and will resolve it in a future release. Until then, you can use the vmo.properties setting as a work-around
-
2. Re: BUG: VlanID always zero for vSwitch PortGroups
cdecanini_ Mar 27, 2014 1:09 PM (in response to schistad)Have you opened a support request for this ?
-
3. Re: BUG: VlanID always zero for vSwitch PortGroups
schistad Mar 27, 2014 1:26 PM (in response to Burke-)Well, if I disable the inventory service I can't even access vcenter:
- ch.dunes.util.DunesServerException: Could not initialize class com.vmware.vmo.plugin.vi4.VimPluginFactory
Which is bad
-
4. Re: BUG: VlanID always zero for vSwitch PortGroups
cdecanini_ Mar 27, 2014 1:29 PM (in response to schistad)Then you definitely need to open an SR in case this is a known issue with a fix.
-
5. Re: BUG: VlanID always zero for vSwitch PortGroups
schistad Mar 27, 2014 1:31 PM (in response to cdecanini_)Yep, I did open an issue immediately after posting the thread here on the community.
-
6. Re: BUG: VlanID always zero for vSwitch PortGroups
schistad Mar 27, 2014 1:34 PM (in response to Burke-)Okay, I tried removing and readding one of my vcenters and either that, or the second restart of the vCO server, actually helped.
So now I am able to both access the vCenter inventory (whew) and the portgroupSpec contains the correct vlanId.
Thank you very much, Burke - that was a very quick response, impressive work
-
7. Re: BUG: VlanID always zero for vSwitch PortGroups
cdecanini_ Mar 27, 2014 1:38 PM (in response to schistad)It seems that leveraging the inventory service has been the source of a lot of gaps like this one. You should be all set now.