- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- write failed, 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
04-26-2004 01:39 AM
04-26-2004 01:39 AM
write failed, file system is full
I have problem with HP-UX A.37.00 B 9000/835 installed on hp server 8000, while booting the system showing the following mesg.
/: write failed,file system is full
cp:bad copy to /tmp mirror.tmp
rm:/tmp/mirror.tmp non-existant
/:file system full.
/:write failed,file system is full
/etc/bcherckrc:
the it will come to the prompt (inbeckrc:)#
plese give me some immediate solutions
thanks
saifu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 01:42 AM
04-26-2004 01:42 AM
Re: write failed, file system is full
Assuming this is correct, you can delete anything over a week old thus (it is a temporary storage area, so this is safe):
cd /tmp
find . -mtime +7 -exec rm {} \;
If you still have problems look for big files:
ll|sort -k5,5nr|pg
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 01:46 AM
04-26-2004 01:46 AM
Re: write failed, file system is full
Either /tmp or / appears to be full. Run bdf to see which file system is having problems, then look at how to address them. Look for core files that can be removed. Clean out /tmp with "find /tmp -type f -mtime +2 -exec rm {} \;".
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 01:49 AM
04-26-2004 01:49 AM
Re: write failed, file system is full
Or as a drastic course, you might have to lvremove LVOL/tmp and lvcreate it again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 01:55 AM
04-26-2004 01:55 AM
Re: write failed, file system is full
fsck -y
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 02:06 AM
04-26-2004 02:06 AM
Re: write failed, file system is full
To get out of the (inbeckrc:)# prompt
type "exit" or
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 02:26 AM
04-26-2004 02:26 AM
Re: write failed, file system is full
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 03:29 AM
04-26-2004 03:29 AM
Re: write failed, file system is full
Thank you for your quick support. I have deleted some file from \tmp. now file system fill message not coming. but i have another problem now. when the system boot showing the following msg.
/etc/fsclean: /dev/dsk/c2000d0s11 not ok, run fsck.
when i run the fsck command i am getting this msg.
Bad super block: Trashed values in super block..
pls help me to solve this problem at earliest.
thanks
saifu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 03:53 AM
04-26-2004 03:53 AM
Re: write failed, file system is full
There is a superblock option to replace a bad superblock but I am not familiar with that.
If that doesn't work you might need to rebuild /tmp in single mode. and reboot again.