Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

如何确定基于RedHat的Linux发行版中PCI-e卡的PCI-e总线速度

Summary: 如何确定基于 RedHat 的 Linux 发行版中 PCI-E 卡的 PCI-E 总线速度

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

本文提供了有关如何在基于 RedHat 的 Linux 分发中确定 PCI-E 卡 PCI-E 总线速度的信息。


 

问题

如何确定 PCI-E 卡的 PCI-E 总线速度,例如 Dell SAS 6G 或 Dell SAS 5/e,而不运行 DSET 报告。 

回答

这里的一般概念是,我们需要首先确定相关设备的总线地址。我们要寻找的以下设备是由 LSI 生产的 Dell SAS 6g。

:以下命令应在基于 RedHat 的系统上本机运行,并且应能够从任何位置运行。命令区分大小写。您可能需要在命令后面使用 > filename.txt,将文本输出到文件进行审查。 I.E. lspci > filename.txt
  1.   首先,通过运行命令 lspci 来确定相关设备的总线地址
    SLN249067_zh_CN__11308956087063.lspci
     
  2. 我们可以看到 LSI RAID 控制器,但 SAS 6g 不是 RAID 控制器,因此是不正确的设备。只有一个其他 lsi 设备被列为具有总线地址 "04:00.0"
    :我们还可以看到其他设备,如列出的 Intel 82599EB 10 gig NIC。您可以通过 LUN ID .0 或 .1 看到此双端口 NIC 上的两个端口。
  3. 此时,我们有两个选项:
    运行命令 lspci -nv 并在其内部搜索我们的总线地址,在此例中为 "04:00.0"
    SLN249067_zh_CN__21308956129330.lspci -nv
     

     

    :我们可以看到带有 "Width x8” 的 "LnkCap" 和带有 "Width x8" 的 "LnkSta",并从中了解设备以看到设备的协商速度为 8x。
  4. 或者,我们可以运行命令 dmidecode 并在其中搜索我们的总线地址(在此示例中为 "04:00.0")
    SLN249067_zh_CN__31308956152721.dmidecode
     

     

    注:我们可以在“Designation”下面看到插槽类型接受 x16、x8 或 x4。在“Type”中,我们可以看到插槽的长度为 x16。

Article Properties


Affected Product

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

Last Published Date

21 Feb 2021

Version

4

Article Type

Solution