- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /dev/root file system meta data read 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
01-24-2012 02:11 AM
01-24-2012 02:11 AM
Hi ,
I am on superdome 9000/800/SD64A, OS version 11.23.
I am getting below message under my syslog.
Jan 23 15:16:24 bhpind3 vmunix: msgcnt 1 vxfs: mesg 037: vx_metaioerr - vx_dirlook - /dev/root file system meta data read error in block 120096
Jan 23 15:16:24 bhpind3 vmunix: msgcnt 3 vxfs: mesg 008: vx_direrr: vx_dirlook_4 - / file system dir inode 85 block 12194 dirent inode 4535 error 6
Please suggest , how can I clear it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2012 07:49 AM
01-24-2012 07:49 AM
SolutionNot good... often means a failing/failed disk... is it mirrored?
Anyway, first things to look at - Identify the disk in question. Looks like its the disk with your root filesystem on it, so although it's saying /dev/root here, it is probably /dev/vg00/vlol3 (mount -p will tell you). Check which disk that lvol is on using "lvlnboot -v vg00" and then see if you can read from the disk without error:
dd if=/dev/dsk/c#t#d# of=/dev/null bs=64k
If you can, you could try a full fsck and se eif that fixes it:
fsck -F vxfs -y -o full /dev/vg##/lvol##
If the dd fails or the fack fails, I suspect you need to look at replacing the root disk - time to read this:
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf
I am an HPE Employee
