ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system controller slot module show

    Display hotplug status of a module on the controller

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

    Description

    The system controller slot module show command displays hotplug status of a module on the controller. The command displays the following information about the PCIe modules:

    • Node

    • Slot

    • Module

    • Status

    To display more details, use the -instance parameter.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node {<nodename>|local}] - Node

    Selects the PCIe modules that are present in the specified node.

    [-slot <text>] - Slot Number

    Selects the PCIe modules present in the specified slot or slot-subslot combination.

    [-status <text>] - Module Status

    Selects hotplug status for PCIe modules.

    [-card <text>] - Module Name

    Selects module name for PCIe modules.

    Examples

    The following example displays hotplug status of PCI modules found in the local node:

    ::> system controller slot module show -node local
    Node                 Slot   Module                         Status
    -------------------- -----  ------------------------------ --------------------
    localhost            1      IO_CARRIER_NIANTIC_NIC         powered-on
    localhost            2      IO_4X_10GBT_INTL_NIC           powered-on
    localhost            3      IO_4X_12Gb_PMC_SAS             powered-on
    localhost            4      IO_4X_10GBE_16GFC_QLGC_CNA     powered-on
    localhost            5      IO_4X_12Gb_PMC_SAS             powered-on
    localhost            6      NVRAM10                        hotplug-not-supported
    localhost            6-1                                   empty
    localhost            6-2                                   empty
    localhost            7      IO_4X_12Gb_PMC_SAS             powered-on
    localhost            8      IO_4X_10GBT_INTL_NIC           powered-on
    localhost            9      IO_4X_12Gb_PMC_SAS             powered-on
    localhost            10     IO_4X_12Gb_PMC_SAS             powered-on
    localhost            11     IO_4X_12Gb_PMC_SAS             powered-on
    13 entries were displayed.
    
    ::>
    Top of Page