- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- aging-files
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:10 AM
01-22-2002 10:10 AM
aging-files
Of course, I do not want to whack anything.
-rw-rw-rw- 1 root sys
799104 Sep 2 1999
aging-files
Comments would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:14 AM
01-22-2002 10:14 AM
Re: aging-files
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:27 AM
01-22-2002 10:27 AM
Re: aging-files
It's probably un-needed. You can do a couple of things:
"fuser /aging-files" will show if the file is being accessed
"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.
It's not an Operating System file. And as Nancy says, you can back it up if you're uncertain. It's only ~800KB.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 11:52 AM
01-22-2002 11:52 AM
Re: aging-files
try "file" on that file. If it tells you it is a textfile you can "compress" or "gzip" to safe some space...
And it is really NOT an "official" operating system file, nor a file created/used automatically by any known standard UN*X command.
But if you need 800KB of space on your root-file-system, you DO have another problem :-(
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...
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 01:09 PM
01-22-2002 01:09 PM
Re: aging-files
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.
Without re-installing HP-Unix,
HP Tech Support tells me that there is no way to make the root bigger since the file "blocks" must be contiguous.
I expect that I will move "aging-files" to a directory called "\bak" and then see what happens. Thanks to those who responded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 01:34 PM
01-22-2002 01:34 PM
Re: aging-files
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.
In order to help, how about posting the output of the following commands:
bdf
ll /
That will be a starting point.
Darrell