- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /var inode problem
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
08-24-2001 07:55 AM
08-24-2001 07:55 AM
Aug 24 10:54:56 hplogin1 vmunix: vxfs: mesg 016: vx_ilisterr - /var file system error reading inode 19670
Aug 24 10:54:56 hplogin1 vmunix: vxfs: mesg 016: vx_ilisterr - /var file system error reading inode 19670
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 08:00 AM
08-24-2001 08:00 AM
SolutionI'd start with running fsck on the filesystem. normally, that will identify the inode problem and fix it. You might need to drop down to single user mode to run it (I'm not sure with Online JFS if you have to or not). If you reboot after running fsck (and it finds problems), remember to use the reboot -n command.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 08:03 AM
08-24-2001 08:03 AM
Re: /var inode problem
Before that try doing an ncheck /dev/vg00/var_lvol > /tmp/varnlist and see what file this inode correponds to.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 08:10 AM
08-24-2001 08:10 AM
Re: /var inode problem
Thanks, I didn't know about the ncheck command.
The ncheck gets
read failed for block 4288 / IO error
Does that mean the disk is no good?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 08:12 AM
08-24-2001 08:12 AM
Re: /var inode problem
Boot into single user mode and run
fsck -F vxfs -o full,nolog -y /dev/vg00/lvol_var
But if you keep getting these errors repeatedly inspite of doing fsck, it could indicate disk going bad.
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2001 08:18 AM
08-24-2001 08:18 AM
Re: /var inode problem
And, before doing so, since you have the system up and running now, it will be a good idea to prepare a make_recovery tape, verify it and also take a full backup of the system.
So,do not bring down the system unless you have a good make_recovery tape with you.
-Sri