<?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: Increased mount point size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864461#M96960</link>
    <description>Fist is define how recent you need. Take that file and make it a refrence And the use the option &lt;BR /&gt;find /opt/app/oracle -newer &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;That will give you all files updated after this defined time.&lt;BR /&gt;&lt;BR /&gt;Rajeev&lt;/FILENAME&gt;</description>
    <pubDate>Sat, 14 Dec 2002 09:48:46 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2002-12-14T09:48:46Z</dc:date>
    <item>
      <title>Increased mount point size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864456#M96955</link>
      <description>I have noticed that the /opt/app/oracle size is reaches 99% used. I want to know what are the files that are added or modified during the last days that causes this increase.</description>
      <pubDate>Sat, 14 Dec 2002 05:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864456#M96955</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2002-12-14T05:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Increased mount point size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864457#M96956</link>
      <description>#du -k /opt |sort -nr|more&lt;BR /&gt;&lt;BR /&gt;find out the directories which are using more space.&lt;BR /&gt;and check out the files.&lt;BR /&gt;&lt;BR /&gt;I would check for the .trc files.&lt;BR /&gt;I am not sure whether you have enabled the sql_trace in your oracle.&lt;BR /&gt;&lt;BR /&gt;check your $ORACLE_HOME/dbs/init&lt;DATABASENAME&gt;.ora file for the parameter &lt;BR /&gt;user_dump_dest=&lt;DESTINATION dir=""&gt;&lt;BR /&gt;&lt;BR /&gt;Check for the .trc files in the destination directory and clean them up.&lt;BR /&gt;&lt;BR /&gt;Revert&lt;/DESTINATION&gt;&lt;/DATABASENAME&gt;</description>
      <pubDate>Sat, 14 Dec 2002 06:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864457#M96956</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-14T06:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Increased mount point size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864458#M96957</link>
      <description>Hi try using the newer option with the find command.&lt;BR /&gt;Example say you take a file name and want all files newer that that then just type&lt;BR /&gt;&lt;BR /&gt;find ./ -newer &lt;FILENAME&gt; &lt;BR /&gt;in the /opt/app/oracle directory.&lt;BR /&gt;&lt;BR /&gt;One more suggestion you can use is -size option with find option to find the files of a particular size.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev&lt;/FILENAME&gt;</description>
      <pubDate>Sat, 14 Dec 2002 06:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864458#M96957</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-14T06:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Increased mount point size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864459#M96958</link>
      <description>Hi try using the newer option with the find command.&lt;BR /&gt;Example say you take a file name and want all files newer that that then just type&lt;BR /&gt;&lt;BR /&gt;find ./ -newer &lt;FILENAME&gt; &lt;BR /&gt;in the /opt/app/oracle directory.&lt;BR /&gt;&lt;BR /&gt;One more suggestion you can use is -size option with find option to find the files of a particular size.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev&lt;/FILENAME&gt;</description>
      <pubDate>Sat, 14 Dec 2002 06:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864459#M96958</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-14T06:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Increased mount point size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864460#M96959</link>
      <description>please I want to know which files are updated recently..</description>
      <pubDate>Sat, 14 Dec 2002 09:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864460#M96959</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2002-12-14T09:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Increased mount point size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864461#M96960</link>
      <description>Fist is define how recent you need. Take that file and make it a refrence And the use the option &lt;BR /&gt;find /opt/app/oracle -newer &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;That will give you all files updated after this defined time.&lt;BR /&gt;&lt;BR /&gt;Rajeev&lt;/FILENAME&gt;</description>
      <pubDate>Sat, 14 Dec 2002 09:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864461#M96960</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-14T09:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increased mount point size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864462#M96961</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How can files be identied that were created yesterday so they can be purged?&lt;BR /&gt;The "-mtime" option could be used, but it considers a day to be a multiple&lt;BR /&gt;of 24 hours.  Therefore, it won't locate files created before midnight but less&lt;BR /&gt;than 24 hours ago.  To accomplish this follow the following procedure.&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;1.  Create a file to compare against.  In this example we are looking for files&lt;BR /&gt;last modified on 12/21 or earlier.&lt;BR /&gt;&lt;BR /&gt;touch -t 12220000 /tmp/compare&lt;BR /&gt;&lt;BR /&gt;2.  Create a script in /tmp called older.sh for the find command to execute.&lt;BR /&gt;Make sure it has execute permissions. It will be used to identify files older&lt;BR /&gt;than the compare file created in step 1.  Older.sh can be modified to move or&lt;BR /&gt;purge the files as desired.&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;COMPARE=/tmp/compare&lt;BR /&gt;if [ $1  -ot  $COMPARE ]&lt;BR /&gt;then&lt;BR /&gt;    echo File $1 is older than file $COMPARE&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;3. Run the find command to identify the files.&lt;BR /&gt;&lt;BR /&gt;find /&lt;DIR to="" search=""&gt; -type f -exec /tmp/older.sh {} \;&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.&lt;BR /&gt;&lt;BR /&gt;Ps.&lt;BR /&gt;&lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A. Clay Stephenson's Date Hammer Shell version or Perl version &lt;BR /&gt;You can download it on Merijn's webpage.&lt;/DIR&gt;</description>
      <pubDate>Sat, 14 Dec 2002 09:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increased-mount-point-size/m-p/2864462#M96961</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-12-14T09:56:27Z</dc:date>
    </item>
  </channel>
</rss>

