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/07/22 12:58] – mike | proxmox_notes [2026/04/08 08:27] (current) – mike | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ProxMox Notes ====== | ====== ProxMox Notes ====== | ||
| + | |||
| + | ==== Post-Install Tasks ==== | ||
| + | === Disable/ | ||
| + | Visit https:// | ||
| + | |||
| + | === Set up notification emails === | ||
| + | Datacenter > Notifications | ||
| + | |||
| + | === Set up remote syslogging === | ||
| + | apt update && apt -y install rsyslog | ||
| + | Once installed, edit / | ||
| + | # Remote syslog config | ||
| + | *.info; | ||
| + | |||
| + | === Install lshw === | ||
| + | apt update && apt -y install lshw | ||
| + | |||
| + | === Suppress repeated smartd alerts === | ||
| + | Edit / | ||
| + | /dev/sda -C 197+ -C 198+ | ||
| + | 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. | CLI command **qm** is your friend. | ||
| - | |||
| - | === Package updates fail after ProxMox install === | ||
| - | The automatic package update script will fail, because ProxMox “assumes” you will have a subscription (silly ProxMox). | ||
| - | Select “Repositories” underneath “Updates” | ||
| - | Disable the ceph-quincy and pve repositories | ||
| - | Click “Add” | ||
| - | In the Repository drop-down box, select “No-Subscription” and click Add. | ||
| === 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/ |
| - | <color red>**As of 8.4.5, this no longer works; currently researching alternatives** - https://free-pmx.pages.dev/tools/free-pmx-no-subscription/ | + | |
| - | Login to the ProxMox node via ssh and run the following code: | + | https://forum.proxmox.com/threads/after-reboot-one-vm-fails-to-start-due-to-task-error-timeout-no-zvol-device-link-for-vm-125-disk-0-found-after-300-sec-found.134434/ |
| - | 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:// | ||
| + | |||
| + | | ||
proxmox_notes.1753214293.txt.gz · Last modified: by mike
