- Log into the Application Remote Collector appliance as root via SSH or Console.
- Run the following command to remove the /ucp/ucp-content directory:
rm -rf /ucp/ucp-content
- Navigate to the /ucp/ucp-config-scripts directory:
cd /ucp/ucp-config-scripts
- Backup the ucp-firstboot.sh file:
cp ucp-firstboot.sh ucp-firstboot.sh.bak
- Open the ucp-firstboot.sh file in a text editor.
- Find, then comment out the line tdnf install -y cronie line.
Example: ##tdnf install -y cronie
- Save and close the file.
- Run docker ps and ensure the following are shown as running
ucp-apis
ucp-dataplane-emqttserver
ucp-controlplane-saltmaster
ucp-nginx
- Run the ucp-firstboot.sh script:
/ucp/ucp-config-scripts/ucp-firstboot.sh
Once the script install completes, attempt the agent install again, which should now succeed.