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
Give documentation feedback