ONTAP 9.12.1 commands

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

    Display connection status of connected Vscan servers

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

    Description

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

    • Vserver name

    • Node name

    • Vscan server

    • Vscan server vendor

    • Privileged user

    You can specify the -fields parameter to specify which fields of information to display. In addition to the fields above, you can display the following fields:

    • Server type

    • Vscan server version

    • Vscan server connected since

    • Vserver LIF used for connection

    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.

    [-server <IP Address>] - Server

    If you specify this parameter, the command displays information only about the Vscan server that you specify.

    [-vendor <text>] - Vscan Server Vendor

    If you specify this parameter, the command displays information only about the Vscan servers that are running scan-engine of the specified vendor.

    [-version <text>] - Vscan Server Version

    If you specify this parameter, the command displays information only about the Vscan servers that are running scan-engine of the specified version.

    [-privileged-user <text>] - Privileged User Used for Connection

    If you specify this parameter, the command displays information only about the Vscan servers that are connected to clustered Data ONTAP using the specified privileged user.

    [-connected-since <MM/DD/YYYY HH:MM:SS>] - Time When Vscan Server Was Connected

    If you specify this parameter, the command displays information only about the Vscan servers that have been connected since the specified time.

    [-server-type <Server type>] - Server Type

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

    [-lif <IP Address>] - Vserver LIF Used for Connection

    If you specify this parameter, the command displays information only about the Vscan servers that have used the specified IP address for connecting to clustered Data ONTAP.

    Examples

    The following example displays connection-status information about all connected Vscan servers.

    cluster1::> vserver vscan connection-status show-connected
                                                                   Privileged
    Vserver       Node              Server           Vendor        User
    ------------- ----------------- ---------------- ------------- ---------------
    vs1           Cluster-01        1.1.1.1          ABC           cifs\u2
    vs1           Cluster-01        2.2.2.2          XYZ           cifs\u2
    2 entries were displayed.

    The following example displays detailed connection-status information about connected Vscan servers which are running XYZ scan-engine.

    cluster1::> vserver vscan connection-status show-connected -instance -vendor XYZ
    Node: Cluster-01
                                Vserver: vs1
                                 Server: 2.2.2.2
                        Vscanner Vendor: XYZ
                       Vscanner Version: 1.12
    Privileged User Used for Connection: cifs\u2
       Time When Vscanner Was Connected: 6/3/2013 08:44:21
                            Server Type: primary
        Vserver LIF Used for Connection: 10.238.41.223
    Top of Page