ONTAP 9.12.1 commands

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

    Pause the import for the specified LUN

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

    Description

    This command pauses the data import to a specified LUN.

    This command does not reset all import checkpoints. To resume a paused import, use the lun import resume command to retart 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 pause the data import to.

    -path <path> - LUN Path

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

    Examples

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

    Pauses the data import for lun2 at the path /vol/vol2/lun2

    Top of Page