ONTAP 9.12.1 commands

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

    Remove from the list of privileged users

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

    Description

    The vserver vscan scanner-pool privileged-users remove command removes one privileged users or list of privileged users from the specified scanner pool. All the existing privileged users of a scanner pool cannot be removed.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the name of the Vserver containing the specified scanner pool on which you want to remove a privileged user or users.

    -scanner-pool <Scanner pool> - Scanner Pool

    This parameter specifies the name of the scanner pool from which you want to remove a privileged user or users.

    -privileged-users <Privileged user>,…​ - List of Privileged Users

    This parameter specifies the privileged user or users that you want to remove from the specified scanner pool.

    Examples

    The following example removes a list of privileged users from the specified scanner pool.

    cluster1::> vserver vscan scanner-pool privileged-users remove -vserver vs1
                -scanner-pool p1 -privileged-users cifs\u2,cifs\u3
    
    cluster1::> vserver vscan scanner-pool privileged-users show -vserver vs1
                -scanner-pool p1
    Vserver: vs1
                Scanner Pool: p1
    List of Privileged Users: cifs\u1
    Top of Page