ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver vscan on-access-policy file-ext-to-include add

    Add to the list of file extensions to include

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

    Description

    The vserver vscan on-access-policy file-ext-to-include add command adds a file extension or list of file extensions to include for virus scanning to the specified policy.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the name of the Vserver containing the specified on-access policy to which you want to add a file extension or a list of file extensions to include for virus scanning.

    -policy-name <Policy name> - Policy

    This parameter specifies the name of the on-access policy to which you want to add a file extension or a list of file extensions to include for virus scanning.

    -file-ext-to-include <File extension>,…​ - File Extensions to Scan

    This parameter specifies the file extension or a list of file extensions to include for virus scanning.

    Examples

    The following example adds a list of file extensions to include for virus scanning to the specified on-access policy.

    cluster1::> vserver vscan on-access-policy file-ext-to-include add -vserver vs1
                -policy-name policy1 -file-ext-to-include "mp*","tx*"
    
    cluster1::> vserver vscan on-access-policy file-ext-to-include show -vserver vs1
                -policy-name policy1
    Vserver: vs1
                         Policy: policy1
        File Extensions to Scan: mp*, tx*, wav
    Top of Page