ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver vscan on-demand-task unschedule

    Unschedule an On-Demand task

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

    Description

    The vserver vscan on-demand-task unschedule command unschedules an On-Demand task.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the name of the Vserver on which you want to unschedule an On-Demand task.

    -task-name <text> - Task Name

    This parameter specifies the name of the On-Demand task that you want to unschedule.

    Examples

    The following example unschedules an On-Demand task:

    cluster1::> vserver vscan on-demand-task unschedule -vserver vs1 -task-name t1
    
    cluster1::> vserver vscan on-demand-task show -instance -vserver vs1 -task-name t1
    Vserver: vs1
                             Task Name: t1
                    List of Scan Paths: /test
                 Report Directory Path: /report
                          Job Schedule: -
    Max File Size Allowed for Scanning: 2GB
                File Paths Not to Scan: /vol1/cold-files/
           File Extensions Not to Scan: mp3, mp4
               File Extensions to Scan: *
          Scan Files with No Extension: true
               Request Service Timeout: 1m
                        Cross Junction: true
                   Directory Recursion: true
                         Scan Priority: low
                      Report Log Level: verbose
    Top of Page