![]() | Sun System Handbook - ISO 4.1 October 2012 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Technical Instruction Sure Solution 1366058.1 : Determining PCIe device link information using pcitool under Solaris 11
In this Document
Oracle Confidential (PARTNER). Do not distribute to customers
Applies to:SPARC T3-1 - Version: Not Applicable to Not Applicable - Release: N/A to N/ASPARC T3-4 - Version: Not Applicable to Not Applicable [Release: N/A to N/A] SPARC T3-2 - Version: Not Applicable to Not Applicable [Release: N/A to N/A] SPARC T4-4 - Version: Not Applicable to Not Applicable [Release: N/A to N/A] SPARC T4-2 - Version: Not Applicable to Not Applicable [Release: N/A to N/A] Information in this document applies to any platform. GoalVerify the link-train speed negotiated between the PCIe root complex switch and attached end-point device on Solaris 11 based CMT systems.SolutionInstall 'pcitool' - this tool is not installed by default under Solaris 11 and can be installed from the respositoryroot@cmt-host:~# pkg install pcitoolFor each root complex (PCIe Switch, for example /pci@400) use pcitool to probe the bus; root@cmt-host:~# pcitool /pci@400 -pB = BUS, the unique identifier number assigned to each PCI bus. D = DEVICE, the unique identifier number assigned to each device on any given PCI bus F = FUNCTION, identifies the functions supported by the card (multi function devices such as combination cards will have multiple functions) BDF is also used to identify devices in a geographical sense within the system as they are unique. Vend = identifies the vendor identifier for each attached device, included in this will be the PCIe switch itself as well as all attached devices. Dev = Unique identifier for each device on the PCI bus. These can be cross referenced against prtconf -vp output to confirm the exact device. Additionally the PCIe vendor and device IDs can be verified using various internet sites. Cmd and Stat = report the features supported on each device. The last two fields represent the link speed (LS) and link width (LW) for each attached device - with width being the number of negotiated lanes trained between the two devices. Refer to the product documentation to verify the link speed supported on each PCIe slot - T3-x and T4-x based systems provide x8 lane PCIe slots. Attachments This solution has no attachment |
||||||||||||
|