Search results

  1. nicolaspetitjean

    root password change on one node : vnc not working anymore

    No it is tihe output of : /usr/bin/ssh -v -e none -T -o BatchMode=yes 192.168.0.2 /usr/sbin/qm vncproxy 135
  2. nicolaspetitjean

    root password change on one node : vnc not working anymore

    On every nodes ? A more verbose response from prev command : OpenSSH_7.9p1 Debian-10+deb10u2, OpenSSL 1.1.1d 10 Sep 2019 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for *...
  3. nicolaspetitjean

    root password change on one node : vnc not working anymore

    I did some researches. From node4, if i type (135 is ID of VM on node 1): /usr/bin/ssh -e none -T -o BatchMode=yes 192.168.0.2 /usr/sbin/qm vncproxy 135 I get this respoonse : Host key verification failed.
  4. nicolaspetitjean

    root password change on one node : vnc not working anymore

    How to load console from node shell ? I did not know we can do that ! -> node3 is available through ssh and web interface with old password -> node4 throught ssh and web interface with new password. It is the reason i think i changed password of the wrong node. I tried with safari and firefox...
  5. nicolaspetitjean

    root password change on one node : vnc not working anymore

    Hello, I have a 4 nodes cluster: - node1 - node2 - node3 - node4 I wanted to change root password of node3, so i typed in shell : $ passwd But it did not work : after logout, the new password was not working, but the old one yes. So i assumed i changed password of the wrong node, because the new...
  6. nicolaspetitjean

    [SOLVED] NFS mount read only on one node ?

    My bad ! You're right, the extra space after the ip was the problem.
  7. nicolaspetitjean

    [SOLVED] What to do after pvecm expected ?

    Hello, I have a 2 node cluster. One node suddenly came offline, so i had to force quorum on remaining node : pvecm expected 1 My question is : what to do when the situation is back to normal ? Thanks
  8. nicolaspetitjean

    [SOLVED] NFS mount read only on one node ?

    Thanks for your reply. Here the output on the new node : /mnt/pve/backup-1 xxx.xxx.xx.xx:/datastore/disk1/share nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=yyy.yyy.y.y,local_lock=none,addr=xxx.xxx.xx.xx Old node ...
  9. nicolaspetitjean

    [SOLVED] NFS mount read only on one node ?

    Hello I have a 3 nodes cluster and added nfs storage to store some backups. The third node was recently added, and do not have a valid subscription yet. But i do not undestand why the nfs storage (mounted as rw) is read only for the new node ? It works perfectly on the 2 others nodes. Do i have...
  10. nicolaspetitjean

    Migrate VM from node v5 to node v6 failed

    Yep, you're right. I deleted it and now it works fine :)
  11. nicolaspetitjean

    Migrate VM from node v5 to node v6 failed

    Hello there ! I'm running into a small problem : before cluster migration v5 to v6, I migrated all my vm on one node. Now all nodes are upgraded, I'd like to move back vms on node v6. But I got an error : qemu-img: /dev/stdout: error while converting raw: Could not resize file: Invalid argument...