ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs superuser show

    Display superuser permissions for CIFS accounts

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

    Description

    The vserver cifs superuser show command displays all account names with superuser privileges. The command output depends on the parameter or parameters specified with the command. If you do not specify any parameters, the command displays the following superuser information for all CIFS servers:

    • Vserver name

    • CIFS server NetBIOS name

    • Domain

    • Account Name

    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 superuser information of only the specified Vservers.

    [-domain <CIFS domain>] - Domain

    If you specify this parameter, the command displays superuser information of only for accounts that are in the specified domain.

    [-accountname <CIFS account>] - User

    If you specify this parameter, the command displays superuser information of only the CIFS servers with the specified superuser account.

    [-cifs-server <NetBIOS>] - CIFS Server NetBIOS Name

    If you specify this parameter, the command displays superuser information of only the Vservers with specified CIFS server name.

    Examples

    The following example displays superuser information of all Vservers.

    vs1::> vserver cifs superuser show
    
    Vserver        CIFS Server     Domain          Account Name
    -------------- --------------- --------------- ------------
    vs1            SMB_SERVER1     CIFSDOMAIN      ADMINISTRATOR
    vs2            SMB_SERVER2     CIFSDOMAIN      ADMINISTRATOR
    Top of Page