- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvxtend - Problem after change of root-mirror
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
10-16-2006 03:14 AM
10-16-2006 03:14 AM
lvextend: couldn't re-synch stale partitions of the logical volumes: I/O error
It happens only on /dev/vg00/lvol1 , 2 and 3
Other LVs can be extended / mirrored.
I did already lvsync on these lvols.
Everything seems to be fine
pvcreate ....
vgextend ...
mkboot
but no synchronize on lvol1 , 2 and 3!!!
grrrrrrrrrrr
Any ideas?
Reboot without mirror? Maybe fsck helps?
Regards
Andreas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 03:18 AM
10-16-2006 03:18 AM
Re: lvxtend - Problem after change of root-mirror
It appears that you have a bad disk! Follow the guidelines for replacement found here:
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 03:23 AM
10-16-2006 03:23 AM
Re: lvxtend - Problem after change of root-mirror
I tried a dd, there where no errors.
pfffft
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 03:29 AM
10-16-2006 03:29 AM
Re: lvxtend - Problem after change of root-mirror
pvcreate -fB /dev/rdsk/CXXtYYdZZ
mkboot ...
vgextend /dev/vg00 /dev/dsk/...
Make sure that you mirror lvol1, 2 and 3 first and then mirror remaining logical volumes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 03:30 AM
10-16-2006 03:30 AM
Re: lvxtend - Problem after change of root-mirror
did you vgreduce the disk before vgextend the new one?
What does "strings /etc/lvmtab" and "vgdisplay -v vg00" give?
If dd works, there could be a config problem.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 07:18 PM
10-16-2006 07:18 PM
Re: lvxtend - Problem after change of root-mirror
I did all the *normal* tasks and took care of the rules to mirror a root-disk.
Ok, I will put a new VG on the disk and see what happen........
I'll give you response!
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 07:52 PM
10-16-2006 07:52 PM
Re: lvxtend - Problem after change of root-mirror
New try:
( see attachment )
Regards
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 08:27 PM
10-16-2006 08:27 PM
Re: lvxtend - Problem after change of root-mirror
could you make a lvdisplay -v /dev/vg00/lvol1 and attch the result plz
Stf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 08:37 PM
10-16-2006 08:37 PM
Re: lvxtend - Problem after change of root-mirror
:-))
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 08:42 PM
10-16-2006 08:42 PM
Re: lvxtend - Problem after change of root-mirror
it is a 10.20 machine!
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 09:34 PM
10-16-2006 09:34 PM
Re: lvxtend - Problem after change of root-mirror
pvcreate -f -B /dev/rdsk/c0t5d0
Stf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 09:44 PM
10-16-2006 09:44 PM
Re: lvxtend - Problem after change of root-mirror
But ....... grrrrrr same message while lvextend.
lvlnboot gives now both disks as Boot disk.
That was option -B.
Remember, the other lvols can be mirrored, without problems! Is there a problem with the original lvol1 2 and 3 ?? hmmmm.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 10:00 PM
10-16-2006 10:00 PM
Re: lvxtend - Problem after change of root-mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 10:07 PM
10-16-2006 10:07 PM
Re: lvxtend - Problem after change of root-mirror
Here the reslut in the attachment!
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 11:48 PM
10-16-2006 11:48 PM
Re: lvxtend - Problem after change of root-mirror
Stf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 11:50 PM
10-16-2006 11:50 PM
Solutioncheck both disks. If you cannot use stm or you cannot find errors there try to write on read from whole disk with dd command
dd if=/dev/dsk/c0t5d0 of=/dev/null bs=128k
if no I/O error found, try with the other disk
dd if=/dev/dsk/c0t5d0 of=/dev/null bs=128k
Hope you will find "broken" disk and you may need to replace it.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 01:41 AM
10-17-2006 01:41 AM
Re: lvxtend - Problem after change of root-mirror
Sh ....t happens!
dd read error: I/O error on the orig root-disk. Well, mirror-disk gone, orig root problems - have a nice day ......
Thanks to all
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 07:04 PM
10-17-2006 07:04 PM
Re: lvxtend - Problem after change of root-mirror
AnSi53