« Proxmox Linux (VM IOMMU analyse-hardware) » : différence entre les versions

Page créée avec « = Proxmox / Linux - Virtualisation matérielle, IOMMU et analyse hardware = Ce guide regroupe plusieurs commandes utiles pour : * analyser le matériel d’un serveur Linux / Proxmox, * vérifier le support de la virtualisation, * inspecter les groupes IOMMU, * préparer du PCI Passthrough (NIC, GPU, NVMe, USB…), * comprendre la topologie hardware. ----- = Informations système SMBIOS / BIOS = == Informations système == <syntaxhighlight lang="bash">sudo... »
 
Ligne 271 : Ligne 271 :
== Voir le driver utilisé par les NICs ==
== Voir le driver utilisé par les NICs ==


<syntaxhighlight lang="bash">lspci -nnk | grep -A3 Ethernet</syntaxhighlight>
<syntaxhighlight lang="bash" copy>lspci -nnk | grep -A3 Ethernet</syntaxhighlight>
Exemple :
Exemple :


<syntaxhighlight lang="text">Kernel driver in use: igc</syntaxhighlight>
<syntaxhighlight lang="text" copy>Kernel driver in use: igc</syntaxhighlight>
ou :
ou :


<syntaxhighlight lang="text">Kernel driver in use: vfio-pci</syntaxhighlight>
<syntaxhighlight lang="text" copy>Kernel driver in use: vfio-pci</syntaxhighlight>


-----
-----
Ligne 283 : Ligne 283 :
== Voir les bridges Linux Proxmox ==
== Voir les bridges Linux Proxmox ==


<syntaxhighlight lang="bash">bridge link</syntaxhighlight>
<syntaxhighlight lang="bash" copy>bridge link</syntaxhighlight>


-----
-----
Ligne 289 : Ligne 289 :
== Voir le mapping NIC ↔ PCI ==
== Voir le mapping NIC ↔ PCI ==


<syntaxhighlight lang="bash">ls -l /sys/class/net</syntaxhighlight>
<syntaxhighlight lang="bash" copy>ls -l /sys/class/net</syntaxhighlight>
Très utile pour :
Très utile pour :