proxmox_notes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox_notes [2026/04/08 08:27] – 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; | ||
| - | === Install lshw === | + | ==== Install lshw ==== |
| apt update && apt -y install lshw | apt update && apt -y install lshw | ||
| - | === Suppress repeated smartd alerts === | + | ==== Suppress repeated smartd alerts |
| Edit / | Edit / | ||
| /dev/sda -C 197+ -C 198+ | /dev/sda -C 197+ -C 198+ | ||
| Line 23: | Line 23: | ||
| ---- | ---- | ||
| - | ==== Useful Notes and Tips ==== | + | ===== 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 32: | 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 ==== | + | ==== Location of pertinent directories/ |
| + | ISOs get stored at **/ | ||
| + | |||
| + | ===== ZFS Stuff ===== | ||
| zfs get mounted, | zfs get mounted, | ||
| zfs list | zfs list | ||
| - | | + | |
| + | ==== Create a multi-disk zfs pool without RAID ==== | ||
| + | zpool create -o ashift=12 zpool /dev/sda /dev/sdb | ||
| https:// | https:// | ||
proxmox_notes.1775662074.txt.gz · Last modified: by mike
