- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Early indication of PV failure?
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-31-2006 01:39 PM
08-31-2006 01:39 PM
Aug 31 20:27:14 hpn vmunix: LVM: Failed to automatically resync PV 1f29b000 error: 5
These are the only errors. I checked (lvdisplay -v) all of the filesystems on the volume group containing c41t11d0 and all PE statuses were "current".
May I assume if there was a total failure to sync there would be other messages, and that this is an indication that retries are happening, and eventually, succeeding?
thanks...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 01:53 PM
08-31-2006 01:53 PM
SolutionSince all the LE's are current then you are ok for now but I would definitely get the drive replaced because the system has given your fair warning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 07:02 AM
09-01-2006 07:02 AM
Re: Early indication of PV failure?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 07:58 AM
09-06-2006 07:58 AM
Re: Early indication of PV failure?
Assuming that removing the disk online is feasible, with 4 LV's in the VG, would the following be correct?
lvreduce -m 0 /dev/vg111/lv01 /dev/dsk/c41t11d0
lvreduce -m 0 /dev/vg111/lv02 /dev/dsk/c41t11d0
lvreduce -m 0 /dev/vg111/lv03 /dev/dsk/c41t11d0
lvreduce -m 0 /dev/vg111/lv04 /dev/dsk/c41t11d0
vgreduce /dev/vg111 /dev/dsk/c41t11d0
thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 08:06 AM
09-06-2006 08:06 AM
Re: Early indication of PV failure?
Yes, that is the correct first step -- reduce the mirrors and eliminate the failing disk from the volume group.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 08:13 AM
09-06-2006 08:13 AM
Re: Early indication of PV failure?
1) Slide the failed disk out of it's hot-swap slot a few centimeters and let if spin down. Wait about 45-60 seconds -- now your disk is truly failed.
2) Remove the failed disk completely from the slot and insert the new disk. Wait 45-60 seconds.
3) vgcfgrestore -n /dev/vg111 /dev/rdsk/c4t11d0
4) vgchange -a y /dev/vg111
5) vgsync /dev/vg111 # this could take a few tens of minutes
6) vgdisplay -v /dev/vg111 and make certain each LVOL is available/syncd.
7) Declare victory.
-----------------------------------------
Now get a baseball bat and whack yourself -- hard -- because you should have replaced the drive before this. If I were in charge of the universe, I would have caused your other drive to go bad while you were twiddling your thumbs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 08:28 AM
09-06-2006 08:28 AM
Re: Early indication of PV failure?
So my part II question is more of a training exercise for a hypothetical situation. e.g. Suppose I don't have physical access, but I have a spare drive online, can I effect the mirror replacement with the spare from another slot? I would think so, but I've never needed to in the whole 8 months I've been doing HPUX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 09:27 AM
09-06-2006 09:27 AM
Re: Early indication of PV failure?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 09:39 AM
09-06-2006 09:39 AM
Re: Early indication of PV failure?
My lvreduce / vgreduce took a long time and I needed to vgreduce the alternate path device for the same PV but when all was said and done I got it to completely forget that c41t11d0 and c43t11d0 were ever part of that VG.
And then adding c41t14d0 to the VG and lvextending -m 1 was no sweat.
Much appreciated, everyone... points assigned, signing off.