<?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: how to delete old binary.errlog in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072422#M2364</link>
    <description>Do:&lt;BR /&gt;#  kill  -USR1  `cat /var/run/binlogd.pid`&lt;BR /&gt;Your current file will be renamed to &lt;BR /&gt;/usr/var/cluster/members/{memb}/adm/binlog.saved/binary.errlog.saved&lt;BR /&gt;You may also look at binlogd man pages&lt;BR /&gt;# man binlogd</description>
    <pubDate>Wed, 19 Sep 2007 02:19:27 GMT</pubDate>
    <dc:creator>Vladimir Fabecic</dc:creator>
    <dc:date>2007-09-19T02:19:27Z</dc:date>
    <item>
      <title>how to delete old binary.errlog</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072421#M2363</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have already copy the current binary.errlog and now i want to delete the old one how to do it..&lt;BR /&gt;thank's for your helping me..&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;gimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2007 01:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072421#M2363</guid>
      <dc:creator>how to remove old new b</dc:creator>
      <dc:date>2007-09-19T01:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old binary.errlog</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072422#M2364</link>
      <description>Do:&lt;BR /&gt;#  kill  -USR1  `cat /var/run/binlogd.pid`&lt;BR /&gt;Your current file will be renamed to &lt;BR /&gt;/usr/var/cluster/members/{memb}/adm/binlog.saved/binary.errlog.saved&lt;BR /&gt;You may also look at binlogd man pages&lt;BR /&gt;# man binlogd</description>
      <pubDate>Wed, 19 Sep 2007 02:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072422#M2364</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2007-09-19T02:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old binary.errlog</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072423#M2365</link>
      <description>To automate cleanup approach, become the root user and run the crontab&lt;BR /&gt;command to uncomment the crontab entry:&lt;BR /&gt;&lt;BR /&gt;       #0 2 1 * * kill -USR1 `cat /var/run/binlogd.pid`&lt;BR /&gt;&lt;BR /&gt;The new crontab entry will do the following:&lt;BR /&gt;&lt;BR /&gt;   1) Run at  2:00 AM on the first day of every month&lt;BR /&gt;   2) Automatically rename the current log file to be:&lt;BR /&gt;&lt;BR /&gt;/usr/var/adm/binlog.saved/binary.errlog.saved&lt;BR /&gt;&lt;BR /&gt;   3) Start a new copy of the log file, /usr/adm/binary.errlog.&lt;BR /&gt;&lt;BR /&gt;That the saved log file overwrites the previous version, so you should add a line to crontab to copy the existing saved file if you want to preserve it.&lt;BR /&gt;&lt;BR /&gt;For more details refer man page of binlogd.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2007 23:01:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072423#M2365</guid>
      <dc:creator>Balasubramanian S</dc:creator>
      <dc:date>2007-09-19T23:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old binary.errlog</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072424#M2366</link>
      <description>Ok Thanks all...&lt;BR /&gt;I will try &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Gimo</description>
      <pubDate>Thu, 20 Sep 2007 21:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072424#M2366</guid>
      <dc:creator>how to remove old new b</dc:creator>
      <dc:date>2007-09-20T21:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old binary.errlog</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072425#M2367</link>
      <description>Hello,&lt;BR /&gt;Make sure you say thanks by assigning points as appropriate...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards, Bala S</description>
      <pubDate>Thu, 20 Sep 2007 23:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072425#M2367</guid>
      <dc:creator>Balasubramanian S</dc:creator>
      <dc:date>2007-09-20T23:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old binary.errlog</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072426#M2368</link>
      <description>Dear ,&lt;BR /&gt;&lt;BR /&gt;Please find the procedure to restart the process and create a new binary error log file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Restarting Binary Errlog&lt;BR /&gt;If binary.errlog got corrupted or size becomes too large. &lt;BR /&gt;Tru64 version 4.x&lt;BR /&gt;&lt;BR /&gt;Login to system as Superuser or root&lt;BR /&gt;&lt;BR /&gt;# cd /var/adm&lt;BR /&gt;&lt;BR /&gt;Save existing binary errlog in compress form or copy &lt;BR /&gt;# cat binary .errlog | compress &amp;gt; binary.errlog_&lt;DATE&gt;&lt;BR /&gt;or &lt;BR /&gt;# cp binary.errlog binary.errlog_01oct03&lt;BR /&gt;&lt;BR /&gt;Copy empty file to binary.errlog or create new file&lt;BR /&gt;# cp /dev/null binary.errlog&lt;BR /&gt;or&lt;BR /&gt;# &amp;gt; binary.errlog&lt;BR /&gt;&lt;BR /&gt;To test new binary errlog, create a test entry&lt;BR /&gt;# logger â  b â  this is a test messageâ  &lt;BR /&gt;&lt;BR /&gt;Use dia or uerf to display test message and prove the errlog is working&lt;BR /&gt;# /usr/sbin/dia&lt;BR /&gt;&lt;BR /&gt;Tru64 Unix version 5.x &lt;BR /&gt;&lt;BR /&gt;# cd /var/cluster/members/member0/adm&lt;BR /&gt;or &lt;BR /&gt;# cd /var/adm&lt;BR /&gt;Save existing binary errlog  &lt;BR /&gt;# cp binary.errlog binary.errlog_&lt;DATE&gt;&lt;BR /&gt;&lt;BR /&gt;Stop the daemon binlogd&lt;BR /&gt;# /sbin/init.d/binlog stop&lt;BR /&gt;&lt;BR /&gt;Create new binary.errlog using&lt;BR /&gt;# &amp;gt;binary.errlog&lt;BR /&gt;or&lt;BR /&gt;# kill â  USR1 â  cat /var/run/binlogd.pidâ  &lt;BR /&gt;&lt;BR /&gt;Start the daemon&lt;BR /&gt;# /sbin/init.d/binlog start&lt;BR /&gt;Use /usr/sbin/dia to see the entries in errlog.&lt;BR /&gt;&lt;BR /&gt;Please assign points.&lt;BR /&gt;&lt;BR /&gt;Shardha&lt;/DATE&gt;&lt;/DATE&gt;</description>
      <pubDate>Sun, 23 Sep 2007 05:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072426#M2368</guid>
      <dc:creator>Shardha</dc:creator>
      <dc:date>2007-09-23T05:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old binary.errlog</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072427#M2369</link>
      <description>Thank you shardha...</description>
      <pubDate>Wed, 26 Sep 2007 22:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-delete-old-binary-errlog/m-p/4072427#M2369</guid>
      <dc:creator>how to remove old new b</dc:creator>
      <dc:date>2007-09-26T22:01:34Z</dc:date>
    </item>
  </channel>
</rss>

