<?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 remove syslog.log and xferlog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475128#M846579</link>
    <description>My /var fileystem is almost full on an n4000 and the syslog.log &amp;amp; xferlog are &amp;gt;100mb - how can I safely remove these files ?&lt;BR /&gt;&lt;BR /&gt;Thanks :)&lt;BR /&gt;emma</description>
    <pubDate>Mon, 31 Jan 2005 16:20:43 GMT</pubDate>
    <dc:creator>Emma_8</dc:creator>
    <dc:date>2005-01-31T16:20:43Z</dc:date>
    <item>
      <title>remove syslog.log and xferlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475128#M846579</link>
      <description>My /var fileystem is almost full on an n4000 and the syslog.log &amp;amp; xferlog are &amp;gt;100mb - how can I safely remove these files ?&lt;BR /&gt;&lt;BR /&gt;Thanks :)&lt;BR /&gt;emma</description>
      <pubDate>Mon, 31 Jan 2005 16:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475128#M846579</guid>
      <dc:creator>Emma_8</dc:creator>
      <dc:date>2005-01-31T16:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: remove syslog.log and xferlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475129#M846580</link>
      <description>I have a script that does the following once a week:&lt;BR /&gt;&lt;BR /&gt;# always nice to have a copy&lt;BR /&gt;cp /var/adm/syslog/syslog.log /tmp&lt;BR /&gt;&amp;gt; /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;That starts it fresh at zero bytes.&lt;BR /&gt;&lt;BR /&gt;Sam routine tasks can trim log files for you as well.&lt;BR /&gt;&lt;BR /&gt;So don't remove them, they need to be there. Note that my /tmp filesystem is cleared daily by a cron script. I just like having the thing there for a few days before it disappears, case I need to look at it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 31 Jan 2005 16:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475129#M846580</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-31T16:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: remove syslog.log and xferlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475130#M846581</link>
      <description>You shouldn't remove these files but you can trim those files, through sam by selecting routine tasks, select system log files, highlight syslog and tab to action and trim this file, but you might want to read through and make sure its not logging excessive errors.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jan 2005 16:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475130#M846581</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2005-01-31T16:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: remove syslog.log and xferlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475131#M846582</link>
      <description>Hi folks&lt;BR /&gt;&lt;BR /&gt;Thanks for both your responses.  I used in the trim thro sam this time and in future I will setup the recommended 'script' in cron.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;Emma</description>
      <pubDate>Mon, 31 Jan 2005 17:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475131#M846582</guid>
      <dc:creator>Emma_8</dc:creator>
      <dc:date>2005-01-31T17:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: remove syslog.log and xferlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475132#M846583</link>
      <description>If your /var is full usually syslog isnt the culprit. If syslog would only be filling it up if you have some hardware issue... &lt;BR /&gt;&lt;BR /&gt;If you havent yet, I would run cleanup which will help you greatly...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#cleanup -p -c 2 &lt;BR /&gt;&lt;BR /&gt;This will show in preview mode what patches are superceeded 2x... then remove the -p and run it and say yes to the prompt.&lt;BR /&gt;&lt;BR /&gt;You can safely committ patches that have been superceeded 2x... this will remove any patches 2x or 3x or more superceeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As a side note, if you ever need to remove them in the future...(most likely never) restore from backup and then swremove.</description>
      <pubDate>Mon, 31 Jan 2005 17:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-syslog-log-and-xferlog/m-p/3475132#M846583</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2005-01-31T17:17:21Z</dc:date>
    </item>
  </channel>
</rss>

