Latest activity

  • S
    spencerh replied to the thread Import from ESXi Extremely Slow.
    Sorry forgot to mention this in my original post. No, I have no snapshots on the machine. We do have some other options, but I'll admit that at this point my curiosity has gotten the better of me and, options aside, I'd like to understand what's...
  • Falk R.
    Hmm, verstehe. Dann wird das vermutlich die einzige Lösung sein. Ich persönlich würde PVE immer hinter einem VPN oder Ähnlichem setzen, einfach damit man sich keine Sorgen machen muss. (Und obendrauf hat man einen zusätzlichen...
  • Falk R.
    Ist denn da der H240ar verbaut? Wenn onboard gar nichts verbaut ist, gibt es noch 4 SATA Ports. Diese können mit dem internen Sofware Raid B140i konfiguriert sein. Dieser B140i funktioniert aber nur mit Windows und ESXi. Für Linux gibts den...
  • M
    MarkusKo reacted to Falk R.'s post in the thread Probleme mit Proxmox 9 with Like Like.
    Ich kenne FMC nicht, aber versuche mal mit weniger Kernen zu starten oder die virtuelle CPU zu maskieren mit z.B. x86_64v3 statt host. Bei den Intel Consumer CPUs sind Probleme durch P+E Cores bei einigen anwendungen bekannt, wenn man...
  • J
    I remember some users had similiar issues if they had any snapshots in ESXi. Do you happen to have any snapshots? Could you try to remove them? You could also try one of the other migration methods, e.g. this one for minimal downtime...
  • Falk R.
    Falk R. replied to the thread Probleme mit Proxmox 9.
    Ich kenne FMC nicht, aber versuche mal mit weniger Kernen zu starten oder die virtuelle CPU zu maskieren mit z.B. x86_64v3 statt host. Bei den Intel Consumer CPUs sind Probleme durch P+E Cores bei einigen anwendungen bekannt, wenn man...
  • M
    Hi all I was wondering if anyone has up to date configuration settings to have a CyberPower UPS manage the shut down and start of my VMs in Proxmox I have a RMC Card But I keep seeing solutions by using NUT, I am very new to the Proxmox Are...
  • Falk R.
    Das ist immer eine VM / VM-Disk Einstellung, daher geht das nicht per Node zu steuern. P.S. Wenn du beim Scripten nicht ganz so fit bist, bei den üblichen LLMs fallen schon ganz gute Scripte raus, di man nur einmal gegenprüfen und manchmal...
  • niteshadow
    niteshadow replied to the thread VM en erreur : io-error.
    Ton "df -h" ne montre pas deux disques. Liste les partitions: lsblk
  • Falk R.
    Dein Verständnis ist absolut korrekt. Die Einstellung aio=threads ist eine Option pro virtueller Festplatte in der jeweiligen VM-Konfiguration (z.B. scsi0: dein-storage:100,aio=threads). Du kannst diese Option auch auf den Nodes mit dem alten...
  • P
    Why don't you ask that simulated intelligence? You may read man zpool-upgrade. After executing "zpool upgrade" and using (as far as I know) those features you need a kernel module with a new enough zfs kernel module to utilize ZFS. In PVE...
  • J
    Johannes S replied to the thread PBS WOL.
    Folgende Anleitung ist für Ubuntu, sollte aber auch für alle anderen Systeme helfen: https://www.thomas-krenn.com/de/wiki/OpenSSH_Public_Key_Authentifizierung_unter_Ubuntu Oder die hier: https://community.netcup.com/de/tutorials/login-per-ssh-key
  • P
    PwrBank replied to the thread Import from ESXi Extremely Slow.
    Okay, I'm going to preface this with that I do not know Rust, but if I'm reading this correctly, it looks like the ESXi import can do 4 calls at once for pulling data. This is what I think is happening: It kicks off the make_request function...
  • J
    Johannes S replied to the thread PROXMOX Backup - By VPN.
    This looks like you didn't allow a connection in the firewall on one of both sides to the PBS. Another culprit might be a failure in your vpn setup. Are you sure 192.168.x.x is vpn and not some local network? Which kind of vpn do you use and how...
  • O
    Onslow replied to the thread PROXMOX Backup - By VPN.
    Seems like some firewall is blocking the connections to port 8007. This must be fixed first :). Edit: Johannes S' remarks to let and use the connection in the opposite direction are correct.
  • J
    Johannes S replied to the thread PROXMOX Backup - By VPN.
    The latency needs of a cluster have nothing to do with the connection from a ProxmoxVE Server to a ProxmoxBackupServer. Why should a connection to a veeam Server be different than to a PBS? The only requirement for it to work are a network...
  • O
    omavoss replied to the thread PBS WOL.
    @Bu66as : Hallo, ich möchte Deinem Tipp sehr gern folgen, scheitere aber bereits bei der Einrichtung eines passwortlosen Logins. Bitte schreibe hierher ein kleines HowTo, wie ich das einrichten kann und was genau ich dafür tun muss. Ein Link...
  • R
    rec.br9 replied to the thread PROXMOX Backup - By VPN.
    telnet: Unable to connect to remote host: Connection timed out Country A - PROXMOX SERVER: 172.22.X.X Country B - PROXMOX BACKUP: 192.168.X.X root@PROXMOXSERVER:~# ping 192.168.X.X PING 192.168.X.X (192.168.250.208) 56(84) bytes of data. 64...
  • F
    FullMetalKnet replied to the thread VM en erreur : io-error.
    Non, il s'agit d'un volume ext4
  • J
    Johannes S reacted to Onslow's post in the thread PROXMOX Backup - By VPN with Like Like.
    Have you verified that this connection is let through? E.g. what does telnet 192.168.X.X 8007 return?