Replies: 1 comment 1 reply
-
VirtualMachineGuestSummary and GuestInfo depend on vmware-tools running inside the VM to report this data. When tools stops reporting after some time, vCenter will consider the guest data stale and returns empty values to the API calls (which you should also see in the UI). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
We are using
govmomi v0.34.1
to gather data of vSphere instance.For example, we use it to gather the operation system a VM is set with
summary.guest.guestId
.Recently, we saw in a large vSphere instance that this field is missing when getting it (as far as I know it's a static field of the VM, we also saw it on
summary.guest.guestId
to get the static IPs of the guest - but that's dynamic).When we boot the VM and shut it, then we can get those details.
Regardless, even without booting the guest, when creating an OVF for example, the operation system is set.
I wonder, is that the intended behavior?
Beta Was this translation helpful? Give feedback.
All reactions