<?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: Removing raw logfiles in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044996#M135153</link>
    <description>sure, just not the current one, raw.cur. You just won't be able to look at any errors you may have had previously, which may not be a big concern.</description>
    <pubDate>Fri, 08 Aug 2003 12:20:03 GMT</pubDate>
    <dc:creator>Kevin Wright</dc:creator>
    <dc:date>2003-08-08T12:20:03Z</dc:date>
    <item>
      <title>Removing raw logfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044993#M135150</link>
      <description>I have a lot of /var/stm/logs/os/logx.raw files.  Can I simply 'rm' the ones I don't need, or do I have to use a special delete utility/procedure?</description>
      <pubDate>Fri, 08 Aug 2003 11:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044993#M135150</guid>
      <dc:creator>Ed Hon</dc:creator>
      <dc:date>2003-08-08T11:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Removing raw logfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044994#M135151</link>
      <description>Just a stab....&lt;BR /&gt;&lt;BR /&gt;Changing the size to '0' might be better/safer.&lt;BR /&gt;&lt;BR /&gt;echo &amp;gt; &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe they can be removed, but this is safer IMHO.&lt;BR /&gt;&lt;BR /&gt;Rob&lt;/FILENAME&gt;</description>
      <pubDate>Fri, 08 Aug 2003 12:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044994#M135151</guid>
      <dc:creator>Rob_132</dc:creator>
      <dc:date>2003-08-08T12:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Removing raw logfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044995#M135152</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;You should NOT remove /var/stm/logs/os/logx.raw.cur, as well as memlog and ccbootlog&lt;BR /&gt;&lt;BR /&gt;Elena.</description>
      <pubDate>Fri, 08 Aug 2003 12:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044995#M135152</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-08-08T12:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Removing raw logfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044996#M135153</link>
      <description>sure, just not the current one, raw.cur. You just won't be able to look at any errors you may have had previously, which may not be a big concern.</description>
      <pubDate>Fri, 08 Aug 2003 12:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044996#M135153</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-08-08T12:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Removing raw logfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044997#M135154</link>
      <description>I am not sure of these logs but the way I do log administration is I rotate them. The current ones (which are OPEN) needs special care to trim down...&lt;BR /&gt;&lt;BR /&gt;- first do a fuser on the current log file(s)&lt;BR /&gt;- if its hot (meaning hooked by a process), do not just delete the file(s), instead copy it to a temp location. Then to trim the current file do a cp /dev/null verbiglog.log.&lt;BR /&gt;&lt;BR /&gt;Do not ever remove an active log file (sp. those very large ones). Zero/trim them down using the /dev/null technique.. On Solaris and Linux, sometimes the Filesystem would not free up space after deleting an active large file...&lt;BR /&gt;probably same with HPUX...&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Aug 2003 12:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044997#M135154</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-08-08T12:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Removing raw logfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044998#M135155</link>
      <description>Ed,&lt;BR /&gt;&lt;BR /&gt;Is /var getting full ??&lt;BR /&gt;&lt;BR /&gt;check with the command cleanup if you can remove superseeded patches.&lt;BR /&gt;&lt;BR /&gt;# cleanup -c 2 -p (preserve)&lt;BR /&gt;# cleanup -c 2&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Fri, 08 Aug 2003 12:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044998#M135155</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-08-08T12:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Removing raw logfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044999#M135156</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe3720ea029a2d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe3720ea029a2d711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Fri, 08 Aug 2003 12:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-raw-logfiles/m-p/3044999#M135156</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2003-08-08T12:28:52Z</dc:date>
    </item>
  </channel>
</rss>

