ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • lun igroup rename

    Rename an existing initiator group

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

    Description

    This command renames an existing initiator group. When you rename an initiator group, this action does not affect access to the LUNs mapped to the initiator group you want to rename.

    An initiator group name is a case-sensitive name and must meet the following requirements:

    • Must contain one to 96 characters. Spaces are not allowed.

    • Can contain the letters A through Z, a through z, numbers 0 through 9, hyphen (-), underscore (_), colon (:), and period (.).

    • Must start with a letter or number.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver.

    -igroup <text> - Igroup Name

    Specifies the initiator group you want to rename.

    -new-name <text> - New Igroup Name

    Specifies the new name of the initiator group.

    Examples

    cluster1::> lun igroup rename -vserver vs1 -igroup ig1 -new-name ignew1

    Renames an initiator group from ig1 to ignew1 on Vserver vs1.

    Top of Page