Viewing the DNS zone definition for a specific network

To display the DNS zone definition for the domain associated with a specific network:

1.On the Networks Network View page, in the network list, click the name of the network for which you want to display the DNS zone definition, or click the name of an alias that points to that network.

2.At the top of the panel that opens, click the Zone Definitions tab.

The Zone Definitions panel opens. This panel shows the slave or stub zone definition that HCP uses for the network domain, formatted as shown in this example:

# net5 Network for Customer-1
zone "object-store.cust1.com" IN {
    type slave;
     file "/var/named/slave/object-store.cust1.com";
    masters {
         192.168.10.101;
         2001:0db8::101 ;
         192.168.10.102;
         2001:0db8::102;
         192.168.10.103;
         2001:0db8::103;
         192.168.10.104;
         2001:0db8::104;
     };
};

Tip: You can use the Zone Definition link on the Replication page to show the zone definition for a user-defined network that’s selected for replication. For more information about this, see Replicating Tenants and Namespaces.

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.