step 5: I keep getting this response after this command for the lab:
Is there a reason why I am getting this?
Hi @cxiong1990
This is reminder from insights-client which typically installed.
To cancel the "Register this system with Red Hat Insights" message, you can either register the system using insights-client --register or remove the client entirely with sudo dnf remove insights-client. If you want to keep the functionality and just remove the prompt, use the first command; if you don't plan on using Red Hat Insights, use the second command to remove the client.
It is possible simply replace the motd file with a symlink to /dev/null using the following command.
# ln -sfn /dev/null /etc/motd.d/insights-client
However it is no sense to do it on lab evironment
Good luck
You’re seeing this message because the insights-client package is installed, and the system has not been registered with Red Hat Insights.
When installed, the package creates MOTD files (/etc/motd.d/insights-client and /etc/insights-client/insights-client.motd) that display this informational message at login.
This is not an error, just a reminder. You can safely ignore it unless registration is required for your lab
ok thaks.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.