Search results

  1. M

    [SOLVED] Failed to join a Node to an existing Cluster

    hi stokio invano, thank you for your reply: root@pve5-9:/etc/pve# mount |grep '/etc/pve' /dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) root@pve5-9:/etc/pve# stat /etc/pve/nodes/pve5-9/pve-ssl.key Datei...
  2. M

    [SOLVED] Failed to join a Node to an existing Cluster

    root@pve5-9:/etc/pve# pvecm updatecerts -f (re)generate node files generate new node certificate unable to load Private Key 139705435645056:error:0909006C:PEM routines:get_name:no start line:../crypto/pem/pem_lib.c:745:Expecting: ANY PRIVATE KEY unable to generate pve certificate request...
  3. M

    [SOLVED] Failed to join a Node to an existing Cluster

    > did you do any manual changes to the certificate, like certbot etc. ? nope > can you ssh from one node to another; ssh root@ip.of.another.node should work without any interaction. ssh works fine, yes > if so you can run pvecm updatecerts -f to see if it can regenerate the certificates. only...
  4. M

    [SOLVED] Failed to join a Node to an existing Cluster

    uh - rebooting isn't possible now. adding these new nodes to be able to move vms arround. but do you think this is the issue with the certificate? when this is fine i'll move vms around to reboot the nodes indivd.
  5. M

    [SOLVED] Failed to join a Node to an existing Cluster

    hi oguz, thank you for your reply. pve5 is jus the name of the host. i started in 2017 with this cluster, in the meantime we're up in pve6 but hostname didn't change :D root@pve5-2:/etc/pve/nodes# pveversion -v proxmox-ve: 6.3-1 (running kernel: 5.3.18-3-pve) pve-manager: 6.3-3 (running...
  6. M

    [SOLVED] Failed to join a Node to an existing Cluster

    Hi, today i tried to join 3 Nodes into my Cluster that is existring since 2017. It's is the actual version 6.3.3 and erverything was fine. After installing the first node and adding it, i got strang issues with the cluster itself. it lost the connections between the nodes back and forth. so i...
  7. M

    Proxmox startet nicht

    zpool import sollte dein zfs raid wieder einbinden
  8. M

    p2v of Windows XP with selfimage not working anymore

    clone it via clonezilla and set the hostadapter to ide. should work - if not do a repair installation with the windows xp cd (just install it over the existing one - it will do a repair). i did this multiple time with win2003/2k and xp
  9. M

    [SOLVED] Ryzen 9 3900X, B550M Pro4, ASR8805E keeps resetting

    resolved.... after nothing helped me out, i tried memtest in multi-thread support, the first time it failed with the same result, just resetted the whole system. the second boot with multi-threading enabled all the cores and starts working. now the system is working again as it should. i think...
  10. M

    [SOLVED] Ryzen 9 3900X, B550M Pro4, ASR8805E keeps resetting

    short update: changed the power supply - no change changed the mobo - no change put the storage configuration (asr8805 and the hard drives) into an intel - system boots up
  11. M

    Proxmox startet nicht

    je nach workload kann in meinen augen auch eine mainstream ssd gut sein. wie viel schreibt deine VM pro Tag?
  12. M

    Netzwerkverbindung bricht dauerhaft ab

    probier mal das hier post-up ethtool -K enp0s25 gso off gro off tso off die nucs haben den i219 oder i218 chipsatz drinnen.
  13. M

    Extreme Stabilitätsprobleme seit PVE6

    ich musste seit pve6 bei intel i219 und i218 chipsätzen das tcp-offloading deaktivieren. das hat bei uns auch zu problemen geführt. wir haben zwar keine ha-vms aber dennoch waren die vms dann für kurze zeit nicht erreichbar (teilweise mehrere sekunden) so lange bis der kernel den adapter eben...
  14. M

    [SOLVED] Ryzen 9 3900X, B550M Pro4, ASR8805E keeps resetting

    Hi, the system i mentioned above has a strange issue. I installed it, and it worked like a charme for one week. In that week one of the hard drives failed, i found out that it was a SAS-SATA Cable Connector issue and wanted to replace that cable. After replacement, the raid10 was recognized...
  15. M

    Ceph OSD keeps failing!

    take a look at the smart values maybe some cable got broken or you hard disk is failing
  16. M

    Missing disk hosted by LSI Megaraid 9240i

    do you change mode from bios to uefi? lsi has strange effects with uefi...
  17. M

    Major Bug when deleting VMs on different Hosts/Storages

    i totally agree with you, but when you are migrating this can happen for a short period of time. and if you are deleting something you want that the system just deletes what is configured, right?
  18. M

    Major Bug when deleting VMs on different Hosts/Storages

    Hi there, i faced one really big problem. When using multiple proxmox Hosts/Cluster on one storage, and one host has a vm running with id 100 on local disk and the other one has the same VM-ID (100) running at the Shared Storage - the HardDiskFiles at the Shared Storage would get deleted when...