ONTAP 9.12.1 commands

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

    Start the import for the specified LUN

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

    Description

    This command initiates the data import to a specified LUN.

    You must use the lun import create command to create an import relationship between a LUN and a foreign disk before you can initiate the data import.

    Parameters

    -vserver <Vserver Name> - Vserver Name

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

    -path <path> - LUN Path

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

    Examples

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

    Starts the data import to lun2 at the path /vol/vol2/lun2.

    Top of Page