第 2 章 Getting started with the HA Cluster Management add-on for the RHEL web console
The HA Cluster Management RHEL web console add-on is a graphical user interface to create and configure Pacemaker clusters. The HA Cluster Management RHEL web console add-on is available through the RHEL web console when the cockpit-ha-cluster package is installed.
Previous releases of Red Hat Enterprise Linux utilized the pcsd Web UI as the standalone graphical user interface for HA cluster configuration. This interface has been modified to be usable as a RHEL web console add-on and is no longer operated as a standalone interface.
To use the HA Cluster Management add-on to configure a high availability cluster, add the HA Cluster Management application to the RHEL web console and install and enable the necessary Red Hat High Availability Add-On software packages and services on each node in your cluster.
Prerequisites
You have installed the RHEL 10 web console.
For instructions, see Installing and enabling the web console.
Procedure
- From the system on which you are running the RHEL web console, log in to the console and install the HA Cluster Management add-on application. See Add-on applications for the RHEL web console in the "Managing systems in the RHEL web console" document for details.
On each cluster node, install the Red Hat High Availability fence agents from the High Availability channel.
# dnf install fence-agents-allYou can install only the fence agent that you require with the following command.
# dnf install fence-agents-modelOn each cluster node, ensure that the
pcsdservice is running.# systemctl status pcsd.serviceIf the
pcsdservice is not running on a cluster node, enter the following command to start thepcsdservice and to enable it at system start.# systemctl enable --now pcsd.serviceEnsure you are logged in to the RHEL web console. To use the RHEL web console to create clusters, the user account used to sign in to the web console must have sudo access to the system.
注意The
haclusteruser account is the Pacemaker service account and you cannot use this account to log in to the RHEL web console.In the RHEL web console, switch to administrative access mode. For information about administrative access mode, see Administrative access in the web console in the "Managing systems in the RHEL web console" document.
注意Only a user with sudo access can create clusters and add nodes to existing ones. After you create a cluster, by default, users in the
haclientgroup can manage the cluster and change permissions. For information about granting different permissions to any other users and groups that require them, or for modifying the defaulthaclientpermissions, see Granting HA Cluster Management permissions.