- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- root file system is full
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
02-08-2003 01:10 AM
02-08-2003 01:10 AM
Please adivse the best method to check and purge the root file system. It is %100 full and I'm not sure what to do!
/dev/vg00/lvol3 86016 86016 0 100% /
This happend after I issued the command
find / *.gz -cpio /dev/rmt/c4t0d0BEST
it seems the output was not directed to the tape. instead it went somewhere within the root file systems.
points will be assinged.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2003 01:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2003 01:26 AM
02-08-2003 01:26 AM
Re: root file system is full
lssf /dev/rmt/c4t0d0BEST
it should not give u ??? after address.
Also check for any files bigger in size in /dev or / where it has dumped the output.
Cheers
rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2003 01:32 AM
02-08-2003 01:32 AM
Re: root file system is full
You know what, I just figured out that I used a stranger device name which is not existed in my hp-ux box.
It seems that I need some sleep.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2003 01:39 AM
02-08-2003 01:39 AM
Re: root file system is full
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2003 01:48 AM
02-08-2003 01:48 AM
Re: root file system is full
Is the command correct and will only backup the *.gz.
how to restore it and list the contents of the backup tape created by cpio.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2003 02:22 AM
02-08-2003 02:22 AM
Re: root file system is full
And to view the contents of cpio tape use
cpio -ivB < /dev/rmt/
and to extract the cpio tape use
cpio -iuvB < /dev/rmt/
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2003 02:45 AM
02-08-2003 02:45 AM
Re: root file system is full
The command was directing everthing to the tape. However, I've corrected the issue:
find / -name "*.gz" -cpio
Thanks for the other info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 04:18 AM
02-24-2005 04:18 AM