- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vxfs errors
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-26-2006 08:25 AM
10-26-2006 08:25 AM
vxfs errors
msgcnt 3 vxfs: mesg 001: vx_nospace - /dev/data/sap1 file system full (1 block extent)
msgcnt 5 vxfs: mesg 038: vx_dataioerr - /dev/data/sap1 file system file data write error
msgcnt 6 vxfs: mesg 033: vx_check_badblock - /dev/data/sap1 file system had an I/O error, setting VX_FULLFSCK
What does this mean? would i have worry given that the message came right after the filesystem was full?
Thanks
brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 08:29 AM
10-26-2006 08:29 AM
Re: vxfs errors
Run:
bdf /dev/data/sap1
to identify which file system is full and clean it ASAP.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 08:45 AM
10-26-2006 08:45 AM
Re: vxfs errors
Thanks
brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 08:58 AM
10-26-2006 08:58 AM
Re: vxfs errors
I am honestly not sure about the vs_dataioerr data write error. It may be that since the filesystem filled up the app couldn't write any more, but I have never seen a full filesystem generate that particular error.
If you have a support contract for this machine I would be tempted to open a call and quiz HP on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 09:12 AM
10-26-2006 09:12 AM
Re: vxfs errors
1. mesg 001 -- file system full and it cause
2. mesg 038 -- file data write i/o error and because this i/o error you got
3. mesg 033 -- the kernel set the VX_FULLFSCK flag as a precautionary measure.
Now you have cleaned that file system. If you believe that all applications which access that file system is running OK. You can leave them running and keep a close eye on them. If you find that you have problem to access some files / directories. Then you have to "umount /dev/data/sap1" and run "fsck" to check / repair that lvol.
It may help if you run "lvdisplay -v /dev/data/sap1" To see if there is some errors in that lvol. You can also check disks/LUNs used by that lvol by running "pvdisplay -v /dev/dsk/c#t#d#"
Yang