ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service nis-domain delete

    Delete a NIS domain configuration

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

    Description

    The vserver services name-service nis-domain delete command deletes an NIS domain configuration.

    Deleting a NIS domain configuration removes it permanently.

    Parameters

    -vserver <Vserver Name> - Vserver

    Use this parameter to specify the Vserver from which the NIS domain configuration is deleted. A data Vserver or admin Vserver can be specified.

    -domain <nis domain> - NIS Domain

    Use this parameter to specify the NIS domain whose configuration is deleted.

    Examples

    The following example deletes the configuration of an NIS domain named testnisdomain from a Vserver named vs2:

    cluster1::> vserver services name-service nis-domain delete -vserver vs2 -domain testnisdomain
    Top of Page