lun transition 7-mode show
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Display the 7-Mode LUN Inventory
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The lun transition 7-mode show
command displays information about LUNs copied from a Data ONTAP 7-Mode system. If no parameters are specified, the command displays the following information about all 7-Mode LUNs:
-
Vserver name
-
LUN path
-
Operating system type
-
Size
-
Whether or not the LUN has been transitioned to clustered Data ONTAP
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 7-Mode LUNs in the specified Vserver.
[-path <path>]
- LUN Path (privilege: advanced)-
Selects the 7-Mode LUNs with the specified path.
[-volume <volume name>]
- Volume Name (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified volume.
[-ostype <LUN Operating System Format>]
- OS Type (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified operating system type.
[-size <size>]
- LUN Size (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified size.
[-prefix-size <size>]
- Prefix Stream Size (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified prefix stream size.
[-suffix-size <size>]
- Suffix Stream Size (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified suffix stream size.
[-serial <text>]
- Serial Number (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified serial number for clustered Data ONTAP. LUNs where
is-transitioned
isfalse
do not have a serial number assigned for clustered Data ONTAP. [-uuid <UUID>]
- UUID (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified UUID for clustered Data ONTAP. LUNs where
is-transitioned
isfalse
do not have a UUID assigned for clustered Data ONTAP. [-serial-7-mode <text>]
- 7-mode Serial Number (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified serial number from 7-Mode.
[-is-transitioned {true|false}]
- Transition Complete (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified transition state. LUNs where this value is
true
have been transitioned and are available to be mapped for client access. LUNs where this value isfalse
have not yet been transitioned and may not be mapped. [-vserver-uuid <UUID>]
- Vserver UUID (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified Vserver UUID.
[-node <nodename>]
- Node (privilege: advanced)-
Selects the 7-Mode LUNs that match the specified node name.
Examples
The following example displays a summary of all 7-Mode LUNs for the volume vol1
in a Vserver named vs1
:
cluster1::*> lun transition 7-mode show -vserver vs1 -volume vol1 Vserver Path Type Size Transitioned --------- ---------------------------- -------- ------ ------------ vs1 /vol/vol1/lun1 linux 10MB false /vol/vol1/lun2 linux 500MB true /vol/vol1/lun3 linux 500MB true 8 entries were displayed.
The following example displays detailed information for the 7-Mode LUN /vol/vol1/lun2
in a Vserver named vs1
:
cluster1::*> lun transition 7-mode show -vserver vs1 -path /vol/vol1/lun2 Vserver Name: vs1 LUN Path: /vol/vol1/lun2 Volume Name: vol1 OS Type: linux LUN Size: 500MB Prefix Stream Size: 0 Suffix Stream Size: 0 Serial Number: BCVvv$DLZu8g UUID: f53d603b-9663-4567-9680-95c1a9cc6d9e 7-mode Serial Number: C4eqKotPI8Ui Transition Complete: true Vserver UUID: be4cc135-163f-11e3-931f-123478563412 Node: cluster-01