Skip to main content

system controller config pci show-add-on-devices

Display PCI devices in expansion slots

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The system controller config pci show-add-on-devices command displays information about the PCIe devices in I/O expansion slots. The command displays the following information about the PCIe devices:

  • Node
  • Model
  • Type
  • Slot
  • Device
  • Vendor
  • Sub-device ID
To display more details, use the -instance parameter.

Parameters

{ [-fields <fieldname>, ...]
Selects the fields that you specify.
| [-instance ]}
Displays detailed information about PCI devices.
[-node {<nodename>|local}] - Node
Selects the PCI devices that are present in the specified node.
[-model <text>] - Model String
Selects the PCI devices that are present on the system with the specified model name.
[-type <integer>] - Device Type
Selects the PCI devices with the specified device type.
[-slot-and-sub <text>] - PCI Slot Number
Selects the PCI devices present in the specified slot or slot-subslot combination.
[-device <text>] - Device
Selects the PCI devices with the specified device ID.
[-vendor <text>] - Vendor Number
Selects the PCI devices with the specified vendor ID.
[-sub-device-id <integer>] - Sub Device ID
Selects the PCI devices with the specified sub-device ID.

Examples

The example below displays information about PCI devices found in I/O expansion slots of all the nodes in the cluster.

cluster1::> system controller config pci show-add-on-devices

Node Model Slot Type Device Vendor Sub-Device ID
------------------ ------------------- ---- ---- ------- ------ -------------
cluster1-01
DM5100F
1 1 0x1017 0x15B3 52
2 9 0xF400 0x10DF 0
cluster1-02
DM5100F
1 1 0x1017 0x15B3 52
2 9 0xF400 0x10DF 0
4 entries were displayed.