ONTAP 9.13

to Japanese version

View Vscan event log information

You can use the vserver vscan show-events command to view event log information about infected files, updates to Vscan servers, and the like. You can view event information for the cluster or for given nodes, SVMs, or Vscan servers.

What you’ll need

Advanced privileges are required for this task.

Steps
  1. Change to advanced privilege level:

    set -privilege advanced

  2. View Vscan event log information:

    vserver vscan show-events

    For a complete list of options, see the man page for the command.

    The following command displays event log information for the cluster cluster1:

    cluster1::*> vserver vscan show-events
    
    Vserver     Node            Server          Event Type        Event Time
    ----------- --------------- --------------- ----------------- -----------------
    vs1         Cluster-01      192.168.1.1     file-infected     9/5/2014 11:37:38
    vs1         Cluster-01      192.168.1.1     scanner-updated   9/5/2014 11:37:08
    vs1         Cluster-01      192.168.1.1     scanner-connected 9/5/2014 11:34:55
    3 entries were displayed.
Top of Page