Proxmox PVE

From BeePerNet
Jump to navigation Jump to search
Proxmox-VE-7-0-Cluster-Summary.png

Virtualization server

Storage

Boot


Update certificates

pvecm updatecerts --force


Migration

Disk layout

sgdisk <healthy bootable device> -R <new device>
sgdisk -G <new device>

Boot install

proxmox-boot-tool status
nano /etc/kernel/proxmox-boot-uuids
proxmox-boot-tool refresh
proxmox-boot-tool clean

If EFI disk have the same name

mkdosfs -i ABCD1234 /dev/sdc1

This will erase the partition, mount and copy content after

Resize

parted -s -a opt /dev/sdj "resizepart 3 100%"

This will erase the partition, mount and copy content after


Client install

Linux

apt install qemu-guest-agent
apt install spice-vdagent

Windows

MacOSX