このコンテンツは選択した言語では利用できません。
Chapter 8. Host management and monitoring by using the RHEL web console
You can use the RHEL web console interactive web interface to perform actions and monitor Red Hat Enterprise Linux hosts. You can enable a remote-execution feature to integrate Satellite with the RHEL web console. When you install the RHEL web console on a host that you manage with Satellite, you can view the RHEL web console dashboards of that host from within the Satellite web UI. You can also use the features that are integrated with the RHEL web console, for example, Red Hat Image Builder.
8.1. Enabling the RHEL web console on Satellite リンクのコピーリンクがクリップボードにコピーされました!
By default, RHEL web console integration is disabled in Satellite. If you want to access RHEL web console features for your hosts from within Satellite, you must first enable the RHEL web console on Satellite Server.
Procedure
Enable the RHEL web console on your Satellite Server:
satellite-installer --enable-foreman-plugin-remote-execution-cockpit --reset-foreman-plugin-remote-execution-cockpit-ensure
# satellite-installer --enable-foreman-plugin-remote-execution-cockpit --reset-foreman-plugin-remote-execution-cockpit-ensureCopy to Clipboard Copied! Toggle word wrap Toggle overflow
8.2. Managing and monitoring hosts using the RHEL web console リンクのコピーリンクがクリップボードにコピーされました!
You can access the RHEL web console UI through the Satellite web UI and use the functionality to manage and monitor hosts in Satellite.
Prerequisites
- You have enabled the RHEL web console in Satellite.
You have installed the RHEL web console on the host that you want to manage and monitor.
Satellite provides a job template named Service Action – Enable Web Console under the Ansible Services job category that you can use to install the RHEL web console. For more information about running remote jobs, see Chapter 13, Configuring and setting up remote jobs.
- Satellite or Capsule can authenticate to the host with SSH keys. For more information, see Section 13.17, “Distributing SSH keys for remote execution”.
Procedure
- In the Satellite web UI, navigate to Hosts > All Hosts and select the host that you want to manage and monitor with the RHEL web console.
In the upper right of the host window, click the vertical ellipsis and select Web Console.
You can now access the full range of features available for host monitoring and management, for example, Red Hat Image Builder, through the RHEL web console.
Additional resources
- Managing systems using the RHEL 9 web console
- Managing systems using the RHEL 8 web console
- Managing systems using the RHEL 7 web console
- Accessing the RHEL image builder dashboard in the RHEL web console in Composing a customized RHEL system image (RHEL 9)
- Accessing the RHEL image builder dashboard in the RHEL web console in Composing a customized RHEL system image (RHEL 8)
- Accessing Image Builder GUI in the RHEL 7 web console in Image Builder Guide (RHEL 7)
8.3. Disabling the RHEL web console on Satellite リンクのコピーリンクがクリップボードにコピーされました!
Perform the following procedure if you want to disable the RHEL web console on Satellite.
Procedure
Disable the RHEL web console on your Satellite Server:
satellite-installer --foreman-plugin-remote-execution-cockpit-ensure absent
# satellite-installer --foreman-plugin-remote-execution-cockpit-ensure absentCopy to Clipboard Copied! Toggle word wrap Toggle overflow ImportantYou can enable or disable RHEL web console integration independently on Capsule Servers. After completing the procedure on your Satellite Server, you can disable RHEL web console integration on your Capsule Servers:
satellite-installer --foreman-proxy-plugin-remote-execution-script-cockpit-integration false
# satellite-installer --foreman-proxy-plugin-remote-execution-script-cockpit-integration falseCopy to Clipboard Copied! Toggle word wrap Toggle overflow