- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vg00 strange sync error
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
02-26-2007 01:28 AM
02-26-2007 01:28 AM
vg00 strange sync error
before,I patched my 11i box, i split the mirror in vg00, a couple of weeks after patching a merged the mirror, but i get an io error when syncing lvol1, as you can see here:
tifon1:/# vgsync vg00
vgsync: Couldn't re-synchronize stale partitions of the logical volume:
I/O error
vgsync: Couldn't resynchronize logical volume "/dev/vg00/lvol1".
vgsync: Couldn't resynchronize volume group "vg00".
i have tried to re-do the mirror in that lvol:
tifon1:/HP# lvreduce -m 0 /dev/vg00/lvol1
Logical volume "/dev/vg00/lvol1" has been successfully reduced.
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
tifon1:/HP# lvextend -m 1 /dev/vg00/lvol1
The newly allocated mirrors are now being synchronized. This operation will
take some time. Please wait ....
lvextend: Couldn't re-synchronize stale partitions of the logical volume:
I/O error
lvextend: Couldn't resynchronize logical volume "/dev/vg00/lvol1".
its allways lp0:
tifon1:/HP# lvdisplay -v /dev/vg00/lvol1 | more
--- Logical volumes ---
LV Name /dev/vg00/lvol1
VG Name /dev/vg00
LV Permission read/write
LV Status available/stale
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 304
Current LE 38
Allocated PE 76
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict/contiguous
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c0t6d0 38 38
/dev/dsk/c3t6d0 38 38
--- Logical extents ---
LE PV1 PE1 Status 1 PV2 PE2 Status 2
00000 /dev/dsk/c0t6d0 00000 current /dev/dsk/c3t6d0 00000 stale
00001 /dev/dsk/c0t6d0 00001 current /dev/dsk/c3t6d0 00001 current
00002 /dev/dsk/c0t6d0 00002 current /dev/dsk/c3t6d0 00002 current
00003 /dev/dsk/c0t6d0 00003 current /dev/dsk/c3t6d0 00003 current
00004 /dev/dsk/c0t6d0 00004 current /dev/dsk/c3t6d0 00004 current
00005 /dev/dsk/c0t6d0 00005 current /dev/dsk/c3t6d0 00005 current
00006 /dev/dsk/c0t6d0 00006 current /dev/dsk/c3t6d0 00006 current
00007 /dev/dsk/c0t6d0 00007 current /dev/dsk/c3t6d0 00007 current
00008 /dev/dsk/c0t6d0 00008 current /dev/dsk/c3t6d0 00008 current
00009 /dev/dsk/c0t6d0 00009 current /dev/dsk/c3t6d0 00009 current
00010 /dev/dsk/c0t6d0 00010 current /dev/dsk/c3t6d0 00010 current
there are no scsi errors in syslog, so it looks like the disk is ok.
Any ideas ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:36 AM
02-26-2007 01:36 AM
Re: vg00 strange sync error
This doesn't bode well for your disk. I'd look for errors thusly:
# dd if=/dev/rdsk/c3t6d0 of=/dev/null bs=1024k
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:37 AM
02-26-2007 01:37 AM
Re: vg00 strange sync error
Start over from scratch
Reduce all the mirrors off of c3t6d0
lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c3t6d0
and so on for all lvols on the disk
vgreduce the disk from vg00
pvcreate -B the disk (since it is vg00)
add the disk to vg00
run the mkboot command
mirror to the specific disk
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t6d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:41 AM
02-26-2007 01:41 AM
Re: vg00 strange sync error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:58 AM
02-26-2007 01:58 AM
Re: vg00 strange sync error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 02:59 AM
02-26-2007 02:59 AM
Re: vg00 strange sync error
34732+1 records in
34732+1 records out
the disk looks ok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 07:49 PM
02-26-2007 07:49 PM
Re: vg00 strange sync error
We have had exactly this problem before,always the first extent. The only solution we found and believe me we certainly did try to fix it, was to replace the disk. Starting from pvcreate'ing the volume did nothing to rectify this. Always the same error.
Sorry Daniel, time to replace the disk.
Mike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 08:07 PM
02-26-2007 08:07 PM
Re: vg00 strange sync error
dd if=/dev/rdsk/c0t6d0 of=/dev/null bs=1024k
not even to a kill, could it be the origin disk the one that is having problems?