<?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: Disk space at 99% used in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668348#M50237</link>
    <description>Hi,&lt;BR /&gt;I dont know where you installed bb on your box, but at the home directory of bb you should find an etc directoy with a file called bb-dftab.&lt;BR /&gt;giving values &amp;gt;100 to the filesystem her would make them appear always green, if thats what you want, syntax:&lt;BR /&gt;/opt:101:101&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
    <pubDate>Wed, 20 Feb 2002 17:05:59 GMT</pubDate>
    <dc:creator>Victor BERRIDGE</dc:creator>
    <dc:date>2002-02-20T17:05:59Z</dc:date>
    <item>
      <title>Disk space at 99% used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668344#M50233</link>
      <description>I've just installed the big brother client so that our unix servers can be monitored along with the NT servers by our helpdesk.  However, the "disk" monitor is flashing red and reports:-&lt;BR /&gt;&lt;BR /&gt;/opt (99%) has reached the defined disk space PANIC level (95%)&lt;BR /&gt;&lt;BR /&gt;I don't have any more disk space available for this volume group but don't actually need to increase it anyway at present as this volume will not need to increase in size.&lt;BR /&gt;&lt;BR /&gt;My question therefore is can I, and how do I, change the Panic Level for this logical volume?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2002 15:54:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668344#M50233</guid>
      <dc:creator>Yvonne Butler</dc:creator>
      <dc:date>2002-02-20T15:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space at 99% used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668345#M50234</link>
      <description>Youve got to change it in your big brother program - its nothing to do with HP-UX. So there must be a config file for it somewhere - either under /opt/&lt;INSTALL dir=""&gt; or on your NT server where your monitoring it.&lt;/INSTALL&gt;</description>
      <pubDate>Wed, 20 Feb 2002 15:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668345#M50234</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-02-20T15:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space at 99% used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668346#M50235</link>
      <description>Local standard here is to try and leave at least 5% free on all Lvols to allow for the potential for "unexpected growth".&lt;BR /&gt;&lt;BR /&gt;Any chance you can trim some logfiles in this directory?&lt;BR /&gt;&lt;BR /&gt;Other than adding space or reducing usage, changing the trigger value is the way to go.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Wed, 20 Feb 2002 15:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668346#M50235</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-02-20T15:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space at 99% used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668347#M50236</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;1) Do a 'bdf' in the server and check the file system usage.&lt;BR /&gt;&lt;BR /&gt;2) If you have additional disk free, add this to the VG by 'vgextend'. Than increase the LV.&lt;BR /&gt;&lt;BR /&gt;3) Try this command for finding out the large files in the file system:&lt;BR /&gt;&lt;BR /&gt;# find /opt -xdev -size +10000 -exec ll {} \; &amp;gt; /tmp/bigfiles&lt;BR /&gt;&lt;BR /&gt;4) Try this command for finding out the newly created files:&lt;BR /&gt;&lt;BR /&gt;# find /var -xdev -type f -mtime -2 -exec ll {} \; &amp;gt; /tmp/newfiles&lt;BR /&gt;&lt;BR /&gt;4) Read the document # BA961218001 in the HP's Technical Knowledge base.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2002 16:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668347#M50236</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-20T16:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space at 99% used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668348#M50237</link>
      <description>Hi,&lt;BR /&gt;I dont know where you installed bb on your box, but at the home directory of bb you should find an etc directoy with a file called bb-dftab.&lt;BR /&gt;giving values &amp;gt;100 to the filesystem her would make them appear always green, if thats what you want, syntax:&lt;BR /&gt;/opt:101:101&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 20 Feb 2002 17:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668348#M50237</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2002-02-20T17:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space at 99% used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668349#M50238</link>
      <description>Thanks everyone for your help.  Big Brother is now operating correctly.</description>
      <pubDate>Mon, 25 Feb 2002 16:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-at-99-used/m-p/2668349#M50238</guid>
      <dc:creator>Yvonne Butler</dc:creator>
      <dc:date>2002-02-25T16:36:09Z</dc:date>
    </item>
  </channel>
</rss>

