linux:proxmox

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:proxmox [2024/04/18 03:20] – [Proxmox] adminlinux:proxmox [2025/03/15 13:28] (current) – [Uefi problem] admin
Line 10: Line 10:
 influx   https://forum.proxmox.com/threads/integrating-influxdb2-data-with-temperature-and-disks-info.118615/ \\ influx   https://forum.proxmox.com/threads/integrating-influxdb2-data-with-temperature-and-disks-info.118615/ \\
 cpu and drive temp https://forum.proxmox.com/threads/proxmox-cpu-temp-and-using-in-vms.140742/ \\ cpu and drive temp https://forum.proxmox.com/threads/proxmox-cpu-temp-and-using-in-vms.140742/ \\
 +
 ++++ add temp in summary table : nvme: 48.85℃ , drivetemp: 40℃ , coretemp: 48℃ | ++++ add temp in summary table : nvme: 48.85℃ , drivetemp: 40℃ , coretemp: 48℃ |
 +{{ :linux:pvebackup.tgz |}}
 <code BASH> <code BASH>
 # url https://www.reddit.com/r/homelab/comments/rhq56e/displaying_cpu_temperature_in_proxmox_summery_in/ # url https://www.reddit.com/r/homelab/comments/rhq56e/displaying_cpu_temperature_in_proxmox_summery_in/
Line 17: Line 19:
 # load drive temp module to temperature of drives # load drive temp module to temperature of drives
 echo "drivetemp" > /etc/modules-load.d/drivetemp.conf echo "drivetemp" > /etc/modules-load.d/drivetemp.conf
 +
 +scp   ~/pvebackup/Nodes.pm [email protected]:/usr/share/perl5/PVE/API2/Nodes.pm
 +scp   ~/pvebackup/pvemanagerlib.js  [email protected]:/usr/share/pve-manager/js/pvemanagerlib.js 
 +
  
 #// My variant of JavaScript code for filter wifi adaptor #// My variant of JavaScript code for filter wifi adaptor
Line 48: Line 54:
 </code> </code>
 ++++ ++++
 +
 +==== Proxmox Notification ====
 +https://www.youtube.com/watch?v=85ME8i4Ry6A - **technotim notification email**  \\
 +https://github.com/leovp/telegram_notifications **telegram_notifications** \\
 +==== Proxmox Docker ====
 +https://docs.scrypted.app/installation.html - install docker \\
 +
 +
 +==== Proxmox external monitoring ====
 +Monitoring health https://www.lectron.net/docs/craft/proxmox-monitoring-and-performance-optimization/proxmox-metrics-and-alerts-monitoring-and-alerting-system-health/ \\
 +Monitoring smart https://www.naturalborncoder.com/linux/2023/05/23/setting-up-smart-monitoring-in-proxmox/ \\
 +https://blog.klimov.su/post/rasshirennyj-monitoring-proxmox-s-pomoshyu-telegraf-i-influxdb \\
  
 ===== Proxmox - SR-IOV - hardware passthrough - qsv ===== ===== Proxmox - SR-IOV - hardware passthrough - qsv =====
Line 53: Line 71:
   upgrade to 6.5.13-5 https://forum.proxmox.com/threads/kernel-upgrade-6-5-13-1-failed-to-install.144756/ \\   upgrade to 6.5.13-5 https://forum.proxmox.com/threads/kernel-upgrade-6-5-13-1-failed-to-install.144756/ \\
 <https://www.michaelstinkerings.org/gpu-virtualization-with-intel-12th-gen-igpu-uhd-730/> \\<https://www.reddit.com/r/Proxmox/comments/14c8bpj/igpu_passthrough_for_intel_quick_sync/> \\ <https://www.michaelstinkerings.org/gpu-virtualization-with-intel-12th-gen-igpu-uhd-730/> \\<https://www.reddit.com/r/Proxmox/comments/14c8bpj/igpu_passthrough_for_intel_quick_sync/> \\
 +https://foxi.buduanwang.vip/virtualization/pve/2695.html/?ref=michaels-tinkerings \\
  
 ===== Proxmox LXC - Jellyfin  ===== ===== Proxmox LXC - Jellyfin  =====
Line 71: Line 90:
 echo "//192.168.114.134/video /mnt/nas cifs uid=0,credentials=$(eval echo ~)/.smb,iocharset=utf8,vers=3.0,noperm 0 0" | sudo tee -a /etc/fstab echo "//192.168.114.134/video /mnt/nas cifs uid=0,credentials=$(eval echo ~)/.smb,iocharset=utf8,vers=3.0,noperm 0 0" | sudo tee -a /etc/fstab
 </code> </code>
 +
 +
 +===== Uefi problem =====
 +<code BASH>
 +# MOK problem
 +I solved this problem.
 +
 +Create a Live USB/CD of Ubuntu 17.10.
 +Boot this USB/CD in UEFI mode (the problem doesn't happen with this version).
 +Open terminal and use this command: sudo mokutil --reset.
 +Try to boot with the system you want to install.
 +If you get this another error "Failed to open \EFI\BOOT\mmx64.efi", change the file name of "grubx64.efi" to "mmx64.efi" (located on /efi/boot on USB/CD).
 +Boot again and you will see no errors (I hope so).
 +</code>
 +
 +===== Proxmox ISCI =====
 +https://itproblog.ru/%D0%BF%D0%BE%D0%B4%D0%BA%D0%BB%D1%8E%D1%87%D0%B5%D0%BD%D0%B8%D0%B5-iscsi-%D0%B4%D0%B8%D1%81%D0%BA%D0%B0-%D0%B2-proxmox/
 +
  
  
  • linux/proxmox.1713410427.txt.gz
  • Last modified: 2024/04/18 03:20
  • by admin