Omitir para ir al contenido principal
  • Hacer pedidos rápida y fácilmente
  • Ver pedidos y realizar seguimiento al estado del envío
  • Cree y acceda a una lista de sus productos
  • Administre sus sitios, productos y contactos de nivel de producto de Dell EMC con Administración de la empresa.

How to Determine the PCI-e Bus Speed of a PCI-e Card in a RedHat based Linux Distribution

Resumen: Information on how to determine PCI-E bus speed of a PCI-E card in a RedHat based Linux distribution

Es posible que este artículo se traduzca automáticamente. Si tiene comentarios sobre su calidad, háganoslo saber mediante el formulario en la parte inferior de esta página.

Contenido del artículo


Síntomas

This article provides information on how to determine PCI-E bus speed of a PCI-E card in a RedHat based Linux distribution.


 

Question

How to determine PCI-E bus speed of a PCI-E card such as a Dell SAS 6G or Dell SAS 5/e without running a DSET report. 

Answer

The general concept here is that we need to first determine the bus address of the device in question. The device below we are looking for is a Dell SAS 6g which is produced by LSI.

Note: The follow commands should be native to RedHat based system and should be able to be run from anywhere. The command IS case sensitive. You may have to follow the commands with > filename.txt to output the text to a file for review. I.E. lspci > filename.txt
  1.   First lets figure out what the bus address of the device in question is by running command lspci
    SLN249067_en_US__11308956087063.lspci
     
  2. We can see a LSI RAID controller however the SAS 6g is not a raid controller so that is the incorrect device. The only other lsi device is listed as having a bus address "04:00.0"
    Note: We can also see other devices like an Intel 82599EB 10 gig NIC listed. You can see both ports on this dual port NIC via it's LUN ID of .0 or .1
  3. At this point we have two options:
    run command lspci -nv and search within it for our bus address, in this case "04:00.0"
    SLN249067_en_US__21308956129330.lspci -nv
     

     

    Note: We can see the "LnkCap" with a "Width x8" and a "LnkSta" with a "Width x8" from this we can see the device has a negotiated speed of 8x.
  4. or we could run command dmidecode and search within it for our bus address, in this case "04:00.0"
    SLN249067_en_US__31308956152721.dmidecode
     

     

    Note: We can see under "Designation" that the slot type accepts x16,x8, or x4. From the "Type" we can see the length of the slot as being x16.

Propiedades del artículo


Producto comprometido

PowerEdge, Red Hat Enterprise Linux Version 5, Red Hat Enterprise Linux Version 6, Red Hat Enterprise Linux Version 7

Fecha de la última publicación

21 feb. 2021

Versión

4

Tipo de artículo

Solution