ONTAP 9.12.1 commands

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

    Display Vscan servers connection status summary

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

    Description

    The vserver vscan connection-status show command displays connection status summary of the external virus-scanning servers, or "Vscan servers" for a Vserver. If you do not specify any parameters, the command displays the following information for all Vservers:

    • Vserver name

    • Node name

    • List of connected Vscan servers

    • Connected count

    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.

    [-node {<nodename>|local}] - Node

    If you specify this parameter, the command displays information only about the Vscan servers attached to the specified node.

    [-vserver <vserver name>] - Vserver

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

    [-servers <IP Address>,…​] - List of Connected Vscan Servers

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

    [-connection-count <integer>] - Number of Connected Vscan Servers Serving the Vserver

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

    Examples

    The following example displays connection-status summary for all Vservers.

    cluster1::> vserver vscan connection-status show
                                           Connected Connected
    Vserver         Node                Server-Count Servers
    --------------- ------------------- ------------ -----------------------------
    vs1             Cluster-01                     2 1.1.1.1, 2.2.2.2
    vs2             Cluster-01                     0 -
    2 entries were displayed.
    Top of Page