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/10/21 10:44] – mike | proxmox_notes [2026/08/07 10:52] (current) – mike | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ProxMox Notes ====== | ====== ProxMox Notes ====== | ||
| - | ---- | + | |
| - | ==== Post-Install Tasks ==== | + | ===== Post-Install Tasks ===== |
| - | === Disable/ | + | ==== Disable/ |
| Visit https:// | Visit https:// | ||
| - | === Set up notification emails === | + | ==== Set up notification emails |
| Datacenter > Notifications | Datacenter > Notifications | ||
| - | === Set up remote syslogging === | + | ==== Set up remote syslogging |
| apt update && apt -y install rsyslog | apt update && apt -y install rsyslog | ||
| Once installed, edit / | Once installed, edit / | ||
| Line 14: | Line 14: | ||
| *.info; | *.info; | ||
| - | ==== Useful Notes and Tips ==== | + | ==== 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. | ||
| - | === Enable remote VNC login ability to ProxMox guests === | + | ==== Enable remote VNC login ability to ProxMox guests |
| Edit the file - **/ | Edit the file - **/ | ||
| Line 23: | 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 (" | ||
| - | | ||
| + | ==== Location of pertinent directories/ | ||
| + | ISOs get stored at **/ | ||
| + | |||
| + | ===== ZFS Stuff ===== | ||
| + | |||
| + | zfs get mounted, | ||
| + | zfs list | ||
| + | |||
| + | ==== Create a multi-disk zfs pool without RAID ==== | ||
| + | zpool create -o ashift=12 zpool /dev/sda /dev/sdb | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | | ||
proxmox_notes.1761068643.txt.gz · Last modified: by mike
