<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: dns limits .. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623344#M39178</link>
    <description>ok ..By the way this is only an internal DNS .. anyways &lt;BR /&gt;I deleted all my files of my dns server /etc/named.data&lt;BR /&gt;and I rebuild everything.Then I went to my client .. and I could resolv some domains and not others. In my client I edited /etc/resolv.conf&lt;BR /&gt;I had these entries:&lt;BR /&gt;domain networkip.net&lt;BR /&gt;nameserver 192.168.10.4&lt;BR /&gt;search prod.networkip.net admin.networkip.net&lt;BR /&gt;&lt;BR /&gt;I changed it to this&lt;BR /&gt;domain networkip.net&lt;BR /&gt;nameserver 192.168.10.4&lt;BR /&gt;#search prod.networkip.net admin.networkip.net&lt;BR /&gt;&lt;BR /&gt;And now everything works .. all hosts and domains and alaises. When I uncomment search prod.networkip.net admin.networkip.net some stuff works and some doesnt. &lt;BR /&gt;Now I did build my dns with the param file with the only domain.&lt;BR /&gt;-d networkip.net&lt;BR /&gt;&lt;BR /&gt;Even though we do have some servers on&lt;BR /&gt;prod.networkip.net &lt;BR /&gt;and some servers on&lt;BR /&gt;admin.networkip.net&lt;BR /&gt;But only used networkip.net is this ok? I mean it works but is this the proper way to set up dns?&lt;BR /&gt;Or should I have done&lt;BR /&gt;-d networkip.net&lt;BR /&gt;-d prod.networkip.net&lt;BR /&gt;-d admin.networkip.net &lt;BR /&gt;&lt;BR /&gt;what is the main difference in using sub domains and just the main domain? And This did affect the client with the search line... How does all this tie in together?And what is the proper way to configure dns as far as domains and sub domains go.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 02 Dec 2001 08:27:33 GMT</pubDate>
    <dc:creator>someone_4</dc:creator>
    <dc:date>2001-12-02T08:27:33Z</dc:date>
    <item>
      <title>dns limits ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623341#M39175</link>
      <description>Is there a limit of Aliases that you can configure dns to see? I just configured dns with the parm file and hosts_to_named -f param wich made it from my /etc/hosts file.But all of the Aliases are not resolving. Also do I need to split up domains? If i have sub domains for example prod.networkip.net and admin.networkip.net. In my param file I just did networkip.net is it better to split them up? Also can I just edit the db files?&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Fri, 30 Nov 2001 22:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623341#M39175</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-11-30T22:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: dns limits ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623342#M39176</link>
      <description>As far as I know there is no limit on the number of aliases.&lt;BR /&gt;&lt;BR /&gt;It is a good idea to keep subdomains like what you mentioned. This is more helpful &lt;BR /&gt;if you have different environments for the same application. Like production, development, testing etc.,. You can keep the same name and append the domain name to differentiate. Like app1.prod app1.dev app1.test etc.,&lt;BR /&gt;&lt;BR /&gt;You can edit the db files. It's the fastest way of changing them. Just do a sighup to named.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 30 Nov 2001 23:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623342#M39176</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-11-30T23:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: dns limits ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623343#M39177</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;I don't think there is a limit on the number of aliases you can have for a system.&lt;BR /&gt;&lt;BR /&gt;Here is a thread on how to configure aliases for a host.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=ea7f89e503248a08cf/screen=ckiDisplayDocument?docId=200000007951459" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=ea7f89e503248a08cf/screen=ckiDisplayDocument?docId=200000007951459&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Dec 2001 07:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623343#M39177</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-01T07:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: dns limits ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623344#M39178</link>
      <description>ok ..By the way this is only an internal DNS .. anyways &lt;BR /&gt;I deleted all my files of my dns server /etc/named.data&lt;BR /&gt;and I rebuild everything.Then I went to my client .. and I could resolv some domains and not others. In my client I edited /etc/resolv.conf&lt;BR /&gt;I had these entries:&lt;BR /&gt;domain networkip.net&lt;BR /&gt;nameserver 192.168.10.4&lt;BR /&gt;search prod.networkip.net admin.networkip.net&lt;BR /&gt;&lt;BR /&gt;I changed it to this&lt;BR /&gt;domain networkip.net&lt;BR /&gt;nameserver 192.168.10.4&lt;BR /&gt;#search prod.networkip.net admin.networkip.net&lt;BR /&gt;&lt;BR /&gt;And now everything works .. all hosts and domains and alaises. When I uncomment search prod.networkip.net admin.networkip.net some stuff works and some doesnt. &lt;BR /&gt;Now I did build my dns with the param file with the only domain.&lt;BR /&gt;-d networkip.net&lt;BR /&gt;&lt;BR /&gt;Even though we do have some servers on&lt;BR /&gt;prod.networkip.net &lt;BR /&gt;and some servers on&lt;BR /&gt;admin.networkip.net&lt;BR /&gt;But only used networkip.net is this ok? I mean it works but is this the proper way to set up dns?&lt;BR /&gt;Or should I have done&lt;BR /&gt;-d networkip.net&lt;BR /&gt;-d prod.networkip.net&lt;BR /&gt;-d admin.networkip.net &lt;BR /&gt;&lt;BR /&gt;what is the main difference in using sub domains and just the main domain? And This did affect the client with the search line... How does all this tie in together?And what is the proper way to configure dns as far as domains and sub domains go.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Dec 2001 08:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623344#M39178</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-12-02T08:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: dns limits ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623345#M39179</link>
      <description>I think I answered my own question. ...&lt;BR /&gt;Now I rebuild the files in my dns server and did the -d options changed to&lt;BR /&gt;-d networkip.net&lt;BR /&gt;-d prod.networkip.net&lt;BR /&gt;-d admin.networkip.net&lt;BR /&gt;&lt;BR /&gt;and I rebuild everything ..&lt;BR /&gt;Now I have&lt;BR /&gt;db.prod.networkip.net&lt;BR /&gt;db.admin.networkip.net&lt;BR /&gt;db.networkip.net&lt;BR /&gt;&lt;BR /&gt;Now .. in my resolv.conf on my cleint ..&lt;BR /&gt;With the &lt;BR /&gt;#search prod.networkip.net admin.networkip.net&lt;BR /&gt;commented out .. I was not able to see anything under the prod.networkip.net or admin.networkip.net domain. But I was able to see other misc servers that didnt specify a domian on the /etc/hosts file that I used on the dns server to build the dns files. UGG ..&lt;BR /&gt;ok so I uncommented out the &lt;BR /&gt;search prod.networkip.net admin.networkip.net &lt;BR /&gt;and now everything works. I can resolv &lt;BR /&gt;prod.networkip.net&lt;BR /&gt;admin.networkip.net&lt;BR /&gt;and &lt;BR /&gt;networkip.net&lt;BR /&gt;I see half way understand why this is working .. I have the basic concept but can someone tell me in more detail .. why this is working the way it is?&lt;BR /&gt;I see that split up it is nicer and it seems to be organized better in the /etc/named/data dir in the dns server. But once again is this the ideal way to do internal dns? or the other way with just the &lt;BR /&gt;networkip.net domian??&lt;BR /&gt;If so why? And what does the seach option do in resolv.conf. How does all this tie in?? I am right there and I just need someone to push me over the line to complete understanding of dns. &lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Dec 2001 08:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623345#M39179</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-12-02T08:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: dns limits ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623346#M39180</link>
      <description>Hi Richard,&lt;BR /&gt;Search doman1 doamin2. &lt;BR /&gt;Now whenever your system search for any name it will first looks in to the domain1 then in to the domain2. &lt;BR /&gt;&lt;BR /&gt;I think it will be good idea if you use forwarder statment in to the /etc/named.conf file. &lt;BR /&gt;forwarder ip_1 ip_2&lt;BR /&gt;&lt;BR /&gt;i.e if you can't resolve name using local dns then go to ip1 then to ip2 etc....&lt;BR /&gt;&lt;BR /&gt;use sig_named restart to reload the db files.&lt;BR /&gt;&lt;BR /&gt;As someone says directly edit your db file works great. Don't forget to increase serial number when you made any change. &lt;BR /&gt;&lt;BR /&gt;If you do not have large number of systems then I think it is better if you use one domain. why? simplicity, easy to administer. &lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Sun, 02 Dec 2001 14:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-limits/m-p/2623346#M39180</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-12-02T14:10:52Z</dc:date>
    </item>
  </channel>
</rss>

