ONTAP 9.13.1 commands

lun import stop

Stop the import for the specified LUN

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

Description

This command stops the data import into a specified LUN.

After you stop the data import and if you start the import again using lun import start command, then the import restarts from the beginning.

Parameters

-vserver <Vserver Name> - Vserver Name

Specifies the Vserver that contains the LUN you want to stop importing data to.

-path <path> - LUN Path

Specifies the path of the LUN that you want to stop the data import to.

Examples

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

Stops data import to lun2 at the path /vol/vol2/lun2

Top of Page