To disable the RHEL firewalld service

Purpose

You must stop and disable the RHEL firewalld service on each station in a CLM deployment before you attempt to install a CLM component on a station.

Perform this procedure to disable firewalld on a CLM station.

Steps
 

Log in as the root user on the station.


Open a console window.


Enter the following:

systemctl stop firewalld ↵

The firewalld service stops.


Enter the following:

systemctl disable firewalld ↵

The firewalld service is disabled.


Close the console window.

End of steps