Running the command
Gives me the following error:
I've no clue how to proceed, any help would be greatly appreciated!
Code:
pvecm create MyAwesomeCluster
Gives me the following error:
Code:
Corosync Cluster Engine Authentication key generator.
Gathering 1024 bits for key from /dev/urandom.
Writing corosync key to /etc/corosync/authkey.
Job for corosync.service failed. See 'systemctl status corosync.service' and 'journalctl -xn' for details.
command 'systemctl restart corosync' failed: exit code 1
Code:
root@1 ~ # systemctl status corosync.service
● corosync.service - Corosync Cluster Engine
Loaded: loaded (/lib/systemd/system/corosync.service; enabled)
Active: failed (Result: exit-code) since Wed 2016-06-22 20:23:39 CEST; 1min 3s ago
Process: 1783 ExecStart=/usr/share/corosync/corosync start (code=exited, status=1/FAILURE)
Jun 22 20:22:39 1.de.rem.uz corosync[1790]: [SERV ] Service engine loaded: corosync configuration map access [0]
Jun 22 20:22:39 1.de.rem.uz corosync[1790]: [QB ] server name: cmap
Jun 22 20:22:39 1.de.rem.uz corosync[1790]: [SERV ] Service engine loaded: corosync configuration service [1]
Jun 22 20:22:39 1.de.rem.uz corosync[1790]: [QB ] server name: cfg
Jun 22 20:22:39 1.de.rem.uz corosync[1790]: [SERV ] Service engine loaded: corosync cluster closed process group service v1.01 [2]
Jun 22 20:22:39 1.de.rem.uz corosync[1790]: [QB ] server name: cpg
Jun 22 20:23:39 1.de.rem.uz corosync[1783]: Starting Corosync Cluster Engine (corosync): [FAILED]
Jun 22 20:23:39 1.de.rem.uz systemd[1]: corosync.service: control process exited, code=exited status=1
Jun 22 20:23:39 1.de.rem.uz systemd[1]: Failed to start Corosync Cluster Engine.
Jun 22 20:23:39 1.de.rem.uz systemd[1]: Unit corosync.service entered failed state.
Code:
root@1 ~ # journalctl -xn
-- Logs begin at Wed 2016-06-22 20:19:07 CEST, end at Wed 2016-06-22 20:24:41 CEST. --
Jun 22 20:24:29 1.de.rem.uz pmxcfs[1460]: [dcdb] crit: cpg_initialize failed: 2
Jun 22 20:24:29 1.de.rem.uz pmxcfs[1460]: [status] crit: cpg_initialize failed: 2
Jun 22 20:24:35 1.de.rem.uz pmxcfs[1460]: [quorum] crit: quorum_initialize failed: 2
Jun 22 20:24:35 1.de.rem.uz pmxcfs[1460]: [confdb] crit: cmap_initialize failed: 2
Jun 22 20:24:35 1.de.rem.uz pmxcfs[1460]: [dcdb] crit: cpg_initialize failed: 2
Jun 22 20:24:35 1.de.rem.uz pmxcfs[1460]: [status] crit: cpg_initialize failed: 2
Jun 22 20:24:41 1.de.rem.uz pmxcfs[1460]: [quorum] crit: quorum_initialize failed: 2
Jun 22 20:24:41 1.de.rem.uz pmxcfs[1460]: [confdb] crit: cmap_initialize failed: 2
Jun 22 20:24:41 1.de.rem.uz pmxcfs[1460]: [dcdb] crit: cpg_initialize failed: 2
Jun 22 20:24:41 1.de.rem.uz pmxcfs[1460]: [status] crit: cpg_initialize failed: 2
I've no clue how to proceed, any help would be greatly appreciated!