This command allocates and configures a VAST DNS server configuration.
Usage
dns allocate --name NAME
[--domain-suffix DOMAIN_SUFFIX]
[--enable | --disable]
[--net-type NORTH_PORT|SOUTH_PORT|EXTERNAL_PORT]
[--cnode-ids CNODE_IDs]
[--ttl TTL]
[--port PORT]Required Parameters
| Specifies a name for the VAST DNS server configuration. |
Options
| Specifies a suffix to append to domain names of each VIP pool. The suffix should complete each domain name to form a valid FQDN for DNS requests to target. |
| Enables the VAST DNS service. |
| Disables the VAST DNS service. |
| Specifies the network type interface for the DNS service. |
| Comma-separated IDs of CNodes (uses all CNodes if not specified). |
| Specifies the DNS TTL value. |
| Specifies a port for the DNS service. |
Example
This example shows how to allocate a VAST DNS server configuration named VAST-DNS-Service:
vcli: admin> dns allocate --name VAST-DNS-Service --domain-suffix mycorp.cluster.com --port 53