Results 1 to 1 of 1
I cant seem to figure out why on a reboot my logical volume no longer can be mounted.
Here is the info. Any help or suggestions would be greatly appreciated.
...
- 07-22-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 1
Linux Multipathing
I cant seem to figure out why on a reboot my logical volume no longer can be mounted.
Here is the info. Any help or suggestions would be greatly appreciated.
Thank you.
Running RHEL 5.4
[~]$ multipath -ll
mpath3 (3600601600b411d0032c560773c95df11) dm-10 DGC,RAID 5
[size=50G][features=1 queue_if_no_path][hwhandler=1 emc][rw]
\_ round-robin 0 [prio=4][active]
\_ 13:0:0:0 sde 8:64 [active][ready]
\_ 12:0:0:0 sdf 8:80 [active][ready]
\_ 14:0:0:0 sdg 8:96 [active][ready]
\_ 16:0:0:0 sdi 8:128 [active][ready]
\_ round-robin 0 [prio=0][enabled]
\_ 9:0:0:0 sdb 8:16 [active][ready]
\_ 10:0:0:0 sdc 8:32 [active][ready]
\_ 11:0:0:0 sdd 8:48 [active][ready]
\_ 15:0:0:0 sdh 8:112 [active][ready]
[~]$ lvdisplay
/dev/sdb: read failed after 0 of 4096 at 0: Input/output error
/dev/sdc: read failed after 0 of 4096 at 0: Input/output error
/dev/sdd: read failed after 0 of 4096 at 0: Input/output error
/dev/sdh: read failed after 0 of 4096 at 0: Input/output error
--- Logical volume ---
LV Name /dev/VolGroup01/LogVol10
VG Name VolGroup01
LV UUID f1qnG2-UZZg-39eZ-Bg59-RBdW-Mfqe-lRTrOb
LV Write Access read/write
LV Status NOT available
LV Size 25.00 GB
Current LE 6400
Segments 1
Allocation inherit
Read ahead sectors auto
[~]$ dmesg
end_request: I/O error, dev sdh, sector 0
sd 9:0:0:0: Device not ready: <6>: Current: sense key: Not Ready
Add. Sense: Logical unit not ready, manual intervention required
end_request: I/O error, dev sdb, sector 0
sd 10:0:0:0: Device not ready: <6>: Current: sense key: Not Ready
Add. Sense: Logical unit not ready, manual intervention required
end_request: I/O error, dev sdc, sector 0
sd 11:0:0:0: Device not ready: <6>: Current: sense key: Not Ready
Add. Sense: Logical unit not ready, manual intervention required
end_request: I/O error, dev sdd, sector 0
sd 15:0:0:0: Device not ready: <6>: Current: sense key: Not Ready
Add. Sense: Logical unit not ready, manual intervention required


Reply With Quote