vserver services name-service cache hosts forward-lookup delete
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Delete an entry
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
The vserver services name-service cache hosts forward-lookup delete
command removes a cached host to IP lookup entry.
Parameters
-vserver <vserver name>
- Vserver (privilege: advanced)-
Use this parameter to specify the Vserver for which the cached forward lookup table entries need to be deleted.
-host <text>
- Hostname (privilege: advanced)-
Use this parameter to specify the hostname of the cached forward lookup table entries that need to be deleted.
-protocol {Any|ICMP|TCP|UDP}
- Protocol (privilege: advanced)-
Use this parameter to specify the protocol of the cached forward lookup table entries that need to be deleted.
-sock-type {SOCK_ANY|SOCK_STREAM|SOCK_DGRAM|SOCK_RAW}
- Sock Type (privilege: advanced)-
Use this parameter to specify the socket type of the cached forward lookup table entries that need to be deleted.
-flags {FLAG_NONE|AI_PASSIVE|AI_CANONNAME|AI_NUMERICHOST|AI_NUMERICSERV}
- Flags (privilege: advanced)-
Use this parameter to specify the flag of the cached forward lookup table entries that need to be deleted.
-family {Any|Ipv4|Ipv6}
- Family (privilege: advanced)-
Use this parameter to specify the family of the cached forward lookup table entries that need to be deleted.
Examples
The following example deletes the cached forward lookup entry for Vserver vs0 and host "abc":
cluster1::> vserver services name-service cache hosts forward-lookup delete -vserver vs0 -host abc