- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Inode erros in syslog
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
09-18-2001 07:12 PM
09-18-2001 07:12 PM
Inode erros in syslog
vxfs: mesg 008: vx_direrr - /u017 file system inode 7 block 23 error 6
We are not using Veritas File System though.
Folks, Please advice how may I get rid of this warning ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2001 07:19 PM
09-18-2001 07:19 PM
Re: Inode erros in syslog
#man fsck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2001 07:22 PM
09-18-2001 07:22 PM
Re: Inode erros in syslog
have you tried fsck ?
what is your default fs type ?
see /etc/default/fs file
fsck -F hfs /dev/vgxx/lvolX
best of luck
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2001 07:26 PM
09-18-2001 07:26 PM
Re: Inode erros in syslog
Maybe fsck will fix it, maybe not. You may have to replace the disk if the no of blocks become high or it becomes a regular feature.
vxfs is the default filesystem for HP-UX now. You don't need to load veritas for that.
hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2001 07:30 PM
09-18-2001 07:30 PM
Re: Inode erros in syslog
the error message does say you have vxfs not hfs so here is the fsck command i would use.
fsck -F vxfs -o full /dev/vg??/u017
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2001 07:59 PM
09-18-2001 07:59 PM
Re: Inode erros in syslog
It's obviously a veritas filesystem as per the log entry.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2001 08:11 PM
09-18-2001 08:11 PM
Re: Inode erros in syslog
Found this HP doc 8606140236
/Begin/
Calling getdirentries() or getdents() on a non-directory file will
cause vx_direrr errors and vx_dirbread errors. The file could
potentially be marked bad and then lost on a subsequent run of fsck
even though the file is not actually bad.
syslog.log:May 22 14:02:34 nodeA vmunix: vxfs: mesg 008: vx_direrr -
/mntpoint file system inode 3955 block 499332 error 6
Fix Text
fix
Fixed in PHKL_21885.
/End/
what i would do is copy this file, just in case it gets deleted on fsck.
Patch PHKL_21885 has been superseded by PHKL_22677 which has a dependency of PHKL_18543 (which doesn't ;-)
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2001 08:34 PM
09-18-2001 08:34 PM
Re: Inode erros in syslog
I saw LOCAL=vxfs at /etc/default/fs and did a fstyp -v /dev/vgPROD/u017P and saw vxfs
version: 3.
So, May I be sure we are using vxfs ?
I have 20 Oracle datafiles under this mount-point. Is there any way I can find out which file is acutally not in sink ?
OR Should I backup all the files under my mount-point before I run fsck ?
Experts, Please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2001 09:45 PM
09-18-2001 09:45 PM
Re: Inode erros in syslog
U can be 100 % sure that your file system is vxfs.
1.take backup of the filesystem
2.unmount
3.fsck -F vxfs -o full /dev/vgPROD/u017
4.mount the file system back
As advised by Ramesh you can install the patch
PHKL_22677 which has a dependency of PHKL_18543 .Before that please check whether it is already installed or not ?
swlist PHKL_22687
Best of luck
Animesh