CentOS 8
Sponsored Link

Pacemaker : Access to Web GUI2020/03/09

 
It's possible to operate Cluster resource on Web Admin Console.
[1] On Cluster Nodes, if Firewalld is running, allow service port.
[root@node01 ~]#
firewall-cmd --add-port=2224/tcp --permanent

success
[root@node01 ~]#
firewall-cmd --reload

success
[2] Start Web browser on any Client Computer and Access to [https://(Cluster Node's hostname or IP address):2224/]. Then, login form of Cluster Management UI is shown like follows, Login with Cluster admin user ([hacluster] on this example).
[3] After login successfully, Cluster Management console is shown.
[4] To display existing Cluster you already created, Click [Add Existing] and input a Hostname in Cluster on [Node Name] field.
[5] After successfully added a Node, Existing Cluster is displayed like follows.
[6] To Click Cluster Name, details of Cluster is shown. It's possible to confirm status or manage settings.
Matched Content