- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disk error file corrupted
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
04-01-2001 05:39 PM
04-01-2001 05:39 PM
disk error file corrupted
There are two disks in this logical volume. I have try the lvdisplay -v but I cannot find any stale partiton.
However, when I dd if=/dev/rdsk/c1t0d0 of=/dev/null bs=64k, I get an I/0 error. This is only happened to one of the disk in the vg01. The other disk c2t0d0 since to be fined when I of to /dev/null.
How can I move the information from c1t0d0 to c2t0d0 since some of the logical volume span across both disks.
I have this file system corrupted twice already
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2001 06:32 PM
04-01-2001 06:32 PM
Re: disk error file corrupted
Since one of your disks is faulty (dd has errors), you should try to salvage data at the filesystem level where possible before the disk crashes altogether.
I would perform the following steps:
1) perform a filesystem backup.
2) lvremove the logical volume.
3) vgreduce the faulty disk from the volume group.
4) replace the faulty harddisk.
5) vgextend the new disk into the volume group.
6) lvcreate the logical volume on the new disk.
7) lvextend the logical volume onto the remaining good disk so that the logical volume sits on both two disks (as before).
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2001 06:41 PM
04-01-2001 06:41 PM
Re: disk error file corrupted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2001 10:48 PM
04-01-2001 10:48 PM
Re: disk error file corrupted
However,I can't find any stale PE for the disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 07:36 AM
04-02-2001 07:36 AM
Re: disk error file corrupted
Also, if the LV is not mirrored then I don't think you will see any stale extents on the LV. Only with mirroring will you see any stale extents, as far as I know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 07:40 AM
04-02-2001 07:40 AM