ONTAP 9.12.1 commands

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

    Rename a disk firmware file

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

    Description

    The storage firmware disk rename command renames the specified disk firmware file on each node.

    Parameters

    -oldname <text> - Old Filename

    This parameter specifies the firmware file to rename.

    -newname <text> - New Filename

    This parameter specifies the new name of the firmware file.

    Examples

    The following example renames the disk firmware file with the name X262_SMOOST25SSX.NA06.LOD to X262_SMOOST25SSX.LOD on each node:

    cluster1::*> storage firmware disk rename -oldname X262_SMOOST25SSX.NA06.LOD -newname X262_SMOOST25SSX.LOD
    Top of Page