Difference between revisions of "CentOS 8.x SAP Pacemaker cluster miscellaneous notes"

From Notes_Wiki
(Created page with "Home > CentOS > CentOS 8.x > SAP setup and maintenance > Miscellaneous notes =Watchdog should be enabled= We can check existing cluster configuration using: <pre> pcs property show </pre> However, if one of the value is shown as: <pre> have-watchdog: false maintenance-mode: false no-quorum-policy: ignore startup-fencing: true stonith-enabled: true </...")
 
m
 
Line 22: Line 22:




=Accessing cluster via web interface=
Access cluster via https://<hostname-or-ip>:2224/ and login via appropriate user such as hacluster.






[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x SAP setup and maintenance|SAP setup and maintenance]] > [[ CentOS 8.x SAP Pacemaker cluster miscellaneous notes|Miscellaneous notes]]
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x SAP setup and maintenance|SAP setup and maintenance]] > [[ CentOS 8.x SAP Pacemaker cluster miscellaneous notes|Miscellaneous notes]]

Latest revision as of 04:11, 21 July 2022

Home > CentOS > CentOS 8.x > SAP setup and maintenance > Miscellaneous notes

Watchdog should be enabled

We can check existing cluster configuration using:

pcs property show

However, if one of the value is shown as:

have-watchdog: false
maintenance-mode: false
no-quorum-policy: ignore
startup-fencing: true
stonith-enabled: true

Then it is better to change it via:

pcs property set have-watchdog=true


Accessing cluster via web interface

Access cluster via https://<hostname-or-ip>:2224/ and login via appropriate user such as hacluster.


Home > CentOS > CentOS 8.x > SAP setup and maintenance > Miscellaneous notes