ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • lun import resume

    Resume the import for the specified LUN

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

    Description

    Resumes the data import to a specified LUN.

    The import starts from the last checkpoint taken before you paused the data import.

    If you want to resume the data import from the beginning, use the lun import stop command. Then use the lun import start command.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver that contains the LUN you want to resume the data import to.

    -path <path> - LUN Path

    Specifies the path of the LUN that you want to resume the data import to. Examples of correct LUN paths are /vol/vol1/lun1 and /vol/vol1/qtree1/lun1 .

    Examples

    cluster1::> lun import resume -vserver vs1 -path /vol/vol2/lun2

    Resumes the data import to lun2 at the path /vol/vol2/lun2

    Top of Page