<?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: find / command hang in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105402#M689397</link>
    <description>Steven,&lt;BR /&gt;&lt;BR /&gt;I am one switch away from this server.  Another session means ssh. A couple days ago, I actually connected the network cable directly from the server (gigabit lan0) to my laptop (also gigabit) and the find command still hanged.&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Apr 2008 17:14:34 GMT</pubDate>
    <dc:creator>jasonK_1</dc:creator>
    <dc:date>2008-04-24T17:14:34Z</dc:date>
    <item>
      <title>find / command hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105399#M689394</link>
      <description>I just got a new server, rp3410 (HPUX 11.31). Sometime when I run whereis command, it hangs so I open another session to run a "find " command.   It's also hangs, runs, then hang, then runs... until it finished.  Then I open another session  to run top and it also hangs.  Then all of suddenly the three commands return.  The system is under zero load.  Disks are not bad because I did a dd test on them.  The system doesn't have any NFS.</description>
      <pubDate>Thu, 24 Apr 2008 16:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105399#M689394</guid>
      <dc:creator>jasonK_1</dc:creator>
      <dc:date>2008-04-24T16:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: find / command hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105400#M689395</link>
      <description>Performing a 'find' from the root directory ('/') is brutal. You should attempt to divide-and-conquer. If you know, for instance that what you are looking for resides in '/usr' or '/opt' you could do:&lt;BR /&gt;&lt;BR /&gt;# find /usr /opt -type f -name ...&lt;BR /&gt;&lt;BR /&gt;If you believe that what you want is in the root filesystem and *don't* want to visit mountpoints, do:&lt;BR /&gt;&lt;BR /&gt;# find / -xdev -type f -name ...&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2008 17:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105400#M689395</guid>
      <dc:creator>Adam Winebaugh</dc:creator>
      <dc:date>2008-04-24T17:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: find / command hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105401#M689396</link>
      <description>Where are you sitting when you do all this?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I open another session [...]&lt;BR /&gt;&lt;BR /&gt;Session?  How?  From what?&lt;BR /&gt;&lt;BR /&gt;How much network hardware is between you and&lt;BR /&gt;the new server?  (And how much of it works&lt;BR /&gt;properly?)</description>
      <pubDate>Thu, 24 Apr 2008 17:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105401#M689396</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-24T17:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: find / command hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105402#M689397</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;I am one switch away from this server.  Another session means ssh. A couple days ago, I actually connected the network cable directly from the server (gigabit lan0) to my laptop (also gigabit) and the find command still hanged.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2008 17:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105402#M689397</guid>
      <dc:creator>jasonK_1</dc:creator>
      <dc:date>2008-04-24T17:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: find / command hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105403#M689398</link>
      <description>Is this server has NFS filesystems. Sometime because of NFS filesystems, some basic commands hang. when commands hang pls. check NFS filesystems status.</description>
      <pubDate>Thu, 24 Apr 2008 17:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105403#M689398</guid>
      <dc:creator>john D_3</dc:creator>
      <dc:date>2008-04-24T17:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: find / command hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105404#M689399</link>
      <description>This is just a shot in the dark but anytime I hear idle system performance issues I ask...&lt;BR /&gt;&lt;BR /&gt;What is your file buffer cache set to ?  The default ?  &lt;BR /&gt;&lt;BR /&gt;kctune|grep filecache_max &lt;BR /&gt;&lt;BR /&gt;A good number is around 500-600MB not 50% of physical RAM.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2008 19:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105404#M689399</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-04-24T19:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: find / command hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105405#M689400</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;That seems to solve the problem.  I am quite happy but not celebrating cause I need to make sure the problem actually go away. I'll assign point when I close this thread.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jason</description>
      <pubDate>Fri, 25 Apr 2008 15:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105405#M689400</guid>
      <dc:creator>jasonK_1</dc:creator>
      <dc:date>2008-04-25T15:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: find / command hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105406#M689401</link>
      <description>Sweet !!&lt;BR /&gt;&lt;BR /&gt;That darn default buffer cache setting has been at 50% of RAM and causing problems since HPUX 10.20 was released.&lt;BR /&gt;&lt;BR /&gt;Maybe some day.  I would have thunk that when the HPUX gods changed the name of the kernel parameter that they would have gotten rid of that "stupid" ( yes I said it ) default of 50%.&lt;BR /&gt;&lt;BR /&gt;Think of it this way.  Let me queue up 1GB, 2GB 10GB of data in RAM then force the flush to disk a couple seconds later.&lt;BR /&gt;&lt;BR /&gt;Unless you are using the server for some static file intensive processing. Keep it low (based on situation).  Buffer caches were to be a benefit not a hinderance. ( I also experienced this in Windows and MAC world, IE, Safari, Firefox ) with increasing physical RAM sizes buffering and managing itself has become self defeating.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2008 17:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105406#M689401</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-04-25T17:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: find / command hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105407#M689402</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Reducing the filecache_max to a lower number solves the problem&lt;BR /&gt;&lt;BR /&gt;Thanks everyone&lt;BR /&gt;Jason&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2008 22:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command-hang/m-p/5105407#M689402</guid>
      <dc:creator>jasonK_1</dc:creator>
      <dc:date>2008-04-30T22:59:42Z</dc:date>
    </item>
  </channel>
</rss>

