In /var/log/vmware/vpxd/vpxd.log there is an abnormal amount of warning messages reading:
####-##-##T##:##:##.674Z warning vpxd[173213] [Originator@6876 sub=InvtVmDb opID=HB-host-######@#######-########] Skipping update of NIC settings for unknown device; key=-1, VM id=##########-##-##T##:##:##.674Z warning vpxd[173213] [Originator@6876 sub=InvtVmDb opID=HB-host-######@#######-########] Skipping update of NIC settings for unknown device; key=-1, VM id=##########-##-##T##:##:##.674Z warning vpxd[173213] [Originator@6876 sub=InvtVmDb opID=HB-host-######@#######-########] Skipping update of NIC settings for unknown device; key=-1, VM id=######
The "VM id" refers to many different VMs of different config, OS's etc
vCenter Server 8.0 U3
The VMs mentioned in the logs have NicInfo with a field "deviceConfigId = -1".
This is put into the vCenter Database and when it is queried for NicInfo; the warning message occurs in the log.
This issue will be resolved in a future release.
The log message are benign and can be ignored.
Workaround to suppress the log spew:
Add the following two (2) configuration settings in "Advanced Settings" in vSphere UI:
config.level[InvtVmDb].logLevel = errorconfig.level[InvtVmDb].logName = InvtVmDb
service-control --restart vpxd