User Tools

Site Tools


proxmox_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox_notes [2026/04/08 08:27] mikeproxmox_notes [2026/08/07 10:52] (current) mike
Line 1: Line 1:
 ====== ProxMox Notes ====== ====== ProxMox Notes ======
  
-==== Post-Install Tasks ==== +===== Post-Install Tasks ===== 
-=== Disable/remove the annoying "no subscription" message that pops during login ===+==== Disable/remove the annoying "no subscription" message that pops during login ====
 Visit https://free-pmx.pages.dev/tools/free-pmx-no-subscription/ and install the package located there. Visit https://free-pmx.pages.dev/tools/free-pmx-no-subscription/ and install the package located there.
  
-=== 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 /etc/rsyslog.conf and add the following section to the bottom; provide the proper IP address where noted: Once installed, edit /etc/rsyslog.conf and add the following section to the bottom; provide the proper IP address where noted:
Line 14: Line 14:
   *.info;daemon.notice;authpriv.* @<log aggregator IP>:514   *.info;daemon.notice;authpriv.* @<log aggregator IP>:514
  
-=== 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 /etc/smartd.conf and add entries such as the following: Edit /etc/smartd.conf and add entries such as the following:
   /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.  List/manipulate VMs and such with this utility. CLI command **qm** is your friend.  List/manipulate VMs and such with this utility.
  
-=== Enable remote VNC login ability to ProxMox guests ===+==== Enable remote VNC login ability to ProxMox guests ====
 Edit the file - **/etc/pve/local/qemu-server/<VMID>.conf** Edit the file - **/etc/pve/local/qemu-server/<VMID>.conf**
  
Line 32: Line 32:
  
 A VNC connection to the guest is now possible by specifying the **host** IP address and the port chosen ("5977" in the example above). A VNC connection to the guest is now possible by specifying the **host** IP address and the port chosen ("5977" in the example above).
-   + 
-==== ZFS Stuff ====+==== Location of pertinent directories/files ==== 
 +ISOs get stored at **/var/lib/vz/template/iso** 
 + 
 +===== ZFS Stuff =====
  
   zfs get mounted,mountpoint,canmount   zfs get mounted,mountpoint,canmount
   zfs list   zfs list
-  + 
 +==== Create a multi-disk zfs pool without RAID ==== 
 +  zpool create -o ashift=12 zpool /dev/sda /dev/sdb
 https://forum.proxmox.com/threads/task-error-timeout-no-zvol-device-link-for-vm-700-disk-0-found-after-300-sec-found.106242/ https://forum.proxmox.com/threads/task-error-timeout-no-zvol-device-link-for-vm-700-disk-0-found-after-300-sec-found.106242/
  
proxmox_notes.1775662074.txt.gz · Last modified: by mike

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki