![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving a Logical Volume from one Volume Group to Another | krisw | AIX | 2 | 07-14-2008 04:48 AM |
| Help - can't extend logical volume ? | vilius | AIX | 2 | 03-06-2008 08:37 AM |
| LVM - Extending Logical Volume within Volume Group | ghimanshu | UNIX for Advanced & Expert Users | 3 | 07-26-2007 04:39 AM |
| AIX Logical Volume Question | rramanuj | AIX | 2 | 05-31-2005 01:01 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Problem syncing logical volume in root vg
Hello. I have a test server that I'm messing around with, and just recently received an error on startup that a logical volume in the root volume group couldn't be re-synchronized. Server boots fine, as the root vg is mirrored, but I'd like to get rid of the error. Here are the details:
Code:
lvsync: Couldn't re-synchronize stale partitions of the logical volume: Device offline/Powerfailed lvsync: Couldn't resynchronize logical volume "/dev/vg00/lvol2" Code:
lvsync /dev/vg00/lvol2 I have isolated the stale partitions to one of the 3 disks in the volume group: Code:
vgdisplay -v | grep "PV Name" PV Name /dev/dsk/c0t8d0 PV Name /dev/dsk/c1t9d0 PV Name /dev/dsk/c1t10d0 pvdisplay /dev/dsk/c1t9d0 --Physical Volumes-- PV Name /dev/dsk/c1t9d0 VG Name /dev/vg00 PV Status available <...snip...> Stale PE 363 Do I have a disk that is going bad, or am I missing something very obvious? Thanks in advance for any clues. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Issue resolved
Looks like part of the disk is bad:
Code:
# dd if=/dev/dsk/c1t9d0 of=/dev/null dd read error: I/O error 142780+0 records in 142780+0 records out |
||||
| Google The UNIX and Linux Forums |