proxmox_notes
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| proxmox_notes [2024/12/24 11:10] – created mike | proxmox_notes [2025/12/01 18:16] (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 | + | === Enable remote VNC login ability to ProxMox |
| - | The automatic package update script will fail, because ProxMox “assumes” you will have a subscription (silly ProxMox). To fix this, the process must run at least once (and fail) and then it can be flipped | + | Edit the file - **/ |
| - | | + | |
| - | | + | Add **args: -vnc 0.0.0.0: |
| - | | + | |
| - | | + | A VNC connection |
| + | | ||
| + | ==== ZFS Stuff ==== | ||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | | ||
proxmox_notes.1735067415.txt.gz · Last modified: by mike
