ONTAP 9.12.1 commands

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

    Modify an existing initiator group

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

    Description

    This command modifies an attribute for an initiator group. Currently, the only settable attribute is the operating system.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver.

    -igroup <text> - Igroup Name

    Specifies the initiator group whose attribute you want to modify.

    [-t, -ostype <Initiator Group OS Type>] - OS Type

    Specifies the operating system that you want to modify. The operating system types of initiators are

    • solaris

    • windows

    • hpux

    • aix

    • linux

    • netware

    • vmware

    • openvms

    • xen

    • hyper_v

    [-delete-on-unmap {true|false}] - Delete on Last Unmap

    Specifies if this initiator group will be deleted automatically when no longer a member of a LUN mapping relationship.

    [-comment <text>] - Igroup Comment

    Specifies the comment for the igroup you want to modify. If the comment string contains white space, it must be enclosed in double quotes. The limit is 254 characters. To clear the comment, specify the empty string enclosed in double quotes.

    Examples

    cluster1::> lun igroup modify -vserver vs1 -igroup ig1 -ostype windows

    Changes the operating system to windows for initiator group ig1 on Vserver vs1 .

    Top of Page