One Stop Systems
4U Pro 10 Slot
43
14
Verify PCIe cards
This section contains information on how to check / verify your PCIe cards are detected or not.
14.1
Linux
To check your PCIe cards use the following commands on the terminal window.
•
lspci
–vtt” command.
Output below is a screenshot of the “lspci –vtt” showing the OSS backplane with five cards installed.
Output below shows four NVIDIA A100 are recognized.
You can also grep the vendor name of the PCIe card. For example
, if you have an NVIDIA GPUs, run the command on the terminal window “
lspci
–
vvv | grep NVIDIA
”.