<?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: Strange error in nslookup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724599#M760385</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems that the "nslookup" is not accepting the DNS specific option saying "invalid option" as "dns" is the second source (after 'files"). It expect the "dns" should be the first option.&lt;BR /&gt;&lt;BR /&gt;You can cross check between the systems,the versions of "BIND" and "nslookup" installed using&lt;BR /&gt;# what /usr/sbin/named&lt;BR /&gt;# what /usr/bin/nslookup&lt;BR /&gt;&lt;BR /&gt;Depending on the HP-UX OS version, you can install the latest BIND patch.&lt;BR /&gt;</description>
    <pubDate>Sun, 05 Feb 2006 17:55:58 GMT</pubDate>
    <dc:creator>Sameer_Nirmal</dc:creator>
    <dc:date>2006-02-05T17:55:58Z</dc:date>
    <item>
      <title>Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724594#M760380</link>
      <description>Hmm. This is hosts line in nsswitch.conf:&lt;BR /&gt;&lt;BR /&gt;hosts: files   [NOTFOUND=continue UNAVAIL=continue] dns     [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;When I try to get MX-info from nslookup, I get the next error:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set query=MX&lt;BR /&gt;*** Invalid option: query=MX&lt;BR /&gt;&lt;BR /&gt;If I set dns as first choice in hosts line in nsswitch.conf, nslookup works fine with MX-option, but I'd like to have hosts-file to be first choice in nsswitch. What is wrong. &lt;BR /&gt;&lt;BR /&gt;On other my servers hosts-file is first choice, but nslookup takes MX-option without promlems.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Feb 2006 08:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724594#M760380</guid>
      <dc:creator>Igor I. Shulz</dc:creator>
      <dc:date>2006-02-05T08:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724595#M760381</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is right behaviour for HPUX. If you try to do the same in LINUX, even if file is in the beginning in /etc/nsswitch.conf, everything will work.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Sun, 05 Feb 2006 11:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724595#M760381</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-02-05T11:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724596#M760382</link>
      <description>Sorry, forgot to mention that if you want to see MX-records, you can set server in nslookup:&lt;BR /&gt;&lt;BR /&gt;nslookup&lt;BR /&gt;&amp;gt;server {IP|hostname}&lt;BR /&gt;&amp;gt;set q=mx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Sun, 05 Feb 2006 11:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724596#M760382</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-02-05T11:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724597#M760383</link>
      <description>But!!!&lt;BR /&gt;&lt;BR /&gt;This is another server HPUX 11.11, and all works fine:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/nsswitch.conf&lt;BR /&gt;hosts: files   [NOTFOUND=continue UNAVAIL=continue] dns     [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;# nslookup&lt;BR /&gt;&amp;gt; set query=MX&lt;BR /&gt;&amp;gt; mail.com&lt;BR /&gt;Server:         172.24.131.127&lt;BR /&gt;Address:        172.24.131.127#53&lt;BR /&gt;&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;mail.com        mail exchanger = 10 mail-com.mr.outblaze.com.&lt;BR /&gt;mail.com        mail exchanger = 20 mail-com-bk.mr.outblaze.com.&lt;BR /&gt;&lt;BR /&gt;Authoritative answers can be found from:&lt;BR /&gt;mail.com        nameserver = ns1.portal2.com.&lt;BR /&gt;mail.com        nameserver = ns1.outblaze.com.&lt;BR /&gt;ns1.portal2.com internet address = 203.86.166.3&lt;BR /&gt;ns1.outblaze.com        internet address = 205.158.62.40&lt;BR /&gt;&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Feb 2006 12:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724597#M760383</guid>
      <dc:creator>Igor I. Shulz</dc:creator>
      <dc:date>2006-02-05T12:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724598#M760384</link>
      <description>Sorry, no idea 8((((&lt;BR /&gt;&lt;BR /&gt;On my hpux11.11 servers with the same configuration set q=mx does not work.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Sun, 05 Feb 2006 13:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724598#M760384</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-02-05T13:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724599#M760385</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems that the "nslookup" is not accepting the DNS specific option saying "invalid option" as "dns" is the second source (after 'files"). It expect the "dns" should be the first option.&lt;BR /&gt;&lt;BR /&gt;You can cross check between the systems,the versions of "BIND" and "nslookup" installed using&lt;BR /&gt;# what /usr/sbin/named&lt;BR /&gt;# what /usr/bin/nslookup&lt;BR /&gt;&lt;BR /&gt;Depending on the HP-UX OS version, you can install the latest BIND patch.&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Feb 2006 17:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724599#M760385</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-02-05T17:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724600#M760386</link>
      <description>Exchange server setting will be looking dns settings only. It will not use files. Try to set hosts: entry as,&lt;BR /&gt;&lt;BR /&gt;hosts: dns files&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Sun, 05 Feb 2006 22:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724600#M760386</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-05T22:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724601#M760387</link>
      <description>Check what is the default settings after loading nslookup .&lt;BR /&gt;&lt;BR /&gt;# nslookup&lt;BR /&gt;&amp;gt; set all&lt;BR /&gt;&lt;BR /&gt;and see whether there is a default server option set or blank. if this option contains a server address then the 'set query=mx' should work . compare the default settings on both the servers.</description>
      <pubDate>Mon, 06 Feb 2006 00:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724601#M760387</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2006-02-06T00:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724602#M760388</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;With hpux this option will not work. It has to do with the nslookup they provide.&lt;BR /&gt;&lt;BR /&gt;With a Linux or windows host it works.&lt;BR /&gt;&lt;BR /&gt;In this limited case you might wish to get your information from one of those systems.&lt;BR /&gt;&lt;BR /&gt;If you must do it from HP-UX you may wish to install BIND 9.2 and explore the dig command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Feb 2006 04:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724602#M760388</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-06T04:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724603#M760389</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=967934" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=967934&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 06 Feb 2006 05:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724603#M760389</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-06T05:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724604#M760390</link>
      <description>Seems its not nslookup on all versions of HP-UX.&lt;BR /&gt;&lt;BR /&gt;Could be 11.00&lt;BR /&gt;&lt;BR /&gt;There must be a patch somewhere for this.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Feb 2006 05:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724604#M760390</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-06T05:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724605#M760391</link>
      <description>nslookup is not considered secure and may some day be deprecated. I don't know if I will be deprecated before nslookup or not.&lt;BR /&gt;&lt;BR /&gt;If you wish to follow this thread's adviced:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=967934" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=967934&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Install depot BIND from here. It includes dig&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BIND9.2" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BIND9.2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Feb 2006 05:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724605#M760391</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-06T05:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724606#M760392</link>
      <description>&lt;!--!*#--&gt;MX lookup on hpux (tried it on 11.11) :&lt;BR /&gt;&lt;BR /&gt;# nslookup -type=mx blabla.com&lt;BR /&gt;Using /etc/hosts on:  myserver&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Trying DNS&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;blabla.com  preference = 10, mail exchanger = blamail.blabla.com&lt;BR /&gt;&lt;BR /&gt;Authoritative answers can be found from:&lt;BR /&gt;blamail.blabla.com       internet address = 192.168.1.1</description>
      <pubDate>Wed, 20 Dec 2006 06:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724606#M760392</guid>
      <dc:creator>Peter Van Nieuwenhoven_1</dc:creator>
      <dc:date>2006-12-20T06:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error in nslookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724607#M760393</link>
      <description>cu</description>
      <pubDate>Wed, 07 Feb 2007 08:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-error-in-nslookup/m-p/3724607#M760393</guid>
      <dc:creator>welliton</dc:creator>
      <dc:date>2007-02-07T08:00:05Z</dc:date>
    </item>
  </channel>
</rss>

