Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 6. Reference
The following information is provided to help you create, configure, and manage remediation plans in Red Hat Insights, including their associated playbooks.
6.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 for Red Hat Enterprise Linux client:
yum install insights-client
# yum install insights-client
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Register the host to Insights for Red Hat Enterprise Linux:
insights-client --register
# insights-client --register
Copy 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 Insights in the Red Hat Satellite Managing Hosts guide.
6.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 Configure Cloud Connector from Configure > RH Cloud - Inventory Upload 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.
Results
Once the Cloud Connector is configured, it will remove the receptor bits and install 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.
6.3. Disabling direct remediations on a Satellite Server content host Link kopierenLink in die Zwischenablage kopiert!
The enable_cloud_remediations
setting in Satellite controls whether your hosts can be directly remediated through the Red Hat Insights console. When the value of enable_cloud_remediations
is set to False, direct remediation from Insights 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.
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 Insights 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.
Complete the following steps to ensure the playbook run does not get invoked from the cloud on a single host.
Procedure
- Go to Hosts menu > All Hosts in the Satellite web UI.
- Locate the host, and click Edit > Parameters.
-
Set the
enable_cloud_remediations
parameter to False.
6.4. Disabling direct remediation on a Satellite Server content host group Link kopierenLink in die Zwischenablage kopiert!
The enable_cloud_remediations
setting in Satellite controls whether your host group can be directly remediated through the Red Hat Insights console. When the value of enable_cloud_remediations
is set to False, direct remediation from Insights is disabled for the host group. The parameter is not set for your systems, which means that by default, direct remediation is enabled with Cloud Connector.
All hosts in your organization inherit the same parameters.
Prerequisites
If you are an Organization Administrator, you can disable remediations for the entire organization or host group by changing the Global Parameters in the Red Hat Satellite UI, as follows:
Procedure
- Navigate to the Satellite Dashboard.
- Click Configure > Global Parameters > Create Parameter.
-
In the Name field, enter
enable_cloud_remediations.
-
In the Value field, enter
false
. - Click Submit.
Verification steps
- 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.