lun igroup delete
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Delete an initiator group
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
This command deletes an existing initiator group. By default, you cannot delete an initiator group if LUN maps for that initiator group exist. You need to unmap all the LUNs that are associated with that initiator group before you can delete the initiator group. Use the lun unmap command to remove LUNS from an initiator group.
You can specify the force
option to delete an initiator group and remove existing LUN maps defined for that initiator group.
Parameters
-vserver <Vserver Name>
- Vserver Name-
Specifies the Vserver.
-igroup <text>
- Igroup Name-
Specifies the initiator group that you want to delete.
[-f, -force <true>]
- Force-
Deletes an initiator group and all associated LUN maps.
Examples
cluster1::> lun igroup delete -vserver vs1 -igroup ig1
Deletes the initiator group ig1 on Vserver vs1.