Hey guys, I tryed it multiple times to add a qdevice on my cluster, without any luck.
My qdevice will be raspberry pi with debian based OS on it.
They output I get is always this here:
How can I fix this?
My qdevice will be raspberry pi with debian based OS on it.
They output I get is always this here:
Bash:
root@gateway:~# pvecm qdevice setup 10.4.0.7
/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub"
/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/bin/ssh-copy-id: WARNING: All keys were skipped because they already exist on the remote system.
(if you think this is a mistake, you may want to use -f option)
INFO: initializing qnetd server
Creating /etc/corosync/qnetd/nssdb
Creating new key and cert db
password file contains no data
Creating new noise file /etc/corosync/qnetd/nssdb/noise.txt
Creating new CA
Generating key. This may take a few moments...
Is this a CA certificate [y/N]?
Enter the path length constraint, enter to skip [<0 for unlimited path]: > Is this a critical extension [y/N]?
Generating key. This may take a few moments...
Notice: Trust flag u is set automatically if the private key is present.
QNetd CA certificate is exported as /etc/corosync/qnetd/nssdb/qnetd-cacert.crt
INFO: copying CA cert and initializing on all nodes
bash: line 1: corosync-qdevice-net-certutil: command not found
Certificate database already exists. Delete it to continue
INFO: generating cert request
command 'corosync-qdevice-net-certutil -r -n node1' failed: open3: exec of corosync-qdevice-net-certutil -r -n node1 failed: No such file or directory at /usr/share/perl5/PVE/Tools.pm line 455.
root@node1:~#
How can I fix this?