Search results

  1. N

    Where should I install Proxmox and keep virtual systems

    You can use the same disks. If you choose ZFS during installation the VM disks will be ZVOLs, A ZFS dataset that does not show up as file system but is a block device that the VM can then use as disk.
  2. N

    Where should I install Proxmox and keep virtual systems

    Proxmox VE ist based on Debian, a regular Linux distribution. Therefore it is best installed as a regular OS. So in your case if the two SSDs are all the disk you have you can install it there. You can select a ZFS Raid1 and the disks to use in the installer. Using a USB stick for the OS is...
  3. N

    PVE replication and ZFS Snapshot

    Replication is using ZFS send & receive. So if you create a new snapshot on the replication target node (node 2) it will be reverted because in order to send the next incremental snapshot from the source the target needs to be on the same snapshot to start from.
  4. N

    Quorum Activity blocked

    Which version of PVE are you running? With PVE 6 Corosync is nor using multicast anymore.
  5. N

    Proxmox Server help to decide

    I would not do that. Proxmox is not ESXi which will only boot from the SD Card / USB Stick and write the logs somewhere else. It is a full Linux OS that will do a lot of writing on it's boot device. Your SD Card / USB Stick will be dead in a short amount of time. Plus it will be kinda slow to...
  6. N

    all nodes got rebooted and there is no log - Cluster disaster

    Do you see anything regarding knet or corosync in the syslogs of the other nodes shortly before they rebooted? Something saying that they lost quorum or lost the connection to other nodes? It could be possible that the new node caused too much corosync (the cluster management) traffic for your...
  7. N

    nach Neuinstallation Repo nodecource.list falsch?

    Wie schon gefragt, wieso sind da NodeJS repos konfiguriert? PVE braucht die mit Sicherheit nicht. Hast du unter /etc/apt/sources.list.d noch Dateien liegen die ein nodesource.com Repo konfigurieren?
  8. N

    Unötige Partition?

    Ich glaube nicht, dass du eine erweiterte Partition (extended) einfach so löschen darfst... Siehe https://de.wikipedia.org/wiki/Partition_(Datentr%C3%A4ger)#erweiterte_Partition Darin befindet sich die Swap Partition. Zumindest partitionieren diverse Distros so mit diesen Paritionsnummern, u.a...
  9. N

    Einstieg in Proxmox

    Für das OS sollte aber auch eine ~60GB Optane ausreichen bzw. wenn einem die Lautstärke nicht ganz wichtig ist würden sich auch 2x 2.5" HDDs dafür eignen. 2.5" HDDs brauchen schon nicht viel Leistung, ~2 W im Betrieb. SSDs spielen sich eher im 0.xW Bereich ab. Wenn man sich die Stromkosten auf...
  10. N

    difference: pvecm and ha-manager

    AFAIU the pmxcfs in combination with corosync provide decision making and distribution across the cluster nodes. Stuff like which version of a config file is the accepted one. The pvecm tool manages this aspect. The ha manager and the associated services lrm and crm come into the picture as...
  11. N

    Einstieg in Proxmox

    Bei SSD und Home Server ist halt echt auch die Frage welche man nimmt. Bei den günstigen consumer SSDs läuft man Gefahr, dass diese mit den auf Servern teils hohen Schreibraten nicht lange klar kommen (gibt aktuell gerade ein paar Threads mit der Thematik) und die Enterprise SSDs zu teuer sind...
  12. N

    [SOLVED] Move VM to Different Cluster

    How did you do the backup? Manually yourself? The build in backup tool would be the right choice. Make the backup file available on the new cluster and restore it. At restore you can define the storage and VMID and such
  13. N

    Keyboard does not work during installation

    It's an old concept that is not used that much nowadays but press the ALT key an check which characters have an underscore. ALT+<char> will activate that button. :)
  14. N

    Einstieg in Proxmox

    Was für eine SSD hast du im Sinn? Grundsätzlich funktioniert Proxmox anders als ein ESXi da es nicht nur vom Installationslaufwerk bootet sondern auch alle Logs usw. drauf schreibt. Ich persönlich würde auch Wert darauf legen, dass das System auch redundant ist. Grundsätzlich kein Problem. Ich...
  15. N

    X11SCL-LN4F OK for Proxmox

    It might take a bit of searching. Even on www.geizhals.at there are times when there is not one seller who has it. It varies though and if you look into buying outside of Switzerland you should be able to find one. Not sure on how the taxes will be, even when bought within the EU, you know...
  16. N

    Empfehlung Raid und Hyperthreading - lokales Storage

    Du meinst ZFS ohne RAID Funktionalität? Das wird eine blöde Idee sein weil ZFS seine Stärken ausspielen kann wenn es Zugriff bis auf die einzelne Festplatte hat. Am besten sind HBA Controller im IT Mode geflasht. Schau mal ob du deinen RAID Controller nicht auch in den IT Mode Flaschen kannst...
  17. N

    X11SCL-LN4F OK for Proxmox

    The board should be fine. If you want more bang for the buck check out this board from ASRock which will take a normal (desktop) AMD Ryzen CPU but has IPMI and ECC support (UDIMM). https://www.asrockrack.com/general/productdetail.asp?Model=X470D4U#Specifications Regarding CPU it is hard to make...