Skip to main content
A newer release of this product is available.

lun transition show

Contributors
Suggest changes

Display the status of LUN transition processing

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

Description

The lun transition show command displays information about the LUN transition processing status of volumes. If no parameters are specified, the command displays the following information about all volumes:

  • Vserver name

  • Volume name

  • Transition status

Parameters

{ [-fields <fieldname>,…​]

If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

| [-instance ] }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-vserver <Vserver Name>] - Vserver Name (privilege: advanced)

Selects the volumes in the specified Vserver.

[-volume <volume name>] - Volume Name (privilege: advanced)

Selects the volumes with the specified name.

[-status {none|complete|failed|active}] - Transition Status (privilege: advanced)

Selects the volumes that match the specified transition status. The possible status values are:

  • active - The volume is in an active SnapMirror transition relationship and not yet transitioned.

  • complete - LUN transition has completed for the volume.

  • failed - LUN transition has failed for the volume.

  • none - The volume did not contain LUNs to transition from Data ONTAP 7-Mode.

[-vserver-uuid <UUID>] - Vserver UUID (privilege: advanced)

Selects the volumes in the Vserver that matches the specified UUID.

[-node <nodename>] - Filer ID (privilege: advanced)

Selects the volumes that match the specified node.

Examples

The following example displays LUN transition information for all volumes in a Vserver named vs1 :

cluster1::*> lun transition show -vserver vs1
Vserver              Volume             Transition Status
-------------------- ------------------ -----------------
vs1                  vol0               none
                     vol1               complete
                     vol2               failed
                     vol3               active
4 entries were displayed.