- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error dmesg command (type vxfs)
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
02-26-2004 08:06 PM
02-26-2004 08:06 PM
vxfs: mesg 001: vx_nospace - /dev/vg02/lvol1 file system full (1 block extent)
but on the command bdf I have
Filesystem kbytes used avail %used Mounted on
/dev/vg02/lvol1 3072000 1648868 1336957 55% /disco7
What does it mean ?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 08:08 PM
02-26-2004 08:08 PM
Re: Error dmesg command (type vxfs)
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 08:09 PM
02-26-2004 08:09 PM
Re: Error dmesg command (type vxfs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 08:12 PM
02-26-2004 08:12 PM
Re: Error dmesg command (type vxfs)
With Best Wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 08:15 PM
02-26-2004 08:15 PM
Re: Error dmesg command (type vxfs)
Check the syslog.log when the error occured
# cat /var/adm/syslog/syslog.log | grep nospace
Feb 10 13:15:07 db001 vmunix: vxfs: mesg 001: vx_nospace - /dev/vg01/lvol15
Think it was full, not anymore.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 09:13 PM
02-26-2004 09:13 PM
Re: Error dmesg command (type vxfs)
we had the same problem yesterday...
I think that was full but now itsn't.
the message on dmesg still remains.
if you check the syslog you should see the data when the fs was full.
Hope this helps
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 09:50 PM
02-26-2004 09:50 PM
Re: Error dmesg command (type vxfs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:00 PM
02-26-2004 10:00 PM
SolutionLook inside the man page of dmesg,
dmesg looks in a system buffer for recently printed diagnostic
messages and prints them on the standard output. The messages are
those printed by the system when unusual events occur (such as when
system tables overflow or the system crashes). If the - argument is
specified, dmesg computes (incrementally) the new messages since the
last time it was run and places these on the standard output. This is
typically used with cron (see cron(1)) to produce the error log
dmesg does put a timestamp to error message, the syslog will, in other words the error could be weeks old.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:29 PM
02-26-2004 10:29 PM
Re: Error dmesg command (type vxfs)
If you make a
more /var/adm/syslog/syslog.log | grep -i vx_nospace
you should see the time when the error (file system full) occurred