<?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: aging-files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650252#M45864</link>
    <description>Using the vi editor to open it, this file looks like a list of every file in our system.&lt;BR /&gt;&lt;BR /&gt;I know that it has been changed subsequent to 1999 since it has my user ID in it and I joined this company in March-2001.&lt;BR /&gt;&lt;BR /&gt;Without re-installing HP-Unix,&lt;BR /&gt;HP Tech Support tells me that there is no way to make the root bigger since the file "blocks" must be contiguous.&lt;BR /&gt;&lt;BR /&gt;I expect that I will move "aging-files" to a directory called "\bak" and then see what happens.  Thanks to those who responded.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Jan 2002 21:09:34 GMT</pubDate>
    <dc:creator>Bill Brutzman</dc:creator>
    <dc:date>2002-01-22T21:09:34Z</dc:date>
    <item>
      <title>aging-files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650248#M45860</link>
      <description>This file in the root directory is rather large; I want to delete it.&lt;BR /&gt;&lt;BR /&gt;Of course, I do not want to whack anything.&lt;BR /&gt;&lt;BR /&gt;-rw-rw-rw-   1 root sys       &lt;BR /&gt;         799104 Sep  2  1999 &lt;BR /&gt;             aging-files&lt;BR /&gt;&lt;BR /&gt;Comments would be appreciated.</description>
      <pubDate>Tue, 22 Jan 2002 18:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650248#M45860</guid>
      <dc:creator>Bill Brutzman</dc:creator>
      <dc:date>2002-01-22T18:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: aging-files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650249#M45861</link>
      <description>This is probably an output file that someone created back in 1999 and should be safe to delete.  If you want to be really safe you can back the file to another filesystem, server, or to tape.  &lt;BR /&gt;The timestamp is back from 1999, which would have been the last time it was written to.  I would assume your server has been rebooted since then.  I generally enter 'uptime' and if the uptime is less than the date of the file it generally can be removed.  Of course this is only for non system files which this appears to be.</description>
      <pubDate>Tue, 22 Jan 2002 18:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650249#M45861</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2002-01-22T18:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: aging-files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650250#M45862</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;It's probably un-needed.  You can do a couple of things:&lt;BR /&gt;&lt;BR /&gt;"fuser /aging-files" will show if the file is being accessed&lt;BR /&gt;&lt;BR /&gt;"file /aging-files" will give you a "best guess" as to what type of file it is.  If it is some sort of text file then you can use "more /aging-files" to look at it.&lt;BR /&gt;&lt;BR /&gt;It's not an Operating System file.  And as Nancy says, you can back it up if you're uncertain.  It's only ~800KB.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 22 Jan 2002 18:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650250#M45862</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-22T18:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: aging-files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650251#M45863</link>
      <description>Hello Bill,&lt;BR /&gt;&lt;BR /&gt;try "file" on that file. If it tells you it is a textfile you can "compress" or "gzip" to safe some space...&lt;BR /&gt;And it is really NOT an "official" operating system file, nor a file created/used automatically by any known standard UN*X command.&lt;BR /&gt;&lt;BR /&gt;But if you need 800KB of space on your root-file-system, you DO have another problem :-(&lt;BR /&gt;Perhaps check your "/dev/" directory for files having device names (like "/dev/rmt/0m" NOT being a device but a huge file), to recover more space...&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
      <pubDate>Tue, 22 Jan 2002 19:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650251#M45863</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-01-22T19:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: aging-files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650252#M45864</link>
      <description>Using the vi editor to open it, this file looks like a list of every file in our system.&lt;BR /&gt;&lt;BR /&gt;I know that it has been changed subsequent to 1999 since it has my user ID in it and I joined this company in March-2001.&lt;BR /&gt;&lt;BR /&gt;Without re-installing HP-Unix,&lt;BR /&gt;HP Tech Support tells me that there is no way to make the root bigger since the file "blocks" must be contiguous.&lt;BR /&gt;&lt;BR /&gt;I expect that I will move "aging-files" to a directory called "\bak" and then see what happens.  Thanks to those who responded.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2002 21:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650252#M45864</guid>
      <dc:creator>Bill Brutzman</dc:creator>
      <dc:date>2002-01-22T21:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: aging-files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650253#M45865</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Wodisch makes a good point that if you are close to filling the root filesystem you have more problems than the ~800KB file.  Further, if /bak is not a separate filesystem then moving aging-files there isn't going to free any space.&lt;BR /&gt;&lt;BR /&gt;In order to help, how about posting the output of the following commands:&lt;BR /&gt;bdf&lt;BR /&gt;ll /&lt;BR /&gt;&lt;BR /&gt;That will be a starting point.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 22 Jan 2002 21:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aging-files/m-p/2650253#M45865</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-22T21:34:05Z</dc:date>
    </item>
  </channel>
</rss>

