Configuring DNS (CLI)

DNS is usually configured during initial configuration, as described in Performing Initial Configuration (CLI) in Oracle ZFS Storage Appliance Installation Guide, Release OS8.8.x. To change your DNS settings after initial configuration, use the following procedure.

  1. Go to configuration services dns and enter show.
    hostname:> configuration services dns
    hostname:configuration services dns> show
    Properties:
                          <status> = online
                            domain = example.com
                           servers = IP-address
                            search =
                allow_alternate_v4 = false
                allow_alternate_v6 = false
  2. Set the domain, servers, and search domain, and enable or disable non-DNS resolution.

    For more information, see DNS Properties and Logs and Non-DNS Resolution.

    hostname:configuration services dns> set domain=example.com
                            domain = example.com (uncommitted)
    hostname:configuration services dns> set servers=IP-address
                           servers = IP-address (uncommitted)
    hostname:configuration services dns> set search=example.com
                            search = example.com (uncommitted)
    hostname:configuration services dns> set allow_alternate_v4=true
                allow_alternate_v4 = true (uncommitted)
  3. Enter commit.
    hostname:configuration services dns> commit