ONTAP 9.12.1 commands

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

    Display 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 show command displays the list of privileged users of the Vscan scanner pools belonging to the Vserver. If you do not specify any parameters, the command displays the following information about the scanner pools:

    • Vserver name

    • Scanner pool

    • List of privileged users

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, the command displays information only about the scanner pools for the specified Vserver.

    [-scanner-pool <Scanner pool>] - Scanner Pool

    If you specify this parameter, the command displays information only for the specified scanner pool.

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

    If you specify this parameter, the command displays information only about the scanner pools that have the specified privileged user or users.

    Examples

    The following example displays the list of privileged users of all scanner pools.

    cluster1::> vserver vscan scanner-pool privileged-users show
    Vserver         Scanner Pool      Privileged Users
    --------------- ----------------- --------------------------------------------
    Cluster         clus              cifs\u5
    vs1             new               cifs\u7
    vs1             clus              cifs\u5
    vs1             p1                cifs\u1, cifs\u2
    vs2             clus              cifs\u5
    vs2             p2                cifs\u2
    6 entries were displayed.
    Top of Page