lun igroup initiator modify
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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
.