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/01/21 13:44] – 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 update script will fail, because ProxMox “assumes” you will have a subscription (silly ProxMox). | + | Datacenter > Notifications |
| - | 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. | + | |
| - | === "No Active Subscription" | + | === Set up remote syslogging |
| - | Unless one has a paid subscription to ProxMox, there will be an alert posted in the GUI at each login, which must be clicked on to dismiss. | + | apt update && apt -y install rsyslog |
| + | Once installed, edit / | ||
| + | # Remote syslog config | ||
| + | *.info; | ||
| - | Edit the file **/ | + | === Install lshw === |
| + | apt update && apt -y install lshw | ||
| - | Find the following two lines: | + | === Suppress repeated smartd alerts |
| - | if (res === null || res === undefined || !res || res | + | 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 | ||
| + | ---- | ||
| - | Replace them with the following: | + | ==== Useful Notes and Tips ==== |
| - | if (false) { | + | CLI command **qm** is your friend. |
| - | + | ||
| - | Save the file. | + | |
| === Enable remote VNC login ability to ProxMox guests === | === Enable remote VNC login ability to ProxMox guests === | ||
| Line 30: | 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 ==== | ||
| + | |||
| + | zfs get mounted, | ||
| + | zfs list | ||
| + | | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| - | === Syslog not installed by default === | + | https:// |
| - | To install: | + | |
| - | apt install | + | |
| + | | ||
proxmox_notes.1737495860.txt.gz · Last modified: by mike
