<?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 side effects in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699167#M57451</link>
    <description>/etc/resolv.conf contains:&lt;BR /&gt;nameserver 194.2.0.20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf : does not exist&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Mon, 08 Apr 2002 14:08:03 GMT</pubDate>
    <dc:creator>nuwendam</dc:creator>
    <dc:date>2002-04-08T14:08:03Z</dc:date>
    <item>
      <title>DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699159#M57443</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I add a DNS in the panel DNS resolver list of the system.&lt;BR /&gt;&lt;BR /&gt;After this, when I invoke aCC (the compiler), I have the foloowing message :&lt;BR /&gt;&lt;BR /&gt;ERROR: NAMESERVER IS DOWN!!&lt;BR /&gt;TRY AGAIN WHEN IT IS UP!!&lt;BR /&gt;&lt;BR /&gt;the DNS is a valid address (194.2.0.20)&lt;BR /&gt;&lt;BR /&gt;any idea.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 08 Apr 2002 12:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699159#M57443</guid>
      <dc:creator>nuwendam</dc:creator>
      <dc:date>2002-04-08T12:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699160#M57444</link>
      <description>hi Nuwendam,&lt;BR /&gt;&lt;BR /&gt;Where did you add this? in /etc/resolv.conf? did you check your /etc/nsswitch.conf file? &lt;BR /&gt;Try pinging dns server.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Apr 2002 13:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699160#M57444</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-04-08T13:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699161#M57445</link>
      <description>Use nslookup to see if you can resolve your own name, as in:&lt;BR /&gt;&lt;BR /&gt;nslookup $(/usr/bin/hostname)&lt;BR /&gt;&lt;BR /&gt;If this fails, then either the nameserver is not responding (down) or the nameserver does not know your hostname.  In both cases, this is a bad thing for many applications so create (or change) /etc/nsswitch.conf to resolve important hostnames from /etc/hosts first, then using DNS as a last resort. nsswitch.conf would have a hosts line like this:&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;This will improve the reliability (and performance) of your system by reducing the dependence on a DNS server to run various programs. Your local hostname MUST always be there, plus any important hosts (and LAN printers) that you may need.</description>
      <pubDate>Mon, 08 Apr 2002 13:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699161#M57445</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-04-08T13:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699162#M57446</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't know in which file is stored this information.&lt;BR /&gt;I just used SAM/Networking&amp;amp;communications/dns(bind)/dns resolver&lt;BR /&gt;&lt;BR /&gt;and add my dns ip address which is 194.2.0.20 which i can ping&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 08 Apr 2002 13:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699162#M57446</guid>
      <dc:creator>nuwendam</dc:creator>
      <dc:date>2002-04-08T13:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699163#M57447</link>
      <description>Hi Nuwendam,&lt;BR /&gt;&lt;BR /&gt;OK when you use sam for that it goes in to one file /etc/resolv.conf.&lt;BR /&gt;&lt;BR /&gt;As Bill says first change your nsswitch.conf file and use file as first resolvere. &lt;BR /&gt;&lt;BR /&gt;Your dns server might be up but may be named daemon is down on that server. But if you have files first on your /etc/nsswitch.conf then atleast it works for your hostname. &lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Mon, 08 Apr 2002 13:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699163#M57447</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-04-08T13:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699164#M57448</link>
      <description>Hi ,&lt;BR /&gt;It seems that your name resolution service is not properly configured&lt;BR /&gt;&lt;BR /&gt;1. You have to check your /etc/resolv.conf file for proper name server in order. try to ping each of the name server in order whether they are responding.&lt;BR /&gt;Then do nslookup for your machine name.&lt;BR /&gt;&lt;BR /&gt;2. Look for /etc/nsswitch.conf file. Check the order for host name resolution order. It should be dns..... depending upon your configuration.&lt;BR /&gt;&lt;BR /&gt;hopefully the things will be working fine.&lt;BR /&gt;&lt;BR /&gt;Also if trying above two steps , you are not able to resolv your problem, change the order in /etc/nsswitch.conf by putting "files" first then dns......&lt;BR /&gt;for that you need to have entry for host name in /etc/hosts with correct IP address.....and chck for /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-pap&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Apr 2002 13:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699164#M57448</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-08T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699165#M57449</link>
      <description>Hi Nuwendam&lt;BR /&gt;&lt;BR /&gt;1. Do a nslookup for the server name , iot will resolve etiher using DNS or /etc/hosts , most likely in you case it is the /etc/hosts .&lt;BR /&gt;&lt;BR /&gt;2. In case you have /etc/resolv.conf please add the following :&lt;BR /&gt;&lt;BR /&gt;nameserver &amp;lt; IP ADRESSS for the DNS&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Now check by nslookup localhost name , &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You should be good to go as you can already ping it .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 08 Apr 2002 13:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699165#M57449</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-08T13:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699166#M57450</link>
      <description>nslookup resulkts :&lt;BR /&gt;&lt;BR /&gt;Script started on Mon Apr  8 14:59:30 2002&lt;BR /&gt;root@messira:/tmp # nslookup $(/usr/bin/hostname)&lt;BR /&gt;*** Warning - the local domain is not set. &lt;BR /&gt;*** Either hostname should be a domain name,&lt;BR /&gt;*** the domain should be specified in /etc/resolv.conf,&lt;BR /&gt;*** or the shell variable LOCALDOMAIN should be set.&lt;BR /&gt;&lt;BR /&gt;Name Server:  ns-cache0.oleane.net&lt;BR /&gt;Address:  194.2.0.20&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Trying NIS&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    messira&lt;BR /&gt;Address:  192.168.200.42&lt;BR /&gt;Aliases:  messira.corobor.com&lt;BR /&gt;&lt;BR /&gt;root@messira:/tmp # exit&lt;BR /&gt;&lt;BR /&gt;script done on Mon Apr  8 14:59:53 2002&lt;BR /&gt;&lt;BR /&gt;something is wrong ?</description>
      <pubDate>Mon, 08 Apr 2002 13:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699166#M57450</guid>
      <dc:creator>nuwendam</dc:creator>
      <dc:date>2002-04-08T13:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699167#M57451</link>
      <description>/etc/resolv.conf contains:&lt;BR /&gt;nameserver 194.2.0.20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf : does not exist&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 08 Apr 2002 14:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699167#M57451</guid>
      <dc:creator>nuwendam</dc:creator>
      <dc:date>2002-04-08T14:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699168#M57452</link>
      <description>If the DNS Server is a UNIX System, have you checked that 'named' is running on it?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Mon, 08 Apr 2002 14:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699168#M57452</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-04-08T14:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699169#M57453</link>
      <description>Your domainname is not set.&lt;BR /&gt;edit /etc/resolv.conf file. It sould look like this&lt;BR /&gt;&lt;BR /&gt;domain your_domainname.com&lt;BR /&gt;nameserver ip_of_dns_server&lt;BR /&gt;nameserver ip_of_dns_server2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Mon, 08 Apr 2002 14:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699169#M57453</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-04-08T14:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699170#M57454</link>
      <description>I set domain name to &lt;BR /&gt;corobor.com&lt;BR /&gt;&lt;BR /&gt;I set the default domain name to &lt;BR /&gt;corobor.com&lt;BR /&gt;&lt;BR /&gt;/etc/resolv.conf contains&lt;BR /&gt;&lt;BR /&gt;domain corobor.com&lt;BR /&gt;nameserver 194.2.0.20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I still got error message when invoking compiler (aCC or cc)&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 08 Apr 2002 14:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699170#M57454</guid>
      <dc:creator>nuwendam</dc:creator>
      <dc:date>2002-04-08T14:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: DNS side effects</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699171#M57455</link>
      <description>create nsswitch.conf with something like&lt;BR /&gt;&lt;BR /&gt;hosts:  files [conditions...] NIS ... DNS&lt;BR /&gt;&lt;BR /&gt;(man nsswitch.conf for details on syntax)&lt;BR /&gt;&lt;BR /&gt;I didn't know it was possible to run without one....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Apr 2002 17:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-side-effects/m-p/2699171#M57455</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-04-08T17:46:43Z</dc:date>
    </item>
  </channel>
</rss>

