ONTAP 9.13.1 commands

lun transition start

Start LUN Transition Processing

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

Description

The lun transition start command starts LUN transition for the specified volume. Normally, transition is started automatically when snapmirror break is issued for the volume, this command allows restarting in the event automatic transitioning was interrupted or failed.

Parameters

-vserver <Vserver Name> - Vserver Name

The name of the Vserver containing the volume. If only one data Vserver exists, you do not need to specify this parameter.

-volume <volume name> - Volume Name

The name of the volume to restart LUN transition.

Examples

The following example starts LUN transition on a volume named volume1 in a Vserver named vs1 :

cluster1::*> lun transition start -vserver vs1 -volume volume1
Top of Page