ONTAP 9.12.1 commands

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

    Display the list of disk firmware files on the given node

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

    Description

    The storage firmware disk show command displays the disk firmware files present on each node.

    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 files that match the specified node name.

    [-filename <text>] - Storage Firmware File

    Selects the files that match the specified filename.

    Examples

    The following example displays the disk firmware files on each node:

    cluster1::> storage firmware disk show
    Node: Node1
    Disk Firmware Files
                      ----------------------------------------
                      X262_SMOOST25SSX.NA06.LOD
                      X262_SMOOST25SSX.NA06.LOD.FVF
                      X267_SMOOST50SSX.NA06.LOD
                      X267_SMOOST50SSX.NA06.LOD.FVF
    Node: Node2
    Disk Firmware Files
                      ----------------------------------------
                      X262_SMOOST25SSX.NA06.LOD
                      X262_SMOOST25SSX.NA06.LOD.FVF
                      X267_SMOOST50SSX.NA06.LOD
                      X267_SMOOST50SSX.NA06.LOD.FVF
                      8 entries were displayed.
    Top of Page