I have a query related to dmidecode uuid. In our product we are using dmidecode uuid try to match with ESXI vmware uuid of the same node.
ESXI is providing the UUID as first three fields as big endian format.
But in dmidecode for smbios version 2.6 onwards it changes it format of first three field in little endian.
So do we need to follow Vmware ESXI standard or do we need to align to dmidecode standard.
our product supports other hypervisors Hyper-V, KVM .
If we align to ESXI format, we need to convert the little endian of dmidecode to Big endian in our product level.
Does Hper-v and KVM also follow same standard as Vmware ESXI (Big endian standarad) or not ?.