ONTAP 9.12.1 commands

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

    Remove a host table entry

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

    Description

    Use the vserver services name-service dns hosts delete command to delete DNS host table entries.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the Vserver whose host table entry will be deleted.

    -address <IP Address> - IP Address

    Use this parameter to specify the IP address of the host table entry to delete.

    Examples

    This example removes the DNS host table entry of 10.0.0.15 from the host table of the vserver vs1.

    cluster1::> vserver services name-service dns hosts delete -vserver vs1 -address 10.0.0.16
    
    1 entry was deleted.
    Top of Page