<?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: Problem With Hostname Resolving in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032184#M89474</link>
    <description>hey&lt;BR /&gt;by any chance was the domainname altered by command name.&lt;BR /&gt;&lt;BR /&gt;and hence ping was not working.&lt;BR /&gt;&lt;BR /&gt;once u rebooted, the domain name was set properly and worked?&lt;BR /&gt;&lt;BR /&gt;just a thought.&lt;BR /&gt;-balaji</description>
    <pubDate>Thu, 24 Jul 2003 13:50:20 GMT</pubDate>
    <dc:creator>Balaji N</dc:creator>
    <dc:date>2003-07-24T13:50:20Z</dc:date>
    <item>
      <title>Problem With Hostname Resolving</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032176#M89466</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have posted this also at,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xde2b169fe7a43a40a81e8d2347320349,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xde2b169fe7a43a40a81e8d2347320349,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;We have a linux machine with proper network configuration. nslookup is working ok when you try to resolve other hostnames. But ping fails unless otherwise you give a FQDN. &lt;BR /&gt;&lt;BR /&gt;i.e &lt;BR /&gt;&lt;BR /&gt;ping node1 - fails &lt;BR /&gt;ping node1.domain.com - passes &lt;BR /&gt;&lt;BR /&gt;What could be the reason. Problem is not only with the ping but due to this automounting of shares also fails. Extract from messages file, &lt;BR /&gt;&lt;BR /&gt;----------------------------------------------- &lt;BR /&gt;[root@linux-pc /etc]# more /var/log/messages &lt;BR /&gt;Jul 20 04:25:17 linux-pc syslogd 1.4-0: restart. &lt;BR /&gt;Jul 20 04:24:55 linux-pc nis_cachemgr[571]: Could not lookup cbin.eng.: NIS+ servers unreachable &lt;BR /&gt;Jul 20 04:25:54 linux-pc last message repeated 6 times &lt;BR /&gt;Jul 20 04:25:55 linux-pc automount[691]: attempting to mount entry /auto/ecs &lt;BR /&gt;Jul 20 04:26:04 linux-pc nis_cachemgr[571]: Could not lookup cbin.eng.: NIS+ servers unreachable &lt;BR /&gt;Jul 20 04:26:05 linux-pc automount[9274]: mount(nfs): entry ecs: host coffee: lookup failure &lt;BR /&gt;Jul 20 04:26:14 linux-pc nis_cachemgr[571]: Could not lookup cbin.eng.: NIS+ servers unreachable &lt;BR /&gt;&lt;BR /&gt;----------------------------------------------- &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Though it says NIS server is not reachable I am able to resolve other tables like passwd, group. DNS is used for hosts. /etc/resolv.conf and /etc/nsswitch.conf are just fine. &lt;BR /&gt;&lt;BR /&gt;Pl. help &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Karthik S S</description>
      <pubDate>Thu, 24 Jul 2003 08:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032176#M89466</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-07-24T08:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Hostname Resolving</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032177#M89467</link>
      <description>Karthik,&lt;BR /&gt;&lt;BR /&gt;What do your /etc/resolv.conf and /etc/nsswitch.conf files look like?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 09:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032177#M89467</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-24T09:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Hostname Resolving</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032178#M89468</link>
      <description>Pete,&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;search domain.com&lt;BR /&gt;nameserver x.x.x.x&lt;BR /&gt;domain domain.com&lt;BR /&gt;&lt;BR /&gt;The point here is Nslookup just works fine even without FQDN&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;hosts: files dns&lt;BR /&gt;&lt;BR /&gt;all other services are configured for "files nisplus"&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Karthik&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 09:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032178#M89468</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-07-24T09:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Hostname Resolving</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032179#M89469</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;It may sound funny ... but it is working now after a reboot :-))&lt;BR /&gt;(It was not a so critical system ... so I could afford rebooting it)&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Thu, 24 Jul 2003 09:11:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032179#M89469</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-07-24T09:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Hostname Resolving</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032180#M89470</link>
      <description>But I have another question 4 u .. :-)&lt;BR /&gt;&lt;BR /&gt;I was wondering if there is any command to find out the replication status between a Master NIS+ and a Replicated NIS+ Server.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik S S</description>
      <pubDate>Thu, 24 Jul 2003 09:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032180#M89470</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-07-24T09:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Hostname Resolving</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032181#M89471</link>
      <description>Karthik,&lt;BR /&gt;&lt;BR /&gt;Sorry, I don't do NIS.  We tried it years ago and found it to be more trouble than it was worth.&lt;BR /&gt;&lt;BR /&gt;I hope things continue to work now that you've re-booted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 09:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032181#M89471</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-24T09:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Hostname Resolving</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032182#M89472</link>
      <description>Check the man pages on the yp commands.&lt;BR /&gt;&lt;BR /&gt;Most of the important stuff is there on HP-UX.  I'll check a book and get back to you with specifics when I get to the office.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 24 Jul 2003 11:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032182#M89472</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-24T11:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Hostname Resolving</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032183#M89473</link>
      <description>Hi Stevan,&lt;BR /&gt;&lt;BR /&gt;"nisping -u" does something similar but only shows the last update time.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Karthik S S</description>
      <pubDate>Thu, 24 Jul 2003 11:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032183#M89473</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-07-24T11:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Hostname Resolving</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032184#M89474</link>
      <description>hey&lt;BR /&gt;by any chance was the domainname altered by command name.&lt;BR /&gt;&lt;BR /&gt;and hence ping was not working.&lt;BR /&gt;&lt;BR /&gt;once u rebooted, the domain name was set properly and worked?&lt;BR /&gt;&lt;BR /&gt;just a thought.&lt;BR /&gt;-balaji</description>
      <pubDate>Thu, 24 Jul 2003 13:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032184#M89474</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-24T13:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Hostname Resolving</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032185#M89475</link>
      <description>No domain name is set properly. Also "search domain.name" is defined in /etc/resolv.conf.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Karthik S S</description>
      <pubDate>Fri, 25 Jul 2003 03:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hostname-resolving/m-p/3032185#M89475</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-07-25T03:21:29Z</dc:date>
    </item>
  </channel>
</rss>

