ONTAP 9.12.1 commands

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

    Modify an initiator

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

    Description

    This command modifies an attribute for an initiator.

    Parameters

    -vserver <Vserver Name> - Vserver

    Specifies the vserver of the initiator you want to modify.

    -initiator <text> - Initiator

    Specifies the initiator whose attribute you want to modify.

    [-comment <text>] - Comment

    The initiator’s new comment. The comment has a maximum length of 255 characters. To clear the current comment, provide an empty string.

    Examples

    cluster1::> lun igroup initiator modify -vserver vs1 -initiator iqn.1991-05.com.example:name -comment "My application host"

    Changes the comment to "My application host" for initiator iqn.1991-05.com.example:name in Vserver vs1 .

    cluster1::> lun igroup initiator modify -vserver vs1 -initiator iqn.1991-05.com.example:name -comment ""

    Clears the comment for initiator iqn.1991-05.com.example:name in Vserver vs1 .

    Top of Page