I’m trying to install NGT on CentOS 9 running on AHV and followed these instructions https://next.nutanix.com/installation-configuration-23/error-installing-ngt-on-linux-vm-41358 and I get a failure without much detail in output and logs too.
$ sudo python /ngt/installer/linux/install_ngt.py
Platform type is: x86_64
Using Linux Installer for centos stream linux distribution.
Setting up folders...
Installing NGT Guest Agent...
Setting up Nutanix Guest Tools - VM mobility drivers.
Successfully set up Nutanix Guest Tools - VM mobility drivers.
Installing Nutanix Guest Agent Service.
Failed to install Nutanix Guest Tools.
ERROR: Failed to install Nutanix Guest Tools. Check /tmp/ngt_install_log_20230627142527.txt for logs.
$ sudo cat /tmp/ngt_install_log_20230627142527.txt
/2023-06-27 14:25:31] {installer_factory.py:57} INFO - Using Linux Installer for centos stream linux distribution.
/2023-06-27 14:25:34] {install_ngt_core.py:86} INFO - Setting up folders...
/2023-06-27 14:25:34] {install_ngt_core.py:90} INFO - Installing NGT Guest Agent...
/2023-06-27 14:25:34] {redhat_installer.py:268} INFO - Setting up Nutanix Guest Tools - VM mobility drivers.
/2023-06-27 14:26:25] {redhat_installer.py:287} INFO - Successfully set up Nutanix Guest Tools - VM mobility drivers.
/2023-06-27 14:26:33] {base_installer.py:294} INFO - Installing Nutanix Guest Agent Service.
/2023-06-27 14:26:33] {install_ngt_core.py:133} ERROR - Failed to install Nutanix Guest Tools.
How can I find out what is going wrong and remediate?