ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service dns dynamic-update record add

    Adds a New DNS Resource Record

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

    Description

    The vserver services name-service dns dynamic-update record add command sends an update to add a new DNS resource record of an existing logical interface (LIF) of the Vserver to the configured DNS server.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the Vserver for which you want to add a resource record on the configured DNS server.

    -lif <lif-name> - Logical Interface

    Use this parameter to specify the Logical Interface(LIF) name for which you want to add a resource record on the configured DNS server.

    Examples

    The following example adds a resource record entry for the Logical Interface lif1 belonging to the Vserver vs1 to the configured DNS server.

    cluster1::*> vserver services name-service dns dynamic-update record add -vserver vs1 -lif lif1
    Top of Page