gc-inventory

This tool lists device IDs, physical parameters and firmware version numbers of the IPUs present in the hardware platform.

Unlike gc-info, this command will not attempt to lock access to any IPUs. This means that it an be used to gather information about a system even if some of the IPUs are in use. However, this also means it is not able to provide as much information as gc-info.

The output will be similar to this:

"device": {
        "id": "15",
        "type": "C2",
        "Firmware Major Version": "1",
        "Firmware Minor Version": "0",
        "Firmware Patch Version": "0",
        "IPU": "1",
        "IPU version": "ipu0",
        "PCI Id": "0000:b8:00.0",
        "link speed": "8 GT\/s",
        "link width": "8",
        "physical slot": "PCIe Slot 9",
        "serial number": "0050.0004.072728"
    }
...