Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 7. Managing remediations in Red Hat Lightspeed associated playbooks
The following information can help you create, configure, and manage remediation plans in Red Hat Lightspeed as well as their associated playbooks.
7.1. Installing the insights-client on Satellite Server content hosts Link kopierenLink in die Zwischenablage kopiert!
The insights-client comes preinstalled on most versions of Red Hat Enterprise Linux; however, if you have to install it, use this procedure to install the insights-client on each system.
Prerequisites
Register your hosts to Satellite
- If you already have Red Hat Enterprise Linux hosts, you can use the Global Registration Template to register them to Satellite. For more information, see Registering Hosts in the Satellite documentation.
Procedure
Install the insights-client:
yum install insights-client
# yum install insights-clientCopy to Clipboard Copied! Toggle word wrap Toggle overflow Register the host to Red Hat Lightspeed:
insights-client --register
# insights-client --registerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Repeat these steps on each host.
-
Alternatively, you can use the
RedHatInsights.insights-client` Ansible role to install the insights-client and register the hosts. For more information, see Monitoring hosts by using Red Hat Lightspeed in the Red Hat Satellite Managing Hosts guide.
7.2. Configuring Cloud Connector after upgrading Satellite Server 6.10 to 6.11 Link kopierenLink in die Zwischenablage kopiert!
After you upgrade your Satellite Server, configure Cloud Connector to complete the upgrade process.
The following information applies to upgrades from Satellite Server version 6.10 to 6.11.
For more information, see Upgrading and Updating Red Hat Satellite.
Procedure
-
To configure Cloud Connector after upgrading the Satellite Server, click from
to enable it on the new version of Satellite Server. Simultaneously, you must remove the previous source from the cloud manually on the Red Hat Hybrid Cloud Console after upgrading your Satellite Server.
Verification
- After you configure the Cloud Connector, it removes the receptor bits and installs the RHC bits. At the same time, the Cloud Connector announces all the organizations in the Satellite to the source and is ready to receive the connections.
7.3. Disabling direct remediations on a Satellite Server content host Link kopierenLink in die Zwischenablage kopiert!
You can disable direct remediations to ensure the playbook run does not get invoked from the cloud on a single host.
The enable_cloud_remediations setting in Satellite controls whether your hosts can be directly remediated through the Red Hat Lightspeed console. When the value of enable_cloud_remediations is set to False, direct remediation from Red Hat Lightspeed is disabled for that specific host. The parameter is not set for your systems, which means that by default, direct remediation is enabled with Cloud Connector.
Note, all hosts in the organization inherit the value that is set for enable_cloud_remediations.
For information about how to enable automatic and manual synchronization, see the Configuring Synchronization of Red Hat Lightspeed Recommendations for Hosts in the Satellite documentation.
When Satellite receives the request to run the remediation plan’s playbook from Cloud Connector, the request includes a list of hosts on which to execute the playbook.
Procedure
-
Go to
in the Satellite web UI. -
Locate the host, and click
. -
Set the
enable_cloud_remediationsparameter to False.
7.4. Disabling direct remediation on a Satellite Server content host group Link kopierenLink in die Zwischenablage kopiert!
You can disable remediations for the entire organization or host group by changing the Global Parameters in the Red Hat Satellite UI.
Prerequisites
- You have an Organization Administrator role.
Procedure
- Navigate to the Satellite Dashboard.
-
Click
. -
In the Name field, enter
enable_cloud_remediations. -
In the Value field, enter
false. - Click .
Verification
- Check to see whether your new parameter is listed in the Global Parameters table. For more information about configuring global parameters, see the Parameters section of the Red Hat Satellite documentation.