vserver services name-service dns dynamic-update record delete
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Deletes a 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 delete
command sends an update to remove an existing DNS resource record of the Logical Interface (LIF) of the Vserver from the configured DNS server.
Parameters
-vserver <vserver name>
- Vserver (privilege: advanced)-
Use this parameter to specify the Vserver of which you want to delete a resource record from the configured DNS server.
- {
-lif <lif-name>
- Logical Interface (privilege: advanced) -
Use this parameter to specify the Logical Interface(LIF) name whose corresponding resource record you want to remove from the configured DNS server.
- |
-address <IP Address>
- IP Address (privilege: advanced) } -
Use this parameter to specify the IP address of the Logical Interface whose corresponding resource record you want to remove from the configured DNS server.
Examples
The following example removes a resource record entry of the Logical Interface lif1 belonging to the Vserver vs1 from the configured DNS server.
cluster1::*> vserver services name-service dns dynamic-update record delete -vserver vs1 -lif lif1
The following example removes a resource record entry of the Logical Interface whose address is 1.1.1.1 belonging to the Vserver vs1 from the configured DNS server.
cluster1::*> vserver services name-service dns dynamic-update record delete -address 1.1.1.1 -vserver vs1