- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Error: 6: No such device or address
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
04-19-2002 06:41 AM
04-19-2002 06:41 AM
HP-UX Error: 6: No such device or address
I then checked the syslog and found:
Apr 18 23:03:24 elauux01 vmunix: vxfs: mesg 056: vx_dataioerr - /dev/vg03/u06 file system file data write error^M
Apr 18 23:03:27 elauux01 vmunix: vxfs: mesg 033: vx_check_badblock - /dev/vg03/u06 file system had an I/O error, setting VX_
FULLFSCK^M
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 06:52 AM
04-19-2002 06:52 AM
SolutionMsg appears to me to be indicating that a drive in the vg03 VG, specifically a drive in the LV that u06 is using, is giving I/O errors. If you can find no SCSI specific errors in syslog or dmesg that indicate exactly which disk then I would suggest you use the stm diag utils to exercise all disks in the LV to discover the culprit.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 06:53 AM
04-19-2002 06:53 AM
Re: HP-UX Error: 6: No such device or address
Check this out (TKB # KBRC00000370):
http://us-support.external.hp.com/cki/bin/doc.pl/sid=c3aa989902e936ed28/screen=ckiDisplayDocument?docId=200000047257288
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 07:00 AM
04-19-2002 07:00 AM
Re: HP-UX Error: 6: No such device or address
It looks you ahve a bad block or data coruuption , error no:6 for /usr/include/sys/errno.h is no such device or address , so it looks that it is trying to load data from /dev/vg03/u06 which is either corrupted or missing , do you get any dmesgs for this . Try stopping the database and check for error in that mountpoint .May be an fsck can clear it .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 07:01 AM
04-19-2002 07:01 AM
Re: HP-UX Error: 6: No such device or address
You need to do this ..
1) Umount the FS or if it's a raw LV, make sure the DB does not access to it.
2) Run a full fsck check..
# fsck -F vxfs -o full /dev/vg03/ru06
Keep an eye on the output. After it's done, if you do not see any error, mount it back and monitor the syslog file. If still got errors, I would quickly have the disk replaced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 07:03 AM
04-19-2002 07:03 AM
Re: HP-UX Error: 6: No such device or address
That seems to be a disk drive error.
Use /usr/sbin/xstm in CDE to examine all disks
which this logical volume lies on.
Hai