From 11a19ee6239462643beb2bef2d008b09f2e92793 Mon Sep 17 00:00:00 2001 From: sjing Date: Wed, 11 May 2011 07:57:23 +0000 Subject: [PATCH] support ddns as the default dnshandler. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9557 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/makedns.8.pod | 121 ---------------------------- 1 file changed, 121 deletions(-) delete mode 100644 xCAT-client/pods/man8/makedns.8.pod diff --git a/xCAT-client/pods/man8/makedns.8.pod b/xCAT-client/pods/man8/makedns.8.pod deleted file mode 100644 index ab3750c6d..000000000 --- a/xCAT-client/pods/man8/makedns.8.pod +++ /dev/null @@ -1,121 +0,0 @@ -=head1 NAME - -B - sets up domain name services (DNS) from the entries in /etc/hosts. - -=head1 SYNOPSIS - -B I - -B [B<-h>|B<--help>] - - -=head1 DESCRIPTION - -B configures a DNS server on the local machine from the /etc/hosts file entries. It also uses the following -attributes set in the B table as default values: B, B, B. -The domain value can be overridden by the B<-d> option. -The netmasks from the B table will also be used if not overridden by the B<-n> option. Only entries in -/etc/hosts that are part of a network listed in the B table will be added to DNS. - -B can only handle hostnames from a single domain, normally a private domain just for the cluster. The -typical cluster set up is for site.domain to be set to the cluster domain, site.nameservers to be set to the -cluster-facing IP address of the management node, and site.forwarders to be set to the IP address of one or more -nameservers at your site that can resolve names outside of your cluster. With this set up, all nodes ask the -management node to resolve names, and if it is a name that the MN DNS does not know about, it will ask the outside -world. - - -=head1 OPTIONS - -=over 6 - -=item B<-d> I - -The domain name to use. If not specified, the default used is the B attribute in the B table. - -=item B<-f> I - -A file containing more arguments for B. - -=item B<-z|-Z> nameserver - -The hostname of a secondary nameserver to use. - -=item B<-b> bootfile - -Boot file to use. - -=item B<-A> - -Write the address records, i.e. the hostname to IP address mappings. - -=item B<-M> - -Write the MX records, i.e. the additional aliases for a hostname. - -=item B<-w> - -Do wks. - -=item B<-D> - -Don't do domains. - -=item B<-t> - -Do txt records. - -=item B<-u> I - -User? - -=item B<-s> I - -Servers. - -=item B<-m> I - -mx records. - -=item B<-c> I - -C patterns? - -=item B<-e> I - -Elimination patterns? - -=item B<-h> I - -Host. - -=item B<-o> I - -Refresh, retry, expire, ttl options, separated by colons. - -=item B<-i> - -Force serial. - -=item B<-H> I - -File to read the host entries from. Default is /etc/hosts. - -=item B<-C> I - -Comments file. - -=item B<-N> I - -Default subnet mask. - -=item B<-n> I - -Network:SubnetMask. If not specified, all the networks from the B table will be used. - -=back - -=head1 SEE ALSO - -L -