ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • lun transition 7-mode delete

    Delete an Untransitioned 7-Mode LUN

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    The lun transition 7-mode delete command deletes an untransitioned LUN copied from a Data ONTAP 7-Mode system. This allows the admin to recover space from the volume for LUNs that may not be transitioned to clustered Data ONTAP without distrupting LUNs that have transitioned, for example, if the LUN is an unsupported OS type.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    This specifies the name of the Vserver from which the LUN is to be deleted. If only one data Vserver exists, you do not need to specify this parameter.

    -path <path> - LUN Path

    This specifies the path to the LUN to delete.

    Examples

    The following example deletes the LUN /vol/vol1/lun1 in a Vserver named vs1 :

    cluster1::*> lun transition 7-mode delete -vserver vs1 -path /vol/vol1/lun1
    Top of Page