CentOS 8.x SAP Pacemaker cluster miscellaneous notes
From Notes_Wiki
Revision as of 04:03, 21 July 2022 by Saurabh (talk | contribs) (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 </...")
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
Home > CentOS > CentOS 8.x > SAP setup and maintenance > Miscellaneous notes