ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver nfs kerberos realm show

    Display Kerberos realm configurations

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

    Description

    The vserver nfs kerberos realm show command displays information about Kerberos realm configurations. The command output depends on the parameters specified with the command. If you do not specify any parameters, the command displays the following information about all Kerberos realm configurations:

    • Vserver

    • Kerberos realm name

    • Active Directory server name

    • Kerberos Distribution Center (KDC) vendor

    • KDC IP address

    • The permitted encryption types

    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 Kerberos realm configurations for the specified Vserver.

    [-realm <text>] - Kerberos Realm

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the specified Kerberos realm.

    [-kdc-vendor <Kerberos Key Distribution Center (KDC) Vendor>] - KDC Vendor

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the specified KDC vendor.

    [-kdc-ip <IP Address>] - KDC IP Address

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the specified KDC IP address.

    [-kdc-port <integer>] - KDC Port

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the specified KDC port number.

    [-clock-skew <integer>] - Clock Skew

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the specified clock skew.

    [-adserver-name <text>] - Active Directory Server Name

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the Active Directory server that has the specified name.

    [-adserver-ip <IP Address>] - Active Directory Server IP Address

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the Active Directory server that has the specified IP address.

    [-comment <text>] - Comment

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that match the specified comment text.

    [-adminserver-ip <IP Address>] - Admin Server IP Address

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the specified administrative-server IP address.

    [-adminserver-port <integer>] - Admin Server Port

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the specified administrative-server port number.

    [-passwordserver-ip <IP Address>] - Password Server IP Address

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the specified password-server IP address.

    [-passwordserver-port <integer>] - Password Server Port

    If you specify this parameter, the command displays information only about the Kerberos realm configurations that use the specified password-server port number.

    [-permitted-enc-types <NFS Kerberos Encryption Type>,…​] - Permitted Encryption Types

    If you specify this parameter, the command displays information only about the Kerberos realm configuration that match the specified encryption types.

    Examples

    The following example displays information about all Kerberos realm configurations:

    cluster1::> vserver nfs kerberos realm show
    Kerberos                 Active Directory KDC        KDC
    Vserver  Realm                    Server           Vendor     IP Address
    -------- ------------------------ ---------------- ---------- -----------------
    AUTH     SEC.EXAMPLE.COM          AUTH.SEC.EXAMPLE.COM
                                                       Microsoft  192.0.2.170
    Top of Page