User Tools

Site Tools


myhelp:proxmox

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
myhelp:proxmox [2026/06/01 10:47] ulrichmyhelp:proxmox [2026/06/02 08:08] (current) ulrich
Line 1: Line 1:
 ====== PVESH ====== ====== PVESH ======
 +===== Add a pool and subpool =====
 +<code>
 +pvesh create /pools --poolid PROD
 +pvesh create /pools --poolid "PROD/db"
 +</code>
 +
 +
 ===== Add Resource Mappingse for PCI Devices ===== ===== Add Resource Mappingse for PCI Devices =====
 In this example we add a NVIDIA GPU. In this example we add a NVIDIA GPU.
-  - Get PCI address <code>lspci |grep -e NVIDIA|grep VGA|cut -d. -f1</code>+  - Get PCI address <code>lspci |grep -e NVIDIA|grep VGA|cut -d. -f1 
 +eb:00</code>
   - Get Subsystem ID from PCI address <code>lspci -vnn -s  eb:00|grep Subsystem|awk '{print $4}'| tr -d '[]'|head -n1</code>   - Get Subsystem ID from PCI address <code>lspci -vnn -s  eb:00|grep Subsystem|awk '{print $4}'| tr -d '[]'|head -n1</code>
   - Get IOMMU group from PCI address <code>find /sys/kernel/iommu_groups/ -type l | grep 3b:00|awk -F'/' '{print $5}'|head -n1</code>   - Get IOMMU group from PCI address <code>find /sys/kernel/iommu_groups/ -type l | grep 3b:00|awk -F'/' '{print $5}'|head -n1</code>
myhelp/proxmox.1780310870.txt.gz · Last modified: by ulrich