- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dmesg
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
тАО08-07-2000 10:48 PM
тАО08-07-2000 10:48 PM
/home: file system full
/var: file system full
What is the reason? How can I stop this?
Regards,
Rumen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-07-2000 11:01 PM
тАО08-07-2000 11:01 PM
Re: dmesg
have a look at /var/adm/syslog/syslog.log
There you can see when the mesages appeared.
I think your full filesys messages are in the past. When /var goes full this could happen, when someone does a vi with a big file. When opening the file vi stores temporary on /var. If the user leaves then vi the /var files are removed.
Within /home it could be that a user has dumped a core file an possibly you have a cron job that removes periodically core files so that the filesystem ist freed.
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-07-2000 11:05 PM
тАО08-07-2000 11:05 PM
Re: dmesg
stop and start syslogd:
/sbin/init.d/syslogd stop and
/sbin/init.d/syslogd start
you should get a read of the syslog.conf in the syslog.log file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2000 01:14 AM
тАО08-08-2000 01:14 AM
Re: dmesg
Perhaps it could be the number of inodes, which is too high ??
see it with bdf -i . Often occours if you have a lot of small files to access.
I am not 100% sure if this will cause an output which can be viewed by dmesg.
Anyway an idea to take a look at.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2000 01:26 AM
тАО08-08-2000 01:26 AM
SolutionThe errors in dmesg mean that since the server was last rebooted you have had those filesystems full, at some point (maybe a long time ago). The only ways to find out when they filled up is to check /var/adm/syslog/syslog.log for any full messages (grep -i full /var/adm/syslog/syslog.log). If you cant see any messages there then another possibility is if you are running measureware/perfview then fire up perfview (pv) and display a graph and change a metric to space util for the lvol which has filled up then scroll back in time on the graph to see when it was full.
A more common way to capture dmesg output is a cron job running say every 5/10 minutes which does a dmesg - >>/var/adm/messages. This way a timestamp is put into the messages file when an error is logged in dmesg, so by simply looking at /var/adm/messages for the full errors you will see a date/timestamp when they ocurred.
The only way to clear these errors out when doing a dmesg command is to reboot your server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2000 01:33 AM
тАО08-08-2000 01:33 AM
Re: dmesg
Are you just running dmesg? If so, it will simply print the contents of the buffer every time.
dmesg - should be used to display any new messages since the last time it was run see man dmesg.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2000 07:00 AM
тАО08-08-2000 07:00 AM
Re: dmesg
1,6,16,26,36,46,56 * * * * /usr/sbin/dmesg - >> /var/adm/dmesg.log
Once this is in root's crontab, all dmesg entries will be logged and time stamped every 5 minutes. dmesg - will produce no output (and no additional log entries) if there are no new messages.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2000 01:29 PM
тАО08-09-2000 01:29 PM
Re: dmesg
the dmesg buffer is often missleading. There is no time stamp with the error
messages. So the error might have happend a day before. dmesg is in memory
only and the low level driver (starting with the boot sequenz) are writing error
messages there.
Regards Martin Schark
mailto:mschark@gmx.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2000 09:26 PM
тАО08-09-2000 09:26 PM
Re: dmesg
/var can get filled up my the root's mail box file name /var/mail/root or the /var/adm/sa/sa*** files may occupy space.
or /var/adm/crash has a core directory.
The above mentioned files are the root causes for the file systems to get filled up
clear them accordingly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2000 11:42 PM
тАО08-14-2000 11:42 PM
Re: dmesg
dmesg doesn't show any time stamps, So I advice you to look at /var/adm/syslog/syslog.log to keep track of any errors.
If ur filesystems are not shown full in bdf output, then obviously it is a old message.