- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- write io error
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
07-03-2002 11:33 AM
07-03-2002 11:33 AM
write io error
vmunix: vxfs: mesg 056: vx_dataioerr - /dev/vg00/lvol10 file system file data write error
OBS:This message appears in syslog
all disk are available
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 11:35 AM
07-03-2002 11:35 AM
Re: write io error
There may be a bad block in your harddisk on which /dev/vg00/lvol10 is there.
hence this error in syslog.log
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 11:36 AM
07-03-2002 11:36 AM
Re: write io error
Check these things:
1.Run lvdisplay -v /dev/vg00/lvol10 and see for any stale extents are there.
2.Check with bdf if you have sufficient space on thie file system,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 11:37 AM
07-03-2002 11:37 AM
Re: write io error
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 11:38 AM
07-03-2002 11:38 AM
Re: write io error
You can run this command if you want to check any errors in your harddisk. If the input and output no of the command is same then there are no bad sectors in the harddisk or else you may have to change the harddisk since it is on the root filesystem.
dd if=/dev/rdsk/c1t2d0 op=/dev/null bs=1024k
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 11:41 AM
07-03-2002 11:41 AM
Re: write io error
Sorry a mistake in the command :of instead of op
dd if=/dev/rdsk/c1t2d0 of=/dev/null bs=1024k
if=root harddisk ( raw device file )
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 11:51 AM
07-03-2002 11:51 AM
Re: write io error
and also what is the o/p of dmesg .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 06:41 PM
07-03-2002 06:41 PM