<?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: Problems with find command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-find-command/m-p/4365098#M668449</link>
    <description>Does your old D class run the same hpux version.&lt;BR /&gt;&lt;BR /&gt;the command you run is very intensive, searching from root.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there were some inconsistencies with the find command, please check this patch PHCO_36666,worth updating if not present already.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Feb 2009 11:22:29 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2009-02-24T11:22:29Z</dc:date>
    <item>
      <title>Problems with find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-find-command/m-p/4365095#M668446</link>
      <description>Experiencing some strange behaviour when running find commands on an RX2660, HP-UX 11.31&lt;BR /&gt;&lt;BR /&gt;As soon as the find command is initiated, e.g. 'find / -name cache.cpf'&lt;BR /&gt;&lt;BR /&gt;there is what seems like a massive perfomance hit. Any new logons just hang around, and won't respond until the find command is killed off, which in itself takes some time.&lt;BR /&gt;&lt;BR /&gt;We don't have this problem on our old D-class servers, so I'm surprised that there appears to be a problem on the newer hardware.&lt;BR /&gt;&lt;BR /&gt;Is there a known problem with this command?</description>
      <pubDate>Tue, 24 Feb 2009 10:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-find-command/m-p/4365095#M668446</guid>
      <dc:creator>welshowen</dc:creator>
      <dc:date>2009-02-24T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-find-command/m-p/4365096#M668447</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is there a known problem with this command?&lt;BR /&gt;&lt;BR /&gt;Well, yes, insofar as you are causing 'find' to search _every_ directory on your server.  If you have a large number of directories and files therein then this is going to take quite a while.  You should restrict your search to one or more "logical" places; for instance:&lt;BR /&gt;&lt;BR /&gt;# find /opt /cachedb -xdev -type f -name cache.cpf&lt;BR /&gt;&lt;BR /&gt;The addition of '-xdev' prevents crossing mountpoints and '-f' limits matches to files.&lt;BR /&gt;&lt;BR /&gt;If you have a DVD or CD mounted or an NFS mount you may also see slower response.  Another way to eliminate searching these mountpoints is to limit 'find()' to a specific filesystem type, for example:&lt;BR /&gt;&lt;BR /&gt;# find /opt /cachedb -fsonly JFS ...&lt;BR /&gt;&lt;BR /&gt;See the 'find' manpages for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 11:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-find-command/m-p/4365096#M668447</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-24T11:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-find-command/m-p/4365097#M668448</link>
      <description>I appreciate it's not the most efficient way to run the command, searching root, but as I mentioned, it's never had this sort of impact before.&lt;BR /&gt;&lt;BR /&gt;Will take your advice on board though, thanks.</description>
      <pubDate>Tue, 24 Feb 2009 11:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-find-command/m-p/4365097#M668448</guid>
      <dc:creator>welshowen</dc:creator>
      <dc:date>2009-02-24T11:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-find-command/m-p/4365098#M668449</link>
      <description>Does your old D class run the same hpux version.&lt;BR /&gt;&lt;BR /&gt;the command you run is very intensive, searching from root.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there were some inconsistencies with the find command, please check this patch PHCO_36666,worth updating if not present already.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 11:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-find-command/m-p/4365098#M668449</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-02-24T11:22:29Z</dc:date>
    </item>
  </channel>
</rss>

