The VMware wrote this workaround, so you can manually add the operating system to the list for VMware Update Manager.
- Connect to your vCenter Server Appliance per SSH and log in
- Create a backup of the vci-integrity.xml file:
- Modify the vci-integrity.xml file by opening the file using vi editor:
- Locate the <vci_vcIntegrity> ….. </vci_vcIntegrity> section
- Enter edit mode by hitting the insert or the letter i button
- Before the </vci_vcIntegrity> line, add the following lines, depending on the operating system configured in your virtual machine. If entering both versions of the same OS (ie: Windows 2019 AND 2022), see the below Note section
- For Debian 11 (32 bit):
<supportedLinuxGuestIds> <debian11Guest/> </supportedLinuxGuestIds>
- For Debian 11 (64 bit):
<supportedLinuxGuestIds> <debian11_64Guest/> </supportedLinuxGuestIds>
- For Red Hat Enterprise Linux 9 (64 bit):
<supportedLinuxGuestIds> <rhel9_64Guest/> </supportedLinuxGuestIds>
Some Linux have same issue, for that follow the list of all supported Linux Guest OS IDs
asianux3Guest
asianux3_64Guest
asianux4Guest
asianux4_64Guest
asianux5_64Guest
centosGuest
centos64Guest
coreos64Guest
debian4Guest
debian4_64Guest
debian5Guest
debian5_64Guest
debian6Guest
debian6_64Guest
debian7Guest
debian7_64Guest
debian8Guest
debian8_64Guest
oracleLinuxGuest
oracleLinux64Guest
rhel7Guest
rhel7_64Guest
rhel6Guest
rhel6_64Guest
rhel5Guest
rhel5_64Guest
rocklinux_64Guest
fedoraGuest
fedora64Guest
sles12Guest
sles12_64Guest
sles11Guest
sles11_64Guest
sles10Guest
sles10_64Guest
opensuseGuest
opensuse64Guest
ubuntuGuest
ubuntu64Guest
otherlinuxguest
otherlinux64guest