ADVERTISEMENT

puredns commands

The puredns command manages the DNS attributes for an arrays administrative network.

Below list contains some of the most useful puredns commands.

  • puredns list

    Display the current DNS parameters configured in the array. This includes the domain suffixes and IP addresses of the name servers
    Copied
  • puredns setattr --domain ""

    Removes the domain suffix from Purity//FA DNS queries
    Copied
  • puredns setattr --domain test.com --nameservers 192.168.0.10,192.168.2.11

    Add the IPv4 addresses of two DNS servers for Array to use to resolve hostnames to IP addresses, and the domain suffix test.com for DNS searches.
    Copied
  • puredns setattr --nameservers""

    Unassigns DNS server IP addresses from the DNS entry. This will stop making DNS entries.
    Copied

[ view all commands ]