<?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: slow response in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415688#M764572</link>
    <description>Ishmael,&lt;BR /&gt;  Like Paul I first thought your problem was a name resolution issue.  If &lt;BR /&gt;nslookup really does go straight to /etc/hosts (No attempt to resolve through &lt;BR /&gt;DNS or NIS) then that should not be the case.  sar -u 4 10 will give you a &lt;BR /&gt;quick look at PU stats.  If the idle time is not consistently 0, then you are &lt;BR /&gt;not cpu bound.  If pinging another IP (not hostname) shows large values for &lt;BR /&gt;time, then you have a network slowdown issue (though it may still be local to &lt;BR /&gt;the box -- several things can interfere with network transmission rates).  If &lt;BR /&gt;response is slow but the time values are low, then it points to local process &lt;BR /&gt;binding.  It is difficult to get into much more detial without having more &lt;BR /&gt;details.  Feel free to email me if you want to explore the matter more deeply</description>
    <pubDate>Wed, 27 Oct 1999 07:48:41 GMT</pubDate>
    <dc:creator>Alan Riggs_1</dc:creator>
    <dc:date>1999-10-27T07:48:41Z</dc:date>
    <item>
      <title>slow response</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415684#M764568</link>
      <description>I have recently installed HP-UX 10.20 on a D200 with 128MB of RAM and 2x4Gb &lt;BR /&gt;disks. It has June '99 Patches and it is running UNIVERSE. All the recommended &lt;BR /&gt;parameters for Univers have been configured. The problem is the system is very &lt;BR /&gt;very very slow. &lt;BR /&gt;When I login, telnet to it, ping or run a command it takes almost forverer to &lt;BR /&gt;to give me the prompt/response.&lt;BR /&gt;&lt;BR /&gt;What are the potential problem areas here? How can I resolve this? Any &lt;BR /&gt;suggestions out there? [Please feel free to give examples]&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Ishmael</description>
      <pubDate>Tue, 26 Oct 1999 07:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415684#M764568</guid>
      <dc:creator>Ishmael Lesolame_1</dc:creator>
      <dc:date>1999-10-26T07:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: slow response</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415685#M764569</link>
      <description>Do a top to see what process is eating up CPU or if you have GLANCE, check your &lt;BR /&gt;IO's.</description>
      <pubDate>Tue, 26 Oct 1999 11:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415685#M764569</guid>
      <dc:creator>Bruce Baillie_1</dc:creator>
      <dc:date>1999-10-26T11:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: slow response</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415686#M764570</link>
      <description>This sounds to me like a name resolution problem.&lt;BR /&gt;&lt;BR /&gt;When you telnet to a unix machine before the login prompt is displayed it does &lt;BR /&gt;a gethostbyaddr on you ip address hoping to get your hostname.&lt;BR /&gt;&lt;BR /&gt;Try logging into the D-Class and running &lt;BR /&gt;nslookup &lt;REMOTE_CLIENT&gt;. Is this slow? It should be instant.&lt;BR /&gt;&lt;BR /&gt;Check /etc/nsswitch.conf --- man switch gives explanation of syntax. The other &lt;BR /&gt;file is /etc/resolv.conf used when resolving hostnames using DNS. Try pinging &lt;BR /&gt;the nameserver listed in /etc/resolv.conf. If this is slow is there a more &lt;BR /&gt;local DNS server that could be used.&lt;BR /&gt;&lt;BR /&gt;Hoepfully some of the above maybe useful&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Paul&lt;/REMOTE_CLIENT&gt;</description>
      <pubDate>Wed, 27 Oct 1999 04:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415686#M764570</guid>
      <dc:creator>Paul Winchcombe_1</dc:creator>
      <dc:date>1999-10-27T04:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: slow response</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415687#M764571</link>
      <description>Paul, we do not have a DNS hence thereis no resolv.conf file it only uses the &lt;BR /&gt;/etc/hosts file. I remember nslookup still slow and returning  /etc/hosts!!&lt;BR /&gt;&lt;BR /&gt;Bruce, I have a demo version of glance that I can use, the trouble is I am not &lt;BR /&gt;yet farmiliar with it, I am still a novice. I wouldn't know how to &lt;BR /&gt;identify/interpret such processes but I think this can be a useful tool.&lt;BR /&gt;&lt;BR /&gt;Guys thanx for your answers though, I will try the top [also shaky here!!] &amp;amp; &lt;BR /&gt;and check nsswitch.</description>
      <pubDate>Wed, 27 Oct 1999 06:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415687#M764571</guid>
      <dc:creator>Ishmael Lesolame_1</dc:creator>
      <dc:date>1999-10-27T06:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: slow response</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415688#M764572</link>
      <description>Ishmael,&lt;BR /&gt;  Like Paul I first thought your problem was a name resolution issue.  If &lt;BR /&gt;nslookup really does go straight to /etc/hosts (No attempt to resolve through &lt;BR /&gt;DNS or NIS) then that should not be the case.  sar -u 4 10 will give you a &lt;BR /&gt;quick look at PU stats.  If the idle time is not consistently 0, then you are &lt;BR /&gt;not cpu bound.  If pinging another IP (not hostname) shows large values for &lt;BR /&gt;time, then you have a network slowdown issue (though it may still be local to &lt;BR /&gt;the box -- several things can interfere with network transmission rates).  If &lt;BR /&gt;response is slow but the time values are low, then it points to local process &lt;BR /&gt;binding.  It is difficult to get into much more detial without having more &lt;BR /&gt;details.  Feel free to email me if you want to explore the matter more deeply</description>
      <pubDate>Wed, 27 Oct 1999 07:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-response/m-p/2415688#M764572</guid>
      <dc:creator>Alan Riggs_1</dc:creator>
      <dc:date>1999-10-27T07:48:41Z</dc:date>
    </item>
  </channel>
</rss>

