- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: L V resync failed
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-24-2005 09:29 PM
11-24-2005 09:29 PM
why this had happened
now lv is resync properly
OS: HPUX - B.11.11, HW: 9000/800/rp3410 RAM: 4094 MB
CPU: 2 x 800.004 MHz, PA-RISC2.0, v.
# more /var/adm/syslog/syslog.log | grep error
Nov 25 13:28:45 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 13:35:41 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 13:36:38 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 13:45:28 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 13:46:26 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 13:51:18 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 13:52:19 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 14:04:56 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 14:05:53 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 14:07:23 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 14:08:24 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Nov 25 14:18:39 KBXSBUP vmunix: LVM: Failed to automatically resync PV 1f055000 error: 5
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 09:34 PM
11-24-2005 09:34 PM
Re: L V resync failed
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=367067
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 09:36 PM
11-24-2005 09:36 PM
Re: L V resync failed
You have/had two physical paths to the same logical volume. For some time one of those pathes failed. You report that the resync is complete and this is no longer a problem.
Therefore the messages should stop.
if they continue, you still have a problem and need to look into why one of the paths is gone. Perhaps a scsi or fiber card or cable has failed.
Perhaps you need to manually resynch the PV.
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-24-2005 09:41 PM
11-24-2005 09:41 PM
Re: L V resync failed
The error 5 is i/o error. run lvdisplay/pvdisplay and dd tests to check disk.
Also check disk in stm.
The disk in question is c5t5d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2005 05:40 PM
11-26-2005 05:40 PM
Re: L V resync failed
now the output of
lvdisplay & pvdisplay are ok
there are no stale pe
disks are ok
can u guide me for any
precautions that i should take
so that above problem does not repeat
shridhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 02:44 AM
11-27-2005 02:44 AM
SolutionUse this small command line scrip to find any more stale PE are there
#for i in ` vgdisplay -v|grep "LV Name"|awk '{print $3}'`
> do
> lvdisplay -v $i |grep stale
> done
You need to consult your hardware vendor to come and have a look at the system. Possible look at cable connectivity, scsi terminations, storage system health check etc..
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 09:28 PM
11-27-2005 09:28 PM
Re: L V resync failed
disks are in HP DS 2300
ioscan output is ok disks are claimed
is ther any necesity to replace the hard disk
thanx
shri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 02:00 AM
11-28-2005 02:00 AM
Re: L V resync failed
dd if=/dev/rdsk/c5t5d0 of=/dev/null bs=64k
Let this run until completion... if you see an I/O error, the disk needs to be replaced. If it completes with no I/O error, disk media should be OK...
As stated earlier, it's also a good idea to take a look at stm logtool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2005 10:08 PM
12-31-2005 10:08 PM