ONTAP 9.12.1 commands

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

    Delete a Kerberos realm configuration

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

    Description

    The vserver nfs kerberos realm delete command deletes a Kerberos realm configuration from the system.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the name of the Vserver for the Kerberos realm configuration that you want to delete.

    -realm <text> - Kerberos Realm

    This parameter specifies the name of the Kerberos realm for the configuration.

    Examples

    The following example deletes the Kerberos realm SEC.EXAMPLE.COM from the Vserver named AUTH:

    cluster1::> vserver nfs kerberos realm delete -vserver AUTH -realm SEC.EXAMPLE.COM
    Top of Page