<?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 Can I delete/nullify  this file ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794420#M265520</link>
    <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;found /var is 100% . hp-ux 11i.&lt;BR /&gt;&lt;BR /&gt;Also found /var/opt/ids/error.log is 2231MB.&lt;BR /&gt;&lt;BR /&gt;-rw-------   1 ids        ids        2240241664 May 24 23:26 error.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Q: What is this file ? can i nullify it.&lt;BR /&gt;&lt;BR /&gt;Please suggest,&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
    <pubDate>Wed, 24 May 2006 22:28:17 GMT</pubDate>
    <dc:creator>rveri</dc:creator>
    <dc:date>2006-05-24T22:28:17Z</dc:date>
    <item>
      <title>Can I delete/nullify  this file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794420#M265520</link>
      <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;found /var is 100% . hp-ux 11i.&lt;BR /&gt;&lt;BR /&gt;Also found /var/opt/ids/error.log is 2231MB.&lt;BR /&gt;&lt;BR /&gt;-rw-------   1 ids        ids        2240241664 May 24 23:26 error.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Q: What is this file ? can i nullify it.&lt;BR /&gt;&lt;BR /&gt;Please suggest,&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2006 22:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794420#M265520</guid>
      <dc:creator>rveri</dc:creator>
      <dc:date>2006-05-24T22:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete/nullify  this file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794421#M265521</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You can do it with, # &amp;gt;/var/opt/ids/error.log&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 24 May 2006 22:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794421#M265521</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-24T22:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete/nullify  this file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794422#M265522</link>
      <description>I would first actually take a look at the log file to see if there is anything in it you should know about.&lt;BR /&gt;&lt;BR /&gt;Log files do not normally get that large without a reason.&lt;BR /&gt;&lt;BR /&gt;Judging from the user id that owns the file and the directory that it is in, I would guess that this log file belongs to some type of IDS (Intrusion Detection System).  It could be part of HP's HIDS software.&lt;BR /&gt;&lt;BR /&gt;Do an 'fuser -u error.log' to see what process is accessing the file and then do a 'ps -ef' and look for that process id to see what the actual process is.  From there you should be able to determine what the software is that is using this file.&lt;BR /&gt;&lt;BR /&gt;Again, please do not just clear out a log file because it grows too big.  You need to understand WHY it is growing so large first so you can fix any problems and hopefully prevent them in the future.</description>
      <pubDate>Wed, 24 May 2006 22:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794422#M265522</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-05-24T22:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete/nullify  this file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794423#M265523</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;/var/opt/ids/error.log :&lt;BR /&gt;This file is from hp-ux Host Intrusion Detection system software, and can be nullified if causing filesystem to full.&lt;BR /&gt;But as Patrick said you must check the cause of it .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 24 May 2006 22:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794423#M265523</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-05-24T22:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete/nullify  this file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794424#M265524</link>
      <description>Thanks ,&lt;BR /&gt;&lt;BR /&gt;I have nullified it and now /var reduced to 33% .&lt;BR /&gt;&lt;BR /&gt;But I found this file is still growing in fast rate , 124MB so far in just 10 min.&lt;BR /&gt;&lt;BR /&gt;-rw-------   1 ids        ids        124520456 May 25 00:00 error.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Patrick , &lt;BR /&gt;here is the output of # fuser -u error.log&lt;BR /&gt;&lt;BR /&gt;# [/var/opt/ids] fuser -u error.log&lt;BR /&gt;error.log:    20754o(ids)   20756o(ids)   20755o(ids)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help is highly appreciated,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2006 23:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794424#M265524</guid>
      <dc:creator>rveri</dc:creator>
      <dc:date>2006-05-24T23:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete/nullify  this file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794425#M265525</link>
      <description>Hi rveri,&lt;BR /&gt;&lt;BR /&gt;# ps -fu ids&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/idsagent stop&lt;BR /&gt;&lt;BR /&gt;# mv /var/opt/ids/error.log /var/opt/ids/error.log.old&lt;BR /&gt;&lt;BR /&gt;# compress /var/opt/ids/error.log.old&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/idsagent start&lt;BR /&gt;&lt;BR /&gt;Verify file /etc/rc.config.d/id&lt;BR /&gt;&lt;BR /&gt;# HP-UX Host IDS configuration.&lt;BR /&gt;#&lt;BR /&gt;# IDS:         Set to 1 to start idsagent daemon on boot&lt;BR /&gt;#              By default we set it to 0 so that the idsagent startup&lt;BR /&gt;#              is SKIPed at system boot.&lt;BR /&gt;#              The IDS_importAgentKeys script will reset the flag&lt;BR /&gt;#              to 1 once all certificates are generated.&lt;BR /&gt;#&lt;BR /&gt;IDS=1&lt;BR /&gt;&lt;BR /&gt;If IDS=0 not start process ids agent.&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;ran</description>
      <pubDate>Thu, 25 May 2006 01:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794425#M265525</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-05-25T01:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete/nullify  this file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794426#M265526</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If a log file is growing rapidly, always check what is the root cause.&lt;BR /&gt;&lt;BR /&gt;To rotate your logfile, create a script to rotate the logfile regurarly, via cron.&lt;BR /&gt;Also check for the logrotate tool.&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Thu, 25 May 2006 05:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-delete-nullify-this-file/m-p/3794426#M265526</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-05-25T05:02:55Z</dc:date>
    </item>
  </channel>
</rss>

