<?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: /opt 100% full. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038717#M302483</link>
    <description>Hi yogesh &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I can suggest one UNIX script that will find all biggest files in your filesystem. It will work in hpux, Solaris and Linux. &lt;BR /&gt; &lt;BR /&gt;ftp this script to /usr/sbin &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Usage :-&lt;BR /&gt;biggest.sh /opt &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Prasanth &lt;BR /&gt;</description>
    <pubDate>Sun, 05 Aug 2007 14:17:05 GMT</pubDate>
    <dc:creator>Prasanth Vattoly</dc:creator>
    <dc:date>2007-08-05T14:17:05Z</dc:date>
    <item>
      <title>/opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038707#M302473</link>
      <description>Hi Guru's&lt;BR /&gt;&lt;BR /&gt;    I am working on HP-ux 11i.I face the the problem of opt 100% full frequently on some servers.So can you help me out, what are the area that we could concern to make the saficient space on /opt.Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;- yogesh</description>
      <pubDate>Tue, 17 Jul 2007 07:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038707#M302473</guid>
      <dc:creator>yogeshmp</dc:creator>
      <dc:date>2007-07-17T07:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038708#M302474</link>
      <description>my best advice would be to start with &lt;BR /&gt;&lt;BR /&gt;# du -sk /opt/* | sort -rn&lt;BR /&gt;&lt;BR /&gt;start looking through the directories for anything that can be removed/moved. Hopefully you have OnlineJFS. If so, once you get some free space you can lvextend the lvol and use fsadm to extend the file system.</description>
      <pubDate>Tue, 17 Jul 2007 07:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038708#M302474</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-07-17T07:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038709#M302475</link>
      <description>Hi Yogesh&lt;BR /&gt;&lt;BR /&gt;I would also do a &lt;BR /&gt;&lt;BR /&gt;find /opt -name "*log*" -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;as a lot of things tend to log in /opt instead of /var.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Andrew Y</description>
      <pubDate>Tue, 17 Jul 2007 07:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038709#M302475</guid>
      <dc:creator>Andrew Young_2</dc:creator>
      <dc:date>2007-07-17T07:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038710#M302476</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;A small change:&lt;BR /&gt;&lt;BR /&gt;find /opt -name "*log*" -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew Y</description>
      <pubDate>Tue, 17 Jul 2007 08:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038710#M302476</guid>
      <dc:creator>Andrew Young_2</dc:creator>
      <dc:date>2007-07-17T08:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038711#M302477</link>
      <description>The real issue is there might be apps using /opt as /var (e.g. CiscoWorks) and if so you'll need to change this to really address this. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jov</description>
      <pubDate>Tue, 17 Jul 2007 08:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038711#M302477</guid>
      <dc:creator>Jov</dc:creator>
      <dc:date>2007-07-17T08:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038712#M302478</link>
      <description>hi yogesh,&lt;BR /&gt;&lt;BR /&gt;also check your apache logs.&lt;BR /&gt;&lt;BR /&gt;they are by default found in : /opt/apache/logs/&lt;BR /&gt;&lt;BR /&gt;hopethis helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 17 Jul 2007 08:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038712#M302478</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-17T08:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038713#M302479</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;You may try some of these&lt;BR /&gt;&lt;BR /&gt;1. #find /opt -xdev -size +10000 -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;2. #find /opt -name "*tar"&lt;BR /&gt;&lt;BR /&gt;3. Check for the openview/omniback/OV related files.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Mani&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2007 10:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038713#M302479</guid>
      <dc:creator>Sudalaimani</dc:creator>
      <dc:date>2007-07-17T10:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038714#M302480</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Application installed in /opt mount point, &lt;BR /&gt;Some application create, log files, core, tar &lt;BR /&gt;Files,   So that /opt automatically increasing. &lt;BR /&gt;&lt;BR /&gt;1        Inform to application team, copy to&lt;BR /&gt;          another mount point, which more file generated&lt;BR /&gt;2       create cron script for removing core , log files   &lt;BR /&gt;3       Unwanted files Remove Manual &lt;BR /&gt;&lt;BR /&gt;Eg:  Remove more than 30 days log files &lt;BR /&gt;&lt;BR /&gt;    find /opt  -mtime +30 -type f -name "*.log" -exec rm {} \+&lt;BR /&gt;          &lt;BR /&gt;                  &lt;BR /&gt;       Remove more than 30 days core  files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;     find /opt  -mtime +30 -type f -name core  -exec ll {} \+&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Noble Sebastian &lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2007 19:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038714#M302480</guid>
      <dc:creator>Noble Sebastian</dc:creator>
      <dc:date>2007-07-17T19:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038715#M302481</link>
      <description>Before you remove any log file, be 100% sure that no process is going to want to use it in the future. If you are only 99% sure, null the file instead: &amp;gt; old.log (or whatever the log file is actually called).&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 18 Jul 2007 02:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038715#M302481</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2007-07-18T02:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038716#M302482</link>
      <description>&lt;BR /&gt;Thnx everybody!!</description>
      <pubDate>Sat, 04 Aug 2007 23:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038716#M302482</guid>
      <dc:creator>yogeshmp</dc:creator>
      <dc:date>2007-08-04T23:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038717#M302483</link>
      <description>Hi yogesh &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I can suggest one UNIX script that will find all biggest files in your filesystem. It will work in hpux, Solaris and Linux. &lt;BR /&gt; &lt;BR /&gt;ftp this script to /usr/sbin &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Usage :-&lt;BR /&gt;biggest.sh /opt &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Prasanth &lt;BR /&gt;</description>
      <pubDate>Sun, 05 Aug 2007 14:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038717#M302483</guid>
      <dc:creator>Prasanth Vattoly</dc:creator>
      <dc:date>2007-08-05T14:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038718#M302484</link>
      <description>hI !!!!!&lt;BR /&gt;I can not see the file attached , i can not open the file !!!!!</description>
      <pubDate>Sun, 05 Aug 2007 14:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038718#M302484</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2007-08-05T14:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038719#M302485</link>
      <description>Prasanth, could you please attache the file again? i mean, i can not open it ... nothing happened ... or if you can copy and paste ... thanks a lot !!!!</description>
      <pubDate>Sun, 05 Aug 2007 14:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038719#M302485</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2007-08-05T14:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: /opt 100% full.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038720#M302486</link>
      <description>I could picked it up !!!!&lt;BR /&gt;&lt;BR /&gt;THANKS A LOT !!!</description>
      <pubDate>Sun, 05 Aug 2007 15:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-100-full/m-p/4038720#M302486</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2007-08-05T15:19:09Z</dc:date>
    </item>
  </channel>
</rss>

