- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File System 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
10-12-2004 09:01 PM
10-12-2004 09:01 PM
following situation:
There is a full vxfs-filesystem:
1063 -> bdf .
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvtmp 12288 12288 0 100% /home/gdg/EMPTY
Now I execute the following comand:
echo "XXXX" > /home/gdg/EMPTY/hilf2
I get the following error message:
vxfs: mesg 001: vx_nospace - /dev/vg00/lvtmp file system full (1 block extent)
Nevertheless a file "hilf2" was genererated (but empty):
-rw-r--r-- 1 root sys 0 Oct 13 10:56 /home/gdg/EMPTY/hilf2
Question:
1. Why could the file be generated.
2. Is it possible to avoid that the file is generated if the space in the filesystem is not large enough?
Regards,
Stefan.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 09:09 PM
10-12-2004 09:09 PM
Solution1) the file is generated because the file system is not out of inodes, check by "bdf -i ."
The file name, ownership, permissions etc. require only inode space.
2) only if the situation occurs that the filesystem is out of both space and inodes simultaneously - a situation problably not even of theoretical interest.
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 09:16 PM
10-12-2004 09:16 PM
Re: File System Full
Yes that is rightly explained.
Is it possible to avoid that the file is generated if the space in the filesystem is not large enough?
...Instead i would suggest you to run the script thr' cron to monitor the filesystems usage and set alerts accordingly and take corrective action before anything happens.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 12:22 AM
10-13-2004 12:22 AM
Re: File System Full
Its unlikely that someone would want to code this since it would be considered an error situation that should be corrected at the OS level and would require overhead for each write.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2004 08:55 AM
10-14-2004 08:55 AM