Skip to main content
A newer release of this product is available.

lun portset delete

Contributors
Suggest changes

Delete the portset

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

Description

This command deletes an existing port set. By default, you cannot delete a port set if it is bound to an initiator group. If a port set is bound to an initiator group, you can do one of the following:

  • specify the force option to unbind the port set from the initiator group and delete the port set.

  • use the lun igroup unbind command to unbind the port set from the initiator group. Then you can delete the port set.

Parameters

-vserver <Vserver Name> - Vserver Name

Specifies the Vserver.

-portset <text> - Portset Name

Specifies the port set you want to delete.

[-f, -force <true>] - Force

Forcibly unbinds the port set from the initiator group.

Examples

cluster1::> portset delete -vserver vs1 -portset ps1

Deletes port set ps1 on Vserver vs1.