- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Copy physical extents from corrupt lvol
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
05-13-2008 02:15 AM
05-13-2008 02:15 AM
Copy physical extents from corrupt lvol
I extended a the lvol over to a faulty disk, unkown to me a the time. Did the lvextend, but the extendfs did not complete successfully. The disk failed, now the lvol is corrup.
If i do a lvdisplay on that lvol, it shows my data is still "current", and I have tried all formats of fsck known to man, ut i still cannot mount the lvol.
Now is there a way to copy off all the blocks off the lvol to another location?? I tried dd with no success.
Any ideas???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 02:41 AM
05-13-2008 02:41 AM
Re: Copy physical extents from corrupt lvol
If extendfs failed that means you fs size is still the old one. Then you could try reducing the lvol from that faulty disk and then try mounting the filesystem after fsck.
Another option could be to move the data to another good PV using pvmove.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 02:49 AM
05-13-2008 02:49 AM
Re: Copy physical extents from corrupt lvol
I used pvmove -n /dev/vg00/lvol6
How can I restor /opt from the installation media? That seems like a viable option, excuse the pun....hahaha
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 03:01 AM
05-13-2008 03:01 AM
Re: Copy physical extents from corrupt lvol
You could try recovery from ignite backup , provided you have one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2008 03:15 AM
05-13-2008 03:15 AM
Re: Copy physical extents from corrupt lvol
Did you use -o full option of fsck
fsck -F vxfs -o full -Y
man fsck_vxfs