The initialization/configuration of VCF Operations cluster can hang during the NTP configuration phase. This issue can occur during very first cluster initialization/configuration.
The configuration can be performed through either:
To verify if the NTP process has hung, SSH to the VCF Operations primary node and run:
ps aux | grep ntp
If the output shows the following processes, the NTP synchronization has hung:
root <PID_#1> /usr/bin/sudo -n /usr/lib/vmware-python-3/bin/python /usr/lib/vmware-casa/bin/ntp_update.pyroot <PID_#2> /usr/lib/vmware-python-3/bin/python /usr/lib/vmware-casa/bin/ntp_update.pyroot <PID_#3> /usr/bin/ntpd -nNgq
VCF Operations 9.x
Aria Operations 8.18.x
The time synchronization process (/usr/bin/ntpd -nNgq) hangs indefinitely when it attempts to synchronize with an unresponsive external NTP server IP address
rootps aux | grep ntproot <PID_#3> /usr/bin/ntpd -nNgqkill -9 <PID_#3>