<?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: fully qualified name in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527389#M367758</link>
    <description>&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
    <pubDate>Wed, 04 Nov 2009 15:54:42 GMT</pubDate>
    <dc:creator>Tor-Arne Nostdal</dc:creator>
    <dc:date>2009-11-04T15:54:42Z</dc:date>
    <item>
      <title>fully qualified name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527383#M367752</link>
      <description>Hi All!&lt;BR /&gt;&lt;BR /&gt;I have an intergrity server with hp-ux 11.23. In the /etc/hosts file i have hammer.mog.gov.gh as the fully qualified name for the server.&lt;BR /&gt;&lt;BR /&gt;When i do "ping hammer" i get a good response. But when i do "ping hammer.mof.gov.gh" it tells me the hosts is unknown.&lt;BR /&gt;&lt;BR /&gt;Can someone help me.</description>
      <pubDate>Wed, 04 Nov 2009 11:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527383#M367752</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2009-11-04T11:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: fully qualified name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527384#M367753</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is it a typo?&lt;BR /&gt;/etc/hosts/hammer.mog.gov.gh &lt;BR /&gt;&lt;BR /&gt;Ping hammer.mof.gov.gh&lt;BR /&gt;&lt;BR /&gt;mof of mog?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Roland</description>
      <pubDate>Wed, 04 Nov 2009 11:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527384#M367753</guid>
      <dc:creator>Roland van Lochem</dc:creator>
      <dc:date>2009-11-04T11:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: fully qualified name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527385#M367754</link>
      <description>Do you resolve addresses from hosts file first, or do you try to resolve from DNS server first?&lt;BR /&gt;&lt;BR /&gt;Check out your nsswitch.conf and resolv.conf&lt;BR /&gt;&lt;BR /&gt;/2r</description>
      <pubDate>Wed, 04 Nov 2009 11:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527385#M367754</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2009-11-04T11:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: fully qualified name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527386#M367755</link>
      <description>In your /etc/nsswitch.conf you might have a default setting for dns lookup first, like this:&lt;BR /&gt;hosts:        dns [NOTFOUND=return] nis [NOTFOUND=return] files&lt;BR /&gt;First dns, then nis, and at last files (eg. /etc/hosts)&lt;BR /&gt;&lt;BR /&gt;If so, I assume this would be more correct for you:&lt;BR /&gt;hosts:        files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 11:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527386#M367755</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2009-11-04T11:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: fully qualified name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527387#M367756</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[ns]:# ping &lt;A href="http://www.mof.gov.gh" target="_blank"&gt;www.mof.gov.gh&lt;/A&gt;&lt;BR /&gt;PING mof.gov.gh (196.29.238.1) 56(84) bytes of data.&lt;BR /&gt;64 bytes from knet-196-29-238-1.elifegh.net (196.29.238.1): icmp_seq=1 ttl=49 time=178 ms&lt;BR /&gt;64 bytes from knet-196-29-238-1.elifegh.net (196.29.238.1): icmp_seq=2 ttl=50 time=176 ms&lt;BR /&gt;64 bytes from knet-196-29-238-1.elifegh.net (196.29.238.1): icmp_seq=3 ttl=51 time=176 ms&lt;BR /&gt;64 bytes from knet-196-29-238-1.elifegh.net (196.29.238.1): icmp_seq=4 ttl=51 time=175 ms&lt;BR /&gt;&lt;BR /&gt;--- mof.gov.gh ping statistics ---&lt;BR /&gt;4 packets transmitted, 4 received, 0% packet loss, time 2998ms&lt;BR /&gt;rtt min/avg/max/mdev = 175.405/176.664/178.256/1.079 ms&lt;BR /&gt;[ns]:# ping hammer.mof.gov.gh&lt;BR /&gt;ping: unknown host hammer.mof.gov.gh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are the owner of the subdomain &lt;BR /&gt;&lt;BR /&gt;mof.gov.gh&lt;BR /&gt;&lt;BR /&gt;then you should update the corresponding zone of your DNS in order to let others know that you have a fully qualified name.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you will only be able to resolve locally the full name by adding this line to /etc/hosts:&lt;BR /&gt;&lt;BR /&gt;hammer.mof.gov.gh 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;Modify the line to use your real IP address.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Horia.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 11:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527387#M367756</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2009-11-04T11:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: fully qualified name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527388#M367757</link>
      <description>From your profile:&lt;BR /&gt;I have assigned points to   0  of   46  responses to my questions</description>
      <pubDate>Wed, 04 Nov 2009 14:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527388#M367757</guid>
      <dc:creator>Roland van Lochem</dc:creator>
      <dc:date>2009-11-04T14:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: fully qualified name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527389#M367758</link>
      <description>&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Wed, 04 Nov 2009 15:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527389#M367758</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2009-11-04T15:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: fully qualified name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527390#M367759</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  lot of confusion between mog and mof. so, if you doing typo (either at command line or at /etc/hosts), then i hope you got it right now. &lt;BR /&gt;&lt;BR /&gt;Else, check your /etc/nsswitch.conf that how is your hostname is getting resolved and change it to files (if you want to resolve it by /etc/hosts).</description>
      <pubDate>Wed, 04 Nov 2009 17:46:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-qualified-name/m-p/4527390#M367759</guid>
      <dc:creator>Vishu</dc:creator>
      <dc:date>2009-11-04T17:46:06Z</dc:date>
    </item>
  </channel>
</rss>

