ONTAP 9.12.1 commands

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

    Start the verification of the foreign disk and LUN data

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

    Description

    This command compares the LUN and the foreign disk block by block. You are not required to run this command; it is optional. Before you can do this verification process, the operation state must be stopped or completed. Use the lun import show command to determine the operation state.

    If a block mismatch occurs, the verification process stops.

    Verification must be done offline. Ensure the foreign disk and LUN cannot be accessed by a host. To prevent access of the LUN, the LUN should be taken offline administratively using the lun offline command.

    Note: The specified LUN must be in an import relationship with a foreign disk before you can verify the data import.

    Parameters

    -vserver <Vserver Name> - Vserver Name

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

    -path <path> - LUN Path

    Specifies the path of the LUN that you want to compare the foreign disk to. Examples of correct LUN paths are /vol/vol1/lun1 and /vol/vol1/qtree1/lun1 .

    Examples

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

    Starts the import verification on lun2 at path /vol/vol2/lun2.

    Top of Page