Archive for the ‘Proxmox’ Category
Proxmox Virtual Environment (VE) 9.0.6 – Cluster Node sicher entfernen & neu installieren
Montag, September 22nd, 2025Proxmox Datacenter Manager (PDM) 0.9 Beta 1 – introduces a central interface for managing Proxmox Virtual Environment (VE) nodes and clusters
Dienstag, September 16th, 2025Proxmox Datacenter Manager (PDM) – Roadmap
You can use the official ISO image to install Proxmox Datacenter Manager (PDM) on a virtual machine or bare metal host
Proxmox Virtual Environment (VE) 9.0.6 – how to remove a directory entry e.g. ‚BackupUSB‘
Samstag, September 13th, 2025# grep -R -i /mnt/pve/BackupUSB /etc/
/etc/systemd/system/mnt-pve-BackupUSB.mount:Where=/mnt/pve/BackupUSB
/etc/systemd/system/multi-user.target.wants/mnt-pve-BackupUSB.mount:Where=/mnt/pve/BackupUSB
grep: /etc/systemd/system/multi-user.target.wants/mnt-pve-Backup\x2dpve\x2ds740\x2d04.mount: No such file or directory
/etc/mtab:/dev/sdc1 /mnt/pve/BackupUSB ext4 rw,relatime 0 0
/etc/pve/storage.cfg: path /mnt/pve/BackupUSB
# systemctl disable mnt-pve-BackupUSB.mount
# umount /mnt/pve/BackupUSB
# vi /proc/mounts
/dev/sdc1 /mnt/pve/BackupUSB ext4 rw,relatime 0 0
# rm /etc/systemd/system/mnt-pve-BackupUSB.mount
You have to also remove the „dir: BackupUSB“ section from /etc/pve/storage.cfg
# vi /etc/pve/storage.cfg
…
dir: BackupUSB
path /mnt/pve/BackupUSB
content images,rootdir,snippets,backup,iso,vztmpl
is_mountpoint 1
nodes pve-s740-04
Proxmox Virtual Environment (VE) 9.0.5 – hardening tips you shouldn’t skip
Freitag, August 29th, 2025Proxmox Virtual Environment (VE) 9.0.5 – set CPU type to ‚host‘ for a Microsoft Windows Server 2022 VM as a best practice
Dienstag, August 26th, 2025Proxmox Virtual Environment (VE) – Microsoft Windows Server 2022 guest best practices
Proxmox Virtual Environment (VE) 9.0.5 – set CPU type to ‚host‘ for a Microsoft Windows 11 VM as a best practice
Dienstag, August 26th, 2025Proxmox Virtual Environment (VE) – Microsoft Windows 11 guest best practices
Proxmox Virtual Environment (VE) 9.0.5 – auf einem Hetzner Server installieren
Samstag, August 23rd, 2025Proxmox Virtual Environment (VE) 9.0.5 – HomeLab Installation eines virtualisierten Proxmox HA Clusters mit Ceph und das ganze auf nur einem nativen Proxmox Server
Donnerstag, August 21st, 2025Install a VM on a Proxmox cluster member
Migrate a VM between a Proxmox cluster
HA affinity and anti-affinity are managed using new HA resource affinity rules
Proxmox Virtual Environment (VE) 9.0.5 – the ‚Discard‘ (also known as TRIM) option should generally be enabled for SSDs and thin provisioned LVM storage but it’s not enabled by default
Montag, August 18th, 2025The Discard option allows the hypervisor to inform the storage device when blocks of data are no longer in use improving performance and potentially extending the lifespan of SSDs. If you’re using thin provisioned LVM volumes the discard is essential for proper space reclamation
Proxmox Virtual Environment (VE) – Cluster (Local ZFS NFS CEPH) und HA Installation
Sonntag, August 17th, 2025Proxmox Virtual Environment (VE) – Cluster Ceph und HA Installation
Samstag, August 16th, 2025Proxmox Virtual Environment (VE) 9.0.5 – without a subscription you need to switch simple from the default enterprise repositories to the ‚pve-no-subscription‘ repository
Samstag, August 16th, 2025Thomas-Krenn.AG – Virtualisierung im Vergleich Proxmox VE Microsoft VMware by Broadcom
Freitag, August 15th, 2025Proxmox Virtual Environment (VE) 9.0 – a step by step process of upgrading Proxmox VE 8.4 to Proxmox VE 9.0
Donnerstag, August 14th, 2025Proxmox Virtual Environment (VE) 9.0 – in place upgrades are carried out via apt-get familiarity with apt-get is required to proceed with this upgrade method