proxmox_notes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox_notes [2025/02/25 07:35] – mike | proxmox_notes [2025/12/01 18:16] (current) – mike | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ProxMox Notes ====== | ====== ProxMox Notes ====== | ||
| ---- | ---- | ||
| - | CLI command **qm** is your friend. List/manipulate VMs and such with this utility. | + | ==== Post-Install Tasks ==== |
| + | === Disable/ | ||
| + | Visit https:// | ||
| - | === Package updates fail after ProxMox install | + | === Set up notification emails |
| - | The automatic package | + | Datacenter > Notifications |
| - | | + | |
| - | | + | === Set up remote syslogging === |
| - | | + | apt update |
| - | | + | Once installed, edit / |
| + | | ||
| + | | ||
| + | |||
| + | === Install lshw === | ||
| + | apt update && apt -y install lshw | ||
| + | |||
| + | === Suppress repeated smartd alerts === | ||
| + | Edit / | ||
| + | | ||
| + | This will cause smartd to send emails only if the selected parameters increment; otherwise emails get sent every 24 hours as long as the values remain non-zero (which they always will once they aren' | ||
| + | ---- | ||
| + | |||
| + | ==== Useful Notes and Tips ==== | ||
| + | CLI command **qm** is your friend. | ||
| === Enable remote VNC login ability to ProxMox guests === | === Enable remote VNC login ability to ProxMox guests === | ||
| Line 16: | Line 32: | ||
| A VNC connection to the guest is now possible by specifying the **host** IP address and the port chosen (" | A VNC connection to the guest is now possible by specifying the **host** IP address and the port chosen (" | ||
| + | | ||
| + | ==== ZFS Stuff ==== | ||
| - | === Syslog not installed by default === | + | zfs get mounted, |
| - | To install: | + | |
| - | | + | |
| | | ||
| - | === Disable/ | + | https://forum.proxmox.com/threads/task-error-timeout-no-zvol-device-link-for-vm-700-disk-0-found-after-300-sec-found.106242/ |
| - | Login to the ProxMox node via ssh and run the following code: | + | |
| - | sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\torig_cmd\(\); | + | |
| - | If/when the proxmox-widget-toolkit package gets updated, this command will need to be run again. | + | |
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | | ||
proxmox_notes.1740497712.txt.gz · Last modified: by mike
