When you see a hypervisor host in a Private Cloud Director environment that's offline, failed, or in an error state, here's how to debug the issue:
Connectivity to the Private Cloud Director management plane controller is broken or unreachable.
Dependent services are down.
Packages are corrupted or not installed.
NTP is not synchronized.
Insufficient disk space available.
Ensure that the host you are trying to add meets the pre-requisitesarrow-up-right.
Ensure the host can reach the internet and the Private Cloud Director management plane controller:
$ curl -s https://<FQDN> $ ping www.google.com $ telnet www.google.com 443
If your environment uses a proxy, configure the Platform9 host agent on the host to route traffic via the proxy:
$ sudo bash <path to host agent installer> --proxy=<proxy server>:<proxy port>
Make sure the hostname on the host matches the hostname shown in the GUI.
Confirm the UUID in the host_id file matches the host UUID shown in the GUI:
host_id
$ sudo cat /etc/pf9/host_id.conf
If NTP is enabled, ensure NTP servers are configured correctly across nodes in:
/etc/systemd/timesyncd.conf.d/conf.d
Check that Platform9 packages are installed and match the version shown in the Private Cloud Director GUI:
$ sudo apt list | grep -i pf9*
Check the status of the Platform9 services:
$ sudo service pf9-hostagent status $ sudo service pf9-ostackhost status $ sudo service pf9-comms status $ sudo service pf9-sidekick status
Check logs for errors, timeouts, or warnings around the time of the issue and verify whether recent network changes could have impacted connectivity:
$ sudo cat /var/log/pf9/hostagent.log $ sudo cat /var/log/pf9/ostackhost.log $ sudo cat /var/log/pf9/comms/comms.log $ sudo cat /var/log/pf9/sidekick/sidekick.log
If these steps don't resolve the issue, reach out to the Platform9 Support teamarrow-up-right for additional assistance.
Last updated 4 days ago
Was this helpful?