ONTAP 9.12.1 commands

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

    Discard cached scan information

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

    Description

    The vserver vscan reset command discards the cached information of the files that have been successfully scanned. After running this command, the files are scanned again when they are accessed.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the name of the Vserver for which you want to discard the cached information.

    Examples

    The following example discards the cached information of the successfully scanned files.

    cluster1::> vserver vscan reset -vserver vs1
    Warning: Running this command can cause performance degradation because files are scanned again when they are accessed.
    Do you want to continue? {y|n}: y
    
    cluster1::>
    Top of Page