- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: File system corruption
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
11-15-2006 05:18 PM
11-15-2006 05:18 PM
File system corruption
fsck -y -o full -y /dev/vg01/lvol2
doesn't fix it.
I get loads of
fileset 999 primary inode 95306 unreferenced file, reconnect? (ynq)y
fileset 999 primary inode 95307 unreferenced file, reconnect? (ynq)y
fileset 999 primary inode 95308 unreferenced file, reconnect? (ynq)y
Any suggestions?
It is on HPUX 11.0, A500-7X.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 05:47 PM
11-15-2006 05:47 PM
Re: File system corruption
newfs the filesystem
Restore all data.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 05:53 PM
11-15-2006 05:53 PM
Re: File system corruption
replaced the disk,
created the LV
run newfs
frecover'ed the data
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 06:53 PM
11-15-2006 06:53 PM
Re: File system corruption
Why cant you try an fsck with an alternate superblock copy.
Alternate superblock copies will be availble
in /etc/sbtab
then do a fsck with -b option i hope .
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 06:59 PM
11-15-2006 06:59 PM
Re: File system corruption
fsck -F filesystemtype -b alternatesuperblockcopy -o full
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 07:05 PM
11-15-2006 07:05 PM
Re: File system corruption
First restore was onto a mirrored LV. - faulty
I split the mirror...
Second restore was to LV on new disk. - faulty
Trying onto the second disk now.
During previous restores there were errors like this (which was why I ran fsck after the restore) -
vxfs: mesg 008: vx_direrr - /volumes file system inode 16195 block 1946498 error 6
Still no disk errors and there weren't any stale extents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 07:13 PM
11-15-2006 07:13 PM
Re: File system corruption
While you do the restore ,
Please go thorugh this thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=945777
Thanks,
siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 07:20 PM
11-15-2006 07:20 PM
Re: File system corruption
fsck: illegal option -- b
:-(
Still running the third restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 07:53 PM
11-15-2006 07:53 PM
Re: File system corruption
I hope you used the following command
fsck -F vxfs -b XXX -o full /dev/vg01/rlo\vol2
where XXX=>Alternate superblock copy no which you got from /etc/sbtab file
If that have failed i'm having a feeling that -b option is supported for only root filesystem /dev/vg00/rlvol1 .
I've tested this before successfully in /dev/vg00/lvol1
Let me confirm.
Thanks,
siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 12:33 AM
11-16-2006 12:33 AM
Re: File system corruption
That is thanks to the cheap third-party hardware support company.
Genuine thanks to all who responded for your time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 12:38 AM
11-16-2006 12:38 AM