Ambari Agent
tip
You can let Ambari Server do this if you have set up passwordless SSH connection.
Setup
- RHEL/CentOS 7
- RHEL/CentOS/RockyLinux 8
- Ubuntu 22.04
sudo yum install -y ambari-agent
sudo dnf install -y ambari-agent
sudo apt install -y ambari-agent
Configuration
Edit the /etc/ambari-agent/conf/ambari-agent.ini
file and configure the server name where Ambari Server is running.
[server]
hostname=<ambari-server-01.mycluster.clemlab.local>
url_port=8440
secured_url_port=8441