When connecting to a host the UI output is "Onboarding Failed" and the logs shows the following error which expects certain connector files which do not appear to be on the system.
When trying to run the TDI Controller to install some things on a few hosts I get the following error:
{"level":"ERROR","message":"File not found on controller: /opt/broadcom/controller/binaries/tdl-scripts/connector/4.0.0/install.sh"}
Please download the necessary releases before proceeding with host onboarding and cluster setup:
Manage Releases in Tanzu Data Intelligence Controller
Also, please ensure that connector port 8082 and other required service ports are open as listed here:
Open firewall ports nodes and clients
sudo firewall-cmd --permanent --add-port=<port>/<protocol>Replace <port> with the required port, for example 8020, and <protocol> with tcp or udp.
sudo firewall-cmd --reload
sudo firewall-cmd --list-ports