<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns/m-p/2579238#M592415</link>
    <description>Satish,&lt;BR /&gt;&lt;BR /&gt;You don't need to modify any configuration for relative resolution. That is in effect by default. The absolute resolution comes into picture where you don't want to append the domain name to the hostname. &lt;BR /&gt;&lt;BR /&gt;For ex., if the domain is defined as yourdomain.com in /etc/resolv.conf and if you put a host entry as&lt;BR /&gt;&lt;BR /&gt;xx.xx.xx.xx tiger.&lt;BR /&gt;&lt;BR /&gt;Then the domain will not be appended to tiger&lt;BR /&gt;&lt;BR /&gt;However relative resolution is by default where you don't specify the trailing ".". &lt;BR /&gt;&lt;BR /&gt;xx.xx.xx.xx tiger&lt;BR /&gt;&lt;BR /&gt;Here the domain name will be appended to tiger ike tiger.yourdomain.com&lt;BR /&gt;&lt;BR /&gt;So, sometimes if the DNS is not configured properly, sendmail complains saying that "unable to qualify my own domain". In this case, you can overcome by keeping a trailing dot at the end of the hostname in your hosts file.&lt;BR /&gt;&lt;BR /&gt;Everything is dependent on the order lookup works as set in nsswitch.conf. Usually you don't need to keep "." in your system. This is applicable most of the times in the DNS Server config files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Thu, 13 Sep 2001 20:05:46 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2001-09-13T20:05:46Z</dc:date>
    <item>
      <title>DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns/m-p/2579235#M592412</link>
      <description>Hi Experts,&lt;BR /&gt;&lt;BR /&gt;   Do anybody know what is relative resolution and how can we configure DNS to use relative resolution?.... I mean what r all the files we need to modify?....&lt;BR /&gt;&lt;BR /&gt;Thanks in adveance...&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.</description>
      <pubDate>Thu, 13 Sep 2001 19:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns/m-p/2579235#M592412</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-09-13T19:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns/m-p/2579236#M592413</link>
      <description>Hi Satish,&lt;BR /&gt;&lt;BR /&gt;If you just want to use your system to resolve ip and hostname through DNS Server then you need to modify the following files.&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;hosts   DNS [NOTFOUND=continue] files&lt;BR /&gt;&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;search a.b.c       # a.b.c ==Domain Name&lt;BR /&gt;nameserver a.b.c.d&lt;BR /&gt;nameserver p.q.r.s     # a.b.c.d &amp;amp; p.q.r.s = DNS Server IP&lt;BR /&gt;&lt;BR /&gt;Have a look at the HP Manual,&lt;BR /&gt;Installing and Administering Internet Services (HP Part No. B2355-90110). Look for Configuring and Administering the BIND Name Service --&amp;gt;Configuring the Resolver to query a remote name server.&lt;BR /&gt;&lt;BR /&gt;you can download this manual from HP doc website docs.hp.com&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2001 19:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns/m-p/2579236#M592413</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-13T19:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns/m-p/2579237#M592414</link>
      <description>Hi Satish,&lt;BR /&gt;&lt;BR /&gt;Here is the link to the manual i was talking about.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/pdf/B2355-90685.pdf" target="_blank"&gt;http://docs.hp.com/hpux/pdf/B2355-90685.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2001 19:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns/m-p/2579237#M592414</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-13T19:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns/m-p/2579238#M592415</link>
      <description>Satish,&lt;BR /&gt;&lt;BR /&gt;You don't need to modify any configuration for relative resolution. That is in effect by default. The absolute resolution comes into picture where you don't want to append the domain name to the hostname. &lt;BR /&gt;&lt;BR /&gt;For ex., if the domain is defined as yourdomain.com in /etc/resolv.conf and if you put a host entry as&lt;BR /&gt;&lt;BR /&gt;xx.xx.xx.xx tiger.&lt;BR /&gt;&lt;BR /&gt;Then the domain will not be appended to tiger&lt;BR /&gt;&lt;BR /&gt;However relative resolution is by default where you don't specify the trailing ".". &lt;BR /&gt;&lt;BR /&gt;xx.xx.xx.xx tiger&lt;BR /&gt;&lt;BR /&gt;Here the domain name will be appended to tiger ike tiger.yourdomain.com&lt;BR /&gt;&lt;BR /&gt;So, sometimes if the DNS is not configured properly, sendmail complains saying that "unable to qualify my own domain". In this case, you can overcome by keeping a trailing dot at the end of the hostname in your hosts file.&lt;BR /&gt;&lt;BR /&gt;Everything is dependent on the order lookup works as set in nsswitch.conf. Usually you don't need to keep "." in your system. This is applicable most of the times in the DNS Server config files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 13 Sep 2001 20:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns/m-p/2579238#M592415</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-13T20:05:46Z</dc:date>
    </item>
  </channel>
</rss>

