<?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: ARMServer logs in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479064#M791</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Below the procedure to cleanup the armserver log files:&lt;BR /&gt;&lt;BR /&gt;1. Stop ARMServer daemon&lt;BR /&gt;    /sbin/init.d/hparray stop&lt;BR /&gt;&lt;BR /&gt;2. Backup /var/opt/hparray/log to tape or another filesystem&lt;BR /&gt;&lt;BR /&gt;3. Remove everything in array log directory&lt;BR /&gt;    cd /var/opt/hparray/log&lt;BR /&gt;    pwd  (to ensure we are in the log directory rm -i *)&lt;BR /&gt; Note: Always exercise caution when using a wildcard with rm. The -i option&lt;BR /&gt;will force you to confirm deletion of each file&lt;BR /&gt;&lt;BR /&gt;4. Create empty catalog file in /var/opt/hparray/log&lt;BR /&gt;    touch LOGCATLG&lt;BR /&gt;&lt;BR /&gt;5. Restart the ARMServer daemon&lt;BR /&gt;    /sbin/init.d/hparray start&lt;BR /&gt;&lt;BR /&gt;NOTE:&lt;BR /&gt;The logs in /var/opt/hparray/log are viewed with /opt/hparray/bin/logprint. You can do 1 of 2 things:&lt;BR /&gt;&lt;BR /&gt;1. View them to see if you have any errors and delete after you don't find any errors.&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;2. Leave a couple of weeks of logs and delete the rest.&lt;BR /&gt;New log file is created every time system is rebooted.&lt;BR /&gt;&lt;BR /&gt;You can view the files with the logprint command, see "man logprint".&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
    <pubDate>Mon, 08 Jan 2001 21:51:27 GMT</pubDate>
    <dc:creator>Darrel Louis</dc:creator>
    <dc:date>2001-01-08T21:51:27Z</dc:date>
    <item>
      <title>ARMServer logs</title>
      <link>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479060#M787</link>
      <description>under /var/opt/hparray/log I have a ton of logs going back quite some time. Is there a way to clean out some of these logs. They are not that huge but do take up some much needed space under /var. Any help would be most appreciated...</description>
      <pubDate>Thu, 04 Jan 2001 16:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479060#M787</guid>
      <dc:creator>Eric Kaiser</dc:creator>
      <dc:date>2001-01-04T16:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: ARMServer logs</title>
      <link>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479061#M788</link>
      <description>Kill ARMServer (NOT kill -9, just kill)&lt;BR /&gt;&lt;BR /&gt;cd /var/opt/hparray/log/&lt;BR /&gt;&lt;BR /&gt;Delete the log files and the LOGCATLG&lt;BR /&gt;&lt;BR /&gt;Touch LOGCATLG&lt;BR /&gt;&lt;BR /&gt;Restart ARMServer&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jan 2001 17:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479061#M788</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-01-04T17:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: ARMServer logs</title>
      <link>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479062#M789</link>
      <description>Great, but 1 question. Kill rather than /sbin/init.d/hparray stop ????</description>
      <pubDate>Thu, 04 Jan 2001 17:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479062#M789</guid>
      <dc:creator>Eric Kaiser</dc:creator>
      <dc:date>2001-01-04T17:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: ARMServer logs</title>
      <link>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479063#M790</link>
      <description>Logs there accumulate continously because there is AutoRAID attached to the system.&lt;BR /&gt;Log file is created at a given interval and is also generated when something wrong happend in AutoRAID.&lt;BR /&gt;The maximum file size is fixed so the new log file will be created if log file exceeds file size limitation.&lt;BR /&gt;Without these files, we can't assure what components of AutoRAID are causing any problems.&lt;BR /&gt;Please keep track of these files if you need more space.&lt;BR /&gt;Be aware that you need to leave the most of the latest logs with the lastest timestamps for troubleshooting.&lt;BR /&gt;One more thing is if you stop "hparray deamon" in /sbin/init.d, These log files will not created any more until daemon is back online.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Sat, 06 Jan 2001 02:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479063#M790</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2001-01-06T02:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: ARMServer logs</title>
      <link>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479064#M791</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Below the procedure to cleanup the armserver log files:&lt;BR /&gt;&lt;BR /&gt;1. Stop ARMServer daemon&lt;BR /&gt;    /sbin/init.d/hparray stop&lt;BR /&gt;&lt;BR /&gt;2. Backup /var/opt/hparray/log to tape or another filesystem&lt;BR /&gt;&lt;BR /&gt;3. Remove everything in array log directory&lt;BR /&gt;    cd /var/opt/hparray/log&lt;BR /&gt;    pwd  (to ensure we are in the log directory rm -i *)&lt;BR /&gt; Note: Always exercise caution when using a wildcard with rm. The -i option&lt;BR /&gt;will force you to confirm deletion of each file&lt;BR /&gt;&lt;BR /&gt;4. Create empty catalog file in /var/opt/hparray/log&lt;BR /&gt;    touch LOGCATLG&lt;BR /&gt;&lt;BR /&gt;5. Restart the ARMServer daemon&lt;BR /&gt;    /sbin/init.d/hparray start&lt;BR /&gt;&lt;BR /&gt;NOTE:&lt;BR /&gt;The logs in /var/opt/hparray/log are viewed with /opt/hparray/bin/logprint. You can do 1 of 2 things:&lt;BR /&gt;&lt;BR /&gt;1. View them to see if you have any errors and delete after you don't find any errors.&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;2. Leave a couple of weeks of logs and delete the rest.&lt;BR /&gt;New log file is created every time system is rebooted.&lt;BR /&gt;&lt;BR /&gt;You can view the files with the logprint command, see "man logprint".&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Mon, 08 Jan 2001 21:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/armserver-logs/m-p/2479064#M791</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2001-01-08T21:51:27Z</dc:date>
    </item>
  </channel>
</rss>

