S sollarfun20 New Member Feb 28, 2025 7 2 3 Jul 25, 2025 #1 I have finally gotten qdevice installed on my nodes after last night, however, I now seem to be unable to ssh into the qdevice, and get an exit one error code. It hangs for about 2 minutes in between each step. Attachments image_2025-07-25_121923244.png 29 KB · Views: 17
I have finally gotten qdevice installed on my nodes after last night, however, I now seem to be unable to ssh into the qdevice, and get an exit one error code. It hangs for about 2 minutes in between each step.
A abobakr Member Aug 18, 2025 59 9 8 Sep 10, 2025 #2 Hello, In case it's still not working, can you verify if SSH access from the cluster node to the QDevice is working? If SSH is working, I suggest removing the QDevice and setting it up again [0][1]: On any of the cluster node, remove the qdevice: pve# pvecm qdevice remove On the QDevice host, make sure corosync-qnetd is installed: external# apt install corosync-qnetd On the QDevice host, make sure tcp port 5403 is allowed [2]: external# firewall-cmd --zone=public --add-port=5403/tcp --permanent On the cluster nodes, make sure corosync-qdevice is installed on all cluster nodes: pve# apt install corosync-qdevice On any of the cluster nodes, Set up your qdevice by running the following command: pve# pvecm qdevice setup <QDEVICE-IP> [0] https://pve.proxmox.com/pve-docs/chapter-pvecm.html#_removing_the_qdevice [1] https://pve.proxmox.com/pve-docs/chapter-pvecm.html#_qdevice_net_setup [2] https://forum.proxmox.com/threads/q...5403-tcp-required-not-open.138465/post-617996 Reactions: Johannes S
Hello, In case it's still not working, can you verify if SSH access from the cluster node to the QDevice is working? If SSH is working, I suggest removing the QDevice and setting it up again [0][1]: On any of the cluster node, remove the qdevice: pve# pvecm qdevice remove On the QDevice host, make sure corosync-qnetd is installed: external# apt install corosync-qnetd On the QDevice host, make sure tcp port 5403 is allowed [2]: external# firewall-cmd --zone=public --add-port=5403/tcp --permanent On the cluster nodes, make sure corosync-qdevice is installed on all cluster nodes: pve# apt install corosync-qdevice On any of the cluster nodes, Set up your qdevice by running the following command: pve# pvecm qdevice setup <QDEVICE-IP> [0] https://pve.proxmox.com/pve-docs/chapter-pvecm.html#_removing_the_qdevice [1] https://pve.proxmox.com/pve-docs/chapter-pvecm.html#_qdevice_net_setup [2] https://forum.proxmox.com/threads/q...5403-tcp-required-not-open.138465/post-617996