DNS は、Oracle ZFS Storage Appliance インストールガイド、初期構成の実行 (CLI)に記載されているように、通常は初期構成の間に構成されます。初期構成後に DNS の設定を変更するには、次の手順を実行します。
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
詳細は、DNS のプロパティーとログおよびDNS 以外での解決を参照してください。
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)
hostname:configuration services dns> commit