Files
proxmox/README.md
2024-01-07 19:18:53 +00:00

2.1 KiB

Proxmox

Setup

misc

https://dannyda.com/2020/05/10/how-to-delete-remove-local-lvm-from-proxmox-ve-pve-and-some-lvm-basics-commands/

Power Management

#disable
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
#enable
systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target

#cpu scaling

#Source: https://community.home-assistant.io/t/psa-how-to-configure-proxmox-for-lower-power-usage/323731
#check current scaling
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
#change to power save echo "powersave" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
echo "powersave" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
#add to crontab 
@reboot echo "powersave" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor >/dev/null 2>&1

# powertop
powertop --auto-tune

#reboot #add to crontab 
@reboot powertop --auto-tune >/dev/null 2>&1

As workstation

check for more information how to setup proxmox instalation as workstation

Migatrion

7 to 8

GPU Passthrought

Atenção a este!!! https://www.reddit.com/r/Proxmox/comments/lcnn5w/proxmox_pcie_passthrough_in_2_minutes/