CentOS Stream 10
Sponsored Link

Pacemaker : Access to Web GUI2025/02/26

 

It's possible to operate Cluster resource on Web Admin Console.

On RHEL 10 / CentOS 10, pcsd web UI that listens port 2224 has been moved to an add-on for the RHEL web console (Cockpit).

[1] Start Cockpit on a node.
[root@node01 ~]#
dnf --enablerepo=highavailability -y install cockpit-ha-cluster
[root@node01 ~]#
systemctl enable --now cockpit.socket
[root@node01 ~]#
firewall-cmd --add-service=cockpit

success
[root@node01 ~]#
firewall-cmd --runtime-to-permanent

success
[2] Login to the Cockpit, refer to here, and then click [HA Cluster Management] on the left pane.
[3] To add existing cluster, click the [Add Existing Cluster] button.
[4] Input a hostname of a member of cluster on [Node Name] section and click [Add existing cluster] on the bottom.
[5] Existing cluster added.
[6] To Click the Cluster Name, details of Cluster is displayed. It's possible to confirm status or manage settings.
Matched Content