<?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: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491564#M19583</link>
    <description>...oops take out that -name&lt;BR /&gt;&lt;BR /&gt;sorry,&lt;BR /&gt;/rcw</description>
    <pubDate>Thu, 08 Feb 2001 20:34:14 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2001-02-08T20:34:14Z</dc:date>
    <item>
      <title>Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491561#M19580</link>
      <description>I've got over 900 files accumulated in /var/opt/hparray/log over the last two years.   How do I read them and can they be deleted?&lt;BR /&gt;&lt;BR /&gt;Thanks...</description>
      <pubDate>Thu, 08 Feb 2001 19:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491561#M19580</guid>
      <dc:creator>Jack C. Mahaffey</dc:creator>
      <dc:date>2001-02-08T19:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491562#M19581</link>
      <description>You can get rid of most of the old files using a &lt;BR /&gt;find ./ -mtime +30 -exec rm {} \;&lt;BR /&gt;command . this will just keep one month old files in the directory if you ever need them . Other option is just back them off to a tape using tar and then remove from the directory.</description>
      <pubDate>Thu, 08 Feb 2001 20:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491562#M19581</guid>
      <dc:creator>Jitendra_1</dc:creator>
      <dc:date>2001-02-08T20:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491563#M19582</link>
      <description>Log files are created so you can go back and read what's been happening and determine what you need to do (if anything). If your files are over 2 years old...I doubt you need them.  To remove the older ones you could try something like this:&lt;BR /&gt;find /var/opt/hparray/log -name -type f -mtime +15 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;Here's a thread that explains what these files are:&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=16897a7e0a09e1c8e2/screen=ckiDisplayDocument?docId=200000048194481" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=16897a7e0a09e1c8e2/screen=ckiDisplayDocument?docId=200000048194481&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;/rcw&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2001 20:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491563#M19582</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-02-08T20:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491564#M19583</link>
      <description>...oops take out that -name&lt;BR /&gt;&lt;BR /&gt;sorry,&lt;BR /&gt;/rcw</description>
      <pubDate>Thu, 08 Feb 2001 20:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491564#M19583</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-02-08T20:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491565#M19584</link>
      <description>I addressed this issue with the response center and was told that it not advisable to remove subsets of the log files since they are tracked in the LOGCATLG file.  HP sent this procedure for removeing hparray log files.&lt;BR /&gt;&lt;BR /&gt;1. /sbin/init.d/hparray stop&lt;BR /&gt;&lt;BR /&gt;2. mv /var/opt/hparray/log/* /tmp&lt;BR /&gt;&lt;BR /&gt;3. touch /var/opt/hparray/log/LOGCATLG&lt;BR /&gt;&lt;BR /&gt;4. /sbin/init.d/hparray start&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2001 15:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491565#M19584</guid>
      <dc:creator>Philip P. Hartl</dc:creator>
      <dc:date>2001-02-09T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491566#M19585</link>
      <description>Thanks to all.  I've adopted the approach of running /sbin/init.d/hparray stop, then deleteing the files, recreating the catalog and then restarting the daemon.  I was worried about the affect of stopping the daemon.  But it's apparently ok.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks...</description>
      <pubDate>Fri, 09 Feb 2001 15:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491566#M19585</guid>
      <dc:creator>Jack C. Mahaffey</dc:creator>
      <dc:date>2001-02-09T15:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491567#M19586</link>
      <description>I used this procedure but had one problem.  I was under the impression that I did not have to remove all files so I kept one year's woth.  I assumed that after I clear the catalog file that restarting the daemon would recreate the catalog with entries for the log files that are still present in the log directory.  When I run logprint I only the current date and time even though I have a years worth of logs files physically residing the log directory.  Is my assumption wrong?  Thnx</description>
      <pubDate>Fri, 21 Feb 2003 15:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491567#M19586</guid>
      <dc:creator>Tracey Hammer</dc:creator>
      <dc:date>2003-02-21T15:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491568#M19587</link>
      <description>Tracey,&lt;BR /&gt;&lt;BR /&gt;better to open a new call and add the weblink to the call.&lt;BR /&gt;&lt;BR /&gt;Robert-jan.</description>
      <pubDate>Fri, 21 Feb 2003 16:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/numerous-log-files-in-var-opt-hparray-log-how-do-i-read-and-can/m-p/2491568#M19587</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-02-21T16:57:44Z</dc:date>
    </item>
  </channel>
</rss>

