HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- "FileSystem Full" or "No Space Available" msg on R...
Operating System - Linux
1830026
Members
17421
Online
109998
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-15-2005 06:24 PM
02-15-2005 06:24 PM
"FileSystem Full" or "No Space Available" msg on RedHat EL
Hello,
I want to acknowledging the generation of above messages from the output on my RedHat Enterprise Linux ver. 3.0.
It seems not to be output on RedHat EL,
though syslogd is output it to /var/adm/syslog/syslog.log and dmesg on
HP-UX.
Please teach when there is something a good method!
Any help would be appreciated!
Thank you, H.Ohkubo
I want to acknowledging the generation of above messages from the output on my RedHat Enterprise Linux ver. 3.0.
It seems not to be output on RedHat EL,
though syslogd is output it to /var/adm/syslog/syslog.log and dmesg on
HP-UX.
Please teach when there is something a good method!
Any help would be appreciated!
Thank you, H.Ohkubo
H.Ohkubo
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 04:39 AM
02-17-2005 04:39 AM
Re: "FileSystem Full" or "No Space Available" msg on RedHat EL
Hello,
This message means that you have exceeded the size of the filesystem. Usually, some log file has grown very large, or someone has ftp'ed or tar'ed a large file to that filesystem. Hopefully, it's not your root (/) filesystem.
To locate any large files, do the following:
cd /offending_filesystem
du -k | sort -nr | more
This command will generate a list, sorted largest first, of all files in the filesystem. Check out the first few entries in the list, because they will most likely be the offenders. Either remove the files, or move them to a filesystem that has adequate room.
Regards,
Mark
This message means that you have exceeded the size of the filesystem. Usually, some log file has grown very large, or someone has ftp'ed or tar'ed a large file to that filesystem. Hopefully, it's not your root (/) filesystem.
To locate any large files, do the following:
cd /offending_filesystem
du -k | sort -nr | more
This command will generate a list, sorted largest first, of all files in the filesystem. Check out the first few entries in the list, because they will most likely be the offenders. Either remove the files, or move them to a filesystem that has adequate room.
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 01:08 PM
02-17-2005 01:08 PM
Re: "FileSystem Full" or "No Space Available" msg on RedHat EL
Hello, Mark,
Thanks for your reply!
My explanation might have been insufficient... The aim of acknowledging these messages is not unprevention, but the result.
My system observes to the filesystem of important servers, at the use %rate, now.
i.e. (on HP-UX's case)
$binPATH/bdf /offending_filesystem | tail -1 | awk ' { print $(NF-1)}' | sed -e 's/%//' and so on.
I think, there is no necessary for rating base observing to
clients. But, I want to acknowledge result(file system full).
Thank you for your advice,
H.Ohkubo
Thanks for your reply!
My explanation might have been insufficient... The aim of acknowledging these messages is not unprevention, but the result.
My system observes to the filesystem of important servers, at the use %rate, now.
i.e. (on HP-UX's case)
$binPATH/bdf /offending_filesystem | tail -1 | awk ' { print $(NF-1)}' | sed -e 's/%//' and so on.
I think, there is no necessary for rating base observing to
clients. But, I want to acknowledge result(file system full).
Thank you for your advice,
H.Ohkubo
H.Ohkubo
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP