- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VXFS errors on mirrored root fs
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
02-11-2004 10:10 PM
02-11-2004 10:10 PM
VXFS errors on mirrored root fs
This obviously upset everything. To fix the problem I booted from the recovery CD and mv'ed the file back to its correct resting place.
Since then I have noticed in syslog.log messages such as :-
Feb 12 10:06:31 cliff vmunix: msgcnt 1 vxfs: mesg 010: vx_ialloc - / file system
inode 113773 not free
Feb 12 10:06:31 cliff vmunix: msgcnt 2 vxfs: mesg 016: vx_ilisterr - / file syst
em error reading inode 113773
About 300 odd messages like this appeared in the log until this morning the system complained again that libc.2 was missing.
A reboot (via GSP + RS ) and automatic fsck cleared the problem and the system is working again; but the messages are appearing again.
Using find (-inum) to identify the file associated with the inode listed in the message above actually pointed to an inode on another file system.
It looks to me that my mirrored root file system, although physically mirrored, is not logically correct.
Is it possible that one half of the has mirror /usr/lib/libc.2 and the other /usr/lib/safe/libc.2 - if the system decides to access the file system through the second half of the mirror it cannot see libc.2.
Any ideas ? My intention is to
1. Split the mirror, shutdown the machine.
2. Restart with the recovery CD
3. Run a full structural check on / and ensure libc.2 is where it should be.
4. Restart
5. Re-mirror the root FS.
Hope to hear from you shortly ( Response Centre hasn't been much help).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 10:15 PM
02-11-2004 10:15 PM
Re: VXFS errors on mirrored root fs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 10:16 PM
02-11-2004 10:16 PM
Re: VXFS errors on mirrored root fs
I don't think you can have a mirror that looks different in any way to the primary unless you have stale extents and that isn't going to put a file in a different place.
Do a full fsck on the root filesystem.
I personally would be tempted to re-install this machine if you can.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 10:17 PM
02-11-2004 10:17 PM
Re: VXFS errors on mirrored root fs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 10:22 PM
02-11-2004 10:22 PM
Re: VXFS errors on mirrored root fs
Try splitting the mirror, mounting the split and comparing the structure for libc.2.
If different on the mouinted mirror split rm it, unmount and then join it back to the root mirror.
BEFORE DOING THIS.
Full system backup
Make_tape_recovery
single user mode.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 09:01 PM
02-12-2004 09:01 PM
Re: VXFS errors on mirrored root fs
Just to close the loop - I had a lengthy discussion with th eresponse centre and we agreed that if you mount a mirrored fs from th erecovery CD you are only working with one half of the mirror.
Because the mv command didn't physically move the file - it only affected the directory entries I ended up with a corrupted mirror; although the status flags indicated all was well. If the O/S attempted to read libc.2 via the second channel it failed to find it but access via the primary channel succeeded.
The cure was as follows.
lvreduce -m 0 /dev/vg00/lvol3 /dev/dsk/onsecondpath
reboot server to single user.(I used recovery CD but probably didn't need to )
fsck -y
reboot to multiuser.
Job done.
Thanks for your input and enjoy the points.
G