Forum Navigation
You need to log in to create posts and topics.

Pacemaker Error: cluster is not currently running on this node

Problem

User running the command "pcs status" and gets the following error

Error: cluster is not currently running on this node

start and enable pacemaker

systemctl enable pcsd.service

systemctl start pcsd.service

check the status of the startup

systemctl status pcsd.service

● pcsd.service - PCS GUI and remote configuration interface
Loaded: loaded (/usr/lib/systemd/system/pcsd.service; enabled; vendor preset: disabled)
Active: active (running) since Tue 2022-08-16 17:44:26 IDT; 6min ago
Docs: man:pcsd(8)
man:pcs(8)
Main PID: 1562 (pcsd)
CGroup: /system.slice/pcsd.service
└─1562 /usr/bin/ruby /usr/lib/pcsd/pcsd

if you still getting this error Error: cluster is not currently running on this node

then start the pcs  cluster to the current node

pcs cluster start --all