ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver vscan show

    Display Vscan status

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

    Description

    The `vserver vscan show ` command displays Vscan status information of the Vservers. If you do not specify any parameters, the command displays the following information about all Vservers:

    • Vserver name

    • Vscan 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

    If you specify this parameter, the command displays information only about the specified Vserver.

    [-vscan-status {on|off}] - Vscan Status

    If you specify this parameter, the command displays information only about the Vservers that have the specified status.

    Examples

    The following example displays the Vscan status information.

    cluster1::> vserver vscan show
    Vserver          Vscan Status
    --------------   ------------
    vs1              on
    vs2              off
    2 entries were displayed.
    Top of Page