Recent content by nemo123

  1. N

    [SOLVED] Joining a 3rd node in cluster fails

    Hi and thank you for your reply. I found out, that I was not able to ping from node 3 to the other cluster networks. So my next step was to check out for the switch, which was disabling it. Then I also added another address as you have shown so thank you very much, now all 3 nodes joined a...
  2. N

    [SOLVED] Joining a 3rd node in cluster fails

    Hello all I am new to networking so I might made something wrong, but I am not sure where the problem is. So I hope someone can help me through this.I could not find any solution for this on any other articles. Somehow I am not able to add the 3rd node for my HA cluster. Preliminary...
  3. N

    Adding Hard Disk in PVE

    Thank you very much for your reply. Thta´s what I was thinking about too. The main point is to extend a partition or add a new one and write on it. What I did was: 1. Create a new GPT type partition for the new device sdb1 with the command fdisk 2. Format that new partition with mkfs.ext4 3...
  4. N

    Adding Hard Disk in PVE

    I have PVE 6.4.8 and tried via GUI to normal "add" a hard disk to a machine It is not shown with the command: df -h but with this command I can see some disk in sdb in this case: lsblk Do I need to format/resize something or mount anything in that VM Is my root "/" partition wrong...