ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage shelf drawer show

    Display a list of drawers

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

    Description

    The storage shelf drawer show command displays information for storage shelf drawers in the storage system. If no parameters are specified, the default command displays the following information for the drawers:

    • Shelf Name

    • Drawer Number

    • Status

    • Closed/Open

    • Disk Count

    • Firmware

    To display detailed information for a single drawer, use the -shelf and -drawer parameters.

    Parameters

    { [-fields <fieldname>,…​]

    Displays the specified fields for all drawers, in column style output.

    | [-errors ]

    Displays the following error status information about the drawers that have errors:

    • Status

    • Error Description

    | [-instance ]

    Displays expanded information for all drawers in the system. If a shelf and drawer are specified, then this parameter displays the same detailed information for the specified drawer as does the -shelf and -drawer parameters.

    [-shelf <text>] - Shelf Name

    Displays the drawers in the storage shelf that matches the specified shelf name.

    [-drawer <integer>] - Drawer Number

    Displays the drawers that match the specified drawer number.

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

    Displays the drawers that are present for the specified node.

    [-disk-count <integer>] - Drawer Disk Count

    Displays the drawers that have the specified disk count.

    [-part-number <text>] - Part Number

    Displays the drawers that have the specified part number.

    [-serial-number <text>] - Serial Number

    Displays the drawer that matches the specified serial number.

    [-is-closed {open|closed}] - Drawer is Closed?

    Displays the drawers that are closed or open.

    [-firmware-a <text>] - Firmware A

    Displays the the drawers for which module A has the specified firmware version.

    [-firmware-b <text>] - Firmware B

    Displays the drawers for which module B has the specified firmware version.

    [-path-a {unknown|ok|degraded|none}] - Path A

    Displays the drawers for which module A has the specified path status.

    [-path-b {unknown|ok|degraded|none}] - Path B

    Displays about drawers for which module B has the specified path status.

    [-is-supported {yes|no}] - Drawer is Supported?

    Displays the drawers that are supported (TRUE) or not supported (FALSE).

    [-vendor <text>] - Vendor Name

    Displays the drawers that match the specified vendor.

    [-mfg-date <text>] - Mfg. Date

    Displays the drawers that match the specified manufactured date.

    [-fru-type <text>] - FRU Type

    Displays the drawers that match the specified FRU type.

    [-status-a {unknown|normal|warning|error|critical}] - Status A

    Displays the drawers with module A currently operating under the specified status.

    [-status-b {unknown|normal|warning|error|critical}] - Status B

    Displays the drawers with module B currently operating under the specified status.

    [-error <text>] - Error

    Displays the drawers that match the specified error description.

    Examples

    The following example displays information about all drawers:

    cluster1::> storage shelf drawer show
    Drawer   Disk
        Shelf Drawer    Status A/B     Closed? Count   Firmware A/B
        ----- ------ ----------------- ------- ----- -----------------
         2.5
                   1   normal/normal   closed      4 00000634/00000634
                   2   normal/normal   closed      4 00000634/00000634
                   3   normal/normal   closed      4 00000634/00000634
                   4   normal/normal   closed      5 00000634/00000634
                   5   normal/normal   closed      4 00000634/00000634
        5 entries were displayed.
        cluster1::>

    The following example displays expanded information about drawer 1 in shelf 2.5:

    cluster1::> storage shelf drawer show -shelf 2.5 -drawer 1
    Shelf: 2.5
                    Drawer ID: 1
                   Part Numer: 111-03071
                Serial Number: 021604008153
            Drawer is Closed?: closed
                   Disk Count: 4
                   Firmware A: 00000634
                   Firmware B: 00000634
                       Path A: ok
                       Path B: ok
                     Status A: normal
                     Status B: normal
         Drawer is Supported?: yes
                  Vendor Name: NETAPP
                    Mfg. Date: 02/2016
                     FRU Type: SASDRWR
            Error Description: -
    cluster1::>

    The following example displays error information about the drawers that have errors:

    cluster1::> storage shelf drawer show -errors
    Shelf Drawer    Status A/B     Error Description
        ----- ------ ----------------- -----------------------------------------------
         2.5
                   2  warning/warning  Drawer open.
    cluster1::>
    Top of Page