I am conducting a qualification of an application on AHV which requires certain SMBIOS values are set for the host VM to properly identify the platform and ensure operation.
Specifically, values of smbios type 2 (baseboard) for “Manufacturer” and “Product Name” need to be set.
This is normally populated by default in VMware. In Proxmox (another QEMU KVM based hypervisor) this can be easily set using the qm tool and passing the args string to update the values as needed.
qm set <VmID> --args "-smbios type=2,manufacturer=<vendor>",product=<model>"Exhaustive searching leads me to acli vm.update “extra_flags” option but I don’t see any options to add SMBIOS information.
Looking for guidance from the community while also working with Nutanix Support.
Thanks!
