ONTAP 9.12.1 commands

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

    Display file system analytics information

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

    Description

    The volume analytics initialization show command displays the file system analytics initialization information for a volume. By default, the command displays the following information:

    • Vserver name

    • Volume name

    • File system analytics initialization state

    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

    If this parameter is specified, the command displays information only about the volumes in vservers that match the specified value for -vserver

    [-volume <volume name>] - Volume Name

    If this parameter is specified, the command displays information only about the volumes that match the specified value for -volume

    [-state <Analytics Initialization State>] - State

    If this parameter is specified, the command displays information only about the volume or volumes that have the specified file system analytics initialization state.

    Examples

    The following example displays the file system analytics initialization information on a volume named "vol1" in Vserver "vs1":

    cluster::*> volume analytics initialization show -vserver vs1 -volume vol1
    Vserver Name: vs1
      Volume Name: vol1
            State: Running
    Top of Page