<?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: how to use nslookup to search 2nd DNS server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463892#M360294</link>
    <description>feeling a little schizophrenic today Pete? Talking to yourself isn't generally a good sign... ;o)&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Wed, 22 Jul 2009 10:02:51 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2009-07-22T10:02:51Z</dc:date>
    <item>
      <title>how to use nslookup to search 2nd DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463885#M360287</link>
      <description>I am trying to resolve a hostname, but it is existed on on 2nd DNS server, not the on the default one. without changing /etc/resolv.conf, how to search different DNS server within nslookup?&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 21 Jul 2009 14:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463885#M360287</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2009-07-21T14:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to use nslookup to search 2nd DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463886#M360288</link>
      <description>According to the man page, you can specify the server:&lt;BR /&gt;&lt;BR /&gt;nslookup [-option ...] host-to-find [server]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 21 Jul 2009 14:40:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463886#M360288</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-07-21T14:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to use nslookup to search 2nd DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463887#M360289</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Frist check with resolv.conf then u got the dns entery in the that file.&lt;BR /&gt;&lt;BR /&gt;Use the following step to resolve.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root # nslookup 135.37.9.18&lt;BR /&gt;Using /etc/hosts on:  ts330&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    gab200dns.qip.hp.com&lt;BR /&gt;Address:  135.37.9.18&lt;BR /&gt;&lt;BR /&gt;ah330 root # nslookup gab200dns.qip.hp.com&lt;BR /&gt;Using /etc/hosts on:  ts330&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    gab200dns.qip.hp.com&lt;BR /&gt;Address:  135.37.9.18&lt;BR /&gt;&lt;BR /&gt;ah330 root # nslookup 135.38.244.3&lt;BR /&gt;Using /etc/hosts on:  ts330&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:    mo3980dns.qip.hp.com&lt;BR /&gt;Address:  135.38.244.3&lt;BR /&gt;&lt;BR /&gt;Then u got the primay DNS &amp;amp; seconday DNS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jul 2009 17:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463887#M360289</guid>
      <dc:creator>Vinod Kumar Yadav</dc:creator>
      <dc:date>2009-07-21T17:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to use nslookup to search 2nd DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463888#M360290</link>
      <description>&lt;!--!*#--&gt;Every one of those nslookups returns the fact that it is using /etc/hosts and not a dns server at all.  To use a specific dns server, specify it in the nslookup command as I originally said.&lt;BR /&gt;&lt;BR /&gt;# cat /etc/resolv.conf&lt;BR /&gt;domain holstein.com&lt;BR /&gt;nameserver 140.1.0.240&lt;BR /&gt;nameserver 140.1.0.239&lt;BR /&gt;# nslookup hp.com 140.1.0.240&lt;BR /&gt;Name Server:  nsa.holstien.com&lt;BR /&gt;Address:  140.1.0.240&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;Name:    hp.com&lt;BR /&gt;Addresses:  15.192.45.138, 15.192.45.139, 15.200.2.21, 15.200.30.21&lt;BR /&gt;          15.200.30.22, 15.200.30.23, 15.200.30.24, 15.216.110.21, 15.216.110.22&lt;BR /&gt;&lt;BR /&gt;          15.216.110.139, 15.216.110.140, 15.192.45.21, 15.192.45.22&lt;BR /&gt;&lt;BR /&gt;# nslookup hp.com 140.1.0.239&lt;BR /&gt;Name Server:  nsb.holstien.com&lt;BR /&gt;Address:  140.1.0.239&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;Name:    hp.com&lt;BR /&gt;Addresses:  15.216.110.139, 15.216.110.140, 15.192.45.21, 15.192.45.22&lt;BR /&gt;          15.192.45.138, 15.192.45.139, 15.200.2.21, 15.200.30.21, 15.200.30.22&lt;BR /&gt;          15.200.30.23, 15.200.30.24, 15.216.110.21, 15.216.110.22&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 21 Jul 2009 17:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463888#M360290</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-07-21T17:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to use nslookup to search 2nd DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463889#M360291</link>
      <description>Pete&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  Every one of those nslookups returns the fact that it is using /etc/hosts and not a dns server at all. &lt;BR /&gt;&lt;BR /&gt;Not true.  The third one looks to DNS, but I'm still confused by what is being attempted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 21 Jul 2009 17:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463889#M360291</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-07-21T17:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to use nslookup to search 2nd DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463890#M360292</link>
      <description>I usually force the server by using nslookup's command line:&lt;BR /&gt;&lt;BR /&gt;# nslookup&lt;BR /&gt;&amp;gt; server &lt;NAME&gt;&lt;BR /&gt;&amp;gt; &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;I'm curious why the hostname doesn't exist on both servers? DNS was designed as a distributed, resilient name service, and assumes that everything is the same whichever server you use (excluding zone propagation delays).&lt;/HOSTNAME&gt;&lt;/NAME&gt;</description>
      <pubDate>Wed, 22 Jul 2009 09:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463890#M360292</guid>
      <dc:creator>Andrew C Fieldsend</dc:creator>
      <dc:date>2009-07-22T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to use nslookup to search 2nd DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463891#M360293</link>
      <description>Hi,&lt;BR /&gt;See the example&lt;BR /&gt;&lt;BR /&gt;User:    nslookup toolah.fourex.oz wurrup.fourex.oz&lt;BR /&gt;System:  Server:  wurrup&lt;BR /&gt;         Address:   101.3.104.12&lt;BR /&gt; &lt;BR /&gt;         Name:   toolah.fourex.oz&lt;BR /&gt;         Address:   101.3.100.2&lt;BR /&gt;&lt;BR /&gt;If you want to know more about nslookup see the below link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://publib.boulder.ibm.com/infocenter/zos/v1r9/index.jsp?topic=/com.ibm.zos.r9.halu101/f1a1c260347.htm" target="_blank"&gt;http://publib.boulder.ibm.com/infocenter/zos/v1r9/index.jsp?topic=/com.ibm.zos.r9.halu101/f1a1c260347.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 22 Jul 2009 09:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463891#M360293</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-07-22T09:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to use nslookup to search 2nd DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463892#M360294</link>
      <description>feeling a little schizophrenic today Pete? Talking to yourself isn't generally a good sign... ;o)&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 22 Jul 2009 10:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-nslookup-to-search-2nd-dns-server/m-p/4463892#M360294</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-07-22T10:02:51Z</dc:date>
    </item>
  </channel>
</rss>

