ONTAP 9.12.1 commands

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

    Pause an ongoing LUN copy operation

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

    Description

    The lun copy pause command pauses an ongoing copy operation. Use the lun copy resume command to resume the copy operation.

    Parameters

    { -vserver <Vserver Name> - Vserver Name

    Specifies the name of the Vserver that will host the destination LUN.

    -destination-path <path> - Destination Path

    Specifies the full path to the new LUN, in the format /vol/<volume>[/<qtree>]/<lun>.

    Examples

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

    Pauses the ongoing copy operation identified by Vserver vs1 and destination path /vol/vol2/lun2 .

    Top of Page