- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dmesg command
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-06-2000 02:05 AM
тАО07-06-2000 02:05 AM
I have issued the command dmesg and the result was:
/stm: file system full
/archive: file system full
/home: file system full
file: table is full
But doing bdf the /stm is at 78% and /archive at 30% and /home is at 3%
What to do? Help.
A Cossa
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2000 02:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2000 02:26 AM
тАО07-06-2000 02:26 AM
Re: dmesg command
It seams that the dmesg displys information concernig the last memory used.
Thanks a lot.
A cossa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2000 03:03 AM
тАО07-06-2000 03:03 AM
Re: dmesg command
Check with sar -v. If file-sz was (eg 1200/1200), then know that your file table reached its set max. at one time. You can increase this value through the kernel parameter setting nfile to a higher value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2000 04:25 PM
тАО07-06-2000 04:25 PM
Re: dmesg command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2000 08:51 PM
тАО07-06-2000 08:51 PM
Re: dmesg command
The buffer for dmesg is not very big, so you cannot see all the messages,
also there is no time-stamp, so like you have seen, there is no way
of telling when the incident was. In the manual page of dmesg(1M) it is
suggested that you emty the dmesg buffer in a logfile every ten minutes, via the crontab.
If you then change this log every day, you can use this log to see the
current dmesg messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2000 10:49 AM
тАО07-08-2000 10:49 AM
Re: dmesg command
BTW: The logfile name used in the example is not very intuitive (/var/adm/messages). I like to change this to /var/adm/dmesg.log for easier recognition.
Bill Hassell, sysadmin