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 [2025/01/21 13:44] mikeproxmox_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/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.
  
-=== 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).  To fix this, the process must run at least once (and fail) and then it can be flipped to the “no-subscription repository” as follows… +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" alert when logging into the GUI === +=== Set up remote syslogging === 
-Unless one has a paid subscription to ProxMoxthere will be an alert posted in the GUI at each login, which must be clicked on to dismiss.  To eliminate this annoyance…+  apt update && apt -y install rsyslog 
 +Once installededit /etc/rsyslog.conf and add the following section to the bottom; provide the proper IP address where noted: 
 +  # Remote syslog config 
 +  *.info;daemon.notice;authpriv.* @<log aggregator IP>:514
  
-Edit the file **/usr/share/javascript/proxmox-widget-toolkit/proxmoxlb.js** (making a backup is encouraged).+=== 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 /etc/smartd.conf and add entries such as the following: 
-  .data.status.toLowerCase() !== 'active'{+  /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't)
 +----
  
-Replace them with the following: +==== Useful Notes and Tips ==== 
-  if (false) { +CLI command **qm** is your friend.  List/manipulate VMs and such with this utility.
- +
-Save the file.  Refresh the browser.+
  
 === 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 ("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 ====
 +
 +  zfs get mounted,mountpoint,canmount
 +  zfs list
 +  
 +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/after-reboot-one-vm-fails-to-start-due-to-task-error-timeout-no-zvol-device-link-for-vm-125-disk-0-found-after-300-sec-found.134434/
  
-=== Syslog not installed by default === +https://forum.proxmox.com/threads/after-update-and-reboot-vm-will-no-longer-start.165575/
-To install: +
-  apt install -y rsyslog+
  
 +  
proxmox_notes.1737495860.txt.gz · Last modified: by mike

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki