Symptoms:
vcsa-cli-installer.log
2023-05-12 21:59:55,215 - vCSACliInstallLogger - ERROR - Could not find the hardware virtualization key from the ESXi host
$ vcsa/ovftool/lin64/ovftool
vcsa/ovftool/lin64/ovftool.bin: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
VMware vCenter Server 8.0
vCenter deployment fails due to ovftool missing a required library that is not installed by default on the Linux distribution.
Install the needed packages following the Linux distribution package installation process. Check with Linux distribution vendor on how to install packages.
i.e. For Redhat/Centos
# dnf install libnsl
After installing the needed dependencies, run the vcsa-deploy tool to deploy vCenter.
Reference "Deploy a vCenter Server Appliance by Using the CLI",