ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume encryption conversion show

    Show status of a volume encryption conversion

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The volume encryption conversion show command displays information about volume encryption conversion in the cluster. By default, with no parameters, it only shows volume encryption operations that have failed or are currently running. The command display output depends on the parameters passed. If -vserver and -volume are specified, the following information is displayed:

    • Vserver Name: The Vserver on which the volume is located.

    • Volume Name: The volume that is part of a completed or running volume move operation.

    • Start Time: The date and time when the volume encryption operation was started.

    • Status of Operation: The status of the operation.

    • Percentage Completed: The amount of work to encrypt the volume completed thus far in terms of percentage.

    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

    This parameter specifies the Vserver on which the volume is located.

    [-volume <volume name>] - Volume Name

    This parameter specifies the name of the volume being encrypted.

    [-start-time <MM/DD/YYYY HH:MM:SS>] - Start Time

    If this parameter is specified, the command displays encryption operations that match the specified date and time in the cluster time zone when the volume move operation started.

    [-status <text>] - Status

    If this parameter is specified, the command displays encryption operations that match the specified status of the encryption operation.

    Examples

    The following example shows a sample output for this command:

    cluster1::> volume encryption conversion show
    
    Vserver    Volume       Start Time            Status
    ---------- ------------ --------------------- -----------------------
    vs1        p2           9/18/2017 17:44:36    Phase 2 of 2 (redirect
                                                  scan) is in progress.
    Top of Page