ONTAP 9.12.1 commands

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

    Stop the verify for the specified LUN

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

    Description

    This command stops the block by block verification of the foreign disk and LUN data.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver that contains the LUN you want to stop block by block comparison with the foreign disk.

    -path <path> - LUN Path

    Specifies the path of the LUN that you want to stop the block by block comparison. Examples of correct LUN paths are /vol/vol1/lun1 and /vol/vol1/qtree1/lun1 .

    Examples

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

    Stops the import verify on lun at path /vol/vol2/lun2.

    Top of Page