메인 콘텐츠로 이동
  • 빠르고 간편하게 주문
  • 주문 보기 및 배송 상태 추적
  • 제품 목록을 생성 및 액세스
  • 회사 관리를 사용하여 Dell EMC 사이트, 제품 및 제품 수준 연락처를 관리하십시오.

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

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

이 문서는 자동으로 번역되었을 수 있습니다. 번역 품질에 대한 의견이 있는 경우 페이지 하단의 양식을 사용해 알려 주시기 바랍니다.

문서 콘텐츠


증상

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.

문서 속성


영향을 받는 제품

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

마지막 게시 날짜

21 2월 2021

버전

4

문서 유형

Solution