Go to main content

Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.x

Exit Print View

Updated: November 2018
 
 

Adding a DNS Server (CLI)

  1. Go to configuration services dns and then enter create.
    hostname:> configuration services dns
    hostname:configuration services dns> create
  2. Enter show.
    hostname:configuration services server (uncommitted)> show
    Properties:
                           address = (unset)
                            status = unavailable
                               rtt = unavailable
                           err_msg =
  3. Enter set address= and the server address.
    hostname:configuration services server (uncommitted)> set address=192.0.2.254
                          address = 192.0.2.254 (uncommitted)
  4. Enter show.
    hostname:configuration services server (uncommitted)> show
    Properties:
                           address = 192.0.2.254
                            status = online
                               rtt = 1.812ms
                           err_msg =
  5. Enter commit.

    A query is sent to the affected DNS servers to validate the changes. If a valid response is not received, a message appears to confirm the settings. You may confirm your changes regardless of whether the server is valid.

    hostname:configuration services server (uncommitted)> commit

Related Topics