ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume transition-convert-dir show

    Display 7-Mode directories being converted

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

    Description

    The volume transition-convert-dir show command displays information about ongoing directory copy conversion operations.

    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

    Displays summary information about the ongoing copy conversions of directories for the volumes in the specified Vserver.

    [-volume <volume name>] - Volume Name

    Displays summary information about the ongoing copy conversions of directories that are occurring on the specified volume.

    [-path <text>] - Directory Being Converted

    Displays summary information for the ongoing copy conversions of directories that have the specified directory path to convert.

    [-job-id <integer>] - Convert Job ID

    Displays summary information for the ongoing copy conversions of directories that have the specified job ID.

    [-state {Initial|Queued|Running|Waiting|Pausing|Paused|Quitting|Success|Failure|Reschedule|Error|Quit|Dead|Unknown|Restart|Dormant}] - Operation State

    Displays summary information for the copy conversions of directories that have the specified job state.

    [-bytes-total <integer>] - Bytes Total

    Displays summary information for copy conversions which have the estimated number of bytes of directory content to convert.

    [-bytes-completed <integer>] - Bytes Completed

    Displays summary information for copy conversions which have the estimated number of bytes of directory content that have completed conversion. The value of this field will be updated approximately once per minute.

    Examples

    The following example illustrates how to show directory conversions for a volume:

    cluster1::*> volume transition-convert-dir show -volume vol1
    Vserver    Volume    Convert Job ID   Directory-path   State
    ---------  --------- ---------------- ---------------- ------------
    vs0        vol1                   151 /data/large_dir       Running
    Top of Page