ONTAP 9.13

to English version

DNSドメイン設定の表示

クラスタ内の1つ以上のStorage Virtual Machine(SVM)のDNSドメイン設定を表示して、正しく設定されているかを確認できます。

手順

vserver services name-service dns show コマンドを使用して、DNSドメイン設定を表示します。

次のコマンドは、クラスタ内の全SVMのDNS設定を表示します。

vserver services name-service dns show
                                                  Name
Vserver        State     Domains                  Servers
-------------- --------- ------------------------ -------------
cluster-1       enabled   xyz.company.com          192.56.0.129,
                                                  192.56.0.130
vs1            enabled   xyz.company.com          192.56.0.129,
                                                  192.56.0.130
vs2            enabled   xyz.company.com          192.56.0.129,
                                                  192.56.0.130
vs3            enabled   xyz.company.com          192.56.0.129,
                                                  192.56.0.130

次のコマンドは、SVM vs1のDNS設定の詳細を表示します。

vserver services name-service dns show -vserver vs1
               Vserver: vs1
               Domains: xyz.company.com
          Name Servers: 192.56.0.129, 192.56.0.130
    Enable/Disable DNS: enabled
        Timeout (secs): 2
      Maximum Attempts: 1
Top of Page