일반적으로 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