ONTAP 9.12.1 commands

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

    Delete a scanner pool

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

    Description

    The vserver vscan scanner-pool delete command deletes a scanner pool.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the name of the Vserver from which you want to delete a scanner pool.

    -scanner-pool <Scanner pool> - Scanner Pool

    This parameter specifies the name of the scanner-pool that you want to delete.

    Examples

    The following example deletes a scanner pool.

    cluster1::> vserver vscan scanner-pool delete -vserver vs1 -scanner-pool test
    
    cluster1::> vserver vscan scanner-pool show -vserver vs1 -scanner-pool test
    There are no entries matching your query.
    Top of Page