1826215 Members
2894 Online
109691 Solutions
New Discussion

Re: Vblockio Read Error

 
SOLVED
Go to solution
Angela Shepherd
Advisor

Vblockio Read Error

I have a L Class 2000 running HP-UX11 (SUPRA Database Application).

One of my databases crashed with a vblockio: read_error! error = 5
vblockio: devno is 4

/dev/vg01/lvol1 file system file data read error.

Is there something I can run to help pin point this problem.
NO personal quote
2 REPLIES 2
T. M. Louah
Esteemed Contributor
Solution

Re: Vblockio Read Error

Well as 1st steps:
..identify what disks spaned by /dev/vg01/lvol1
# lvdisplay -v /dev/vg01/lvol1 |more
.. "ioscan fnC disk " should show all disk CLAIMED
.. run "diskinfo /dev/rdsk/cXtYdZ" on each disk
see see if factory info is correct & of course size different than 0
.. check syslog for LBOLT, scsi time-out, bus resets & dev_T messages
.. to validate disk sanity run dd against it as:
# dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=blocksize count=n (Copy only n input blocks)
.. dd should return equal INs & Outs
g'd luck
t++
Little learning is dangerous!
Angela Shepherd
Advisor

Re: Vblockio Read Error

Thank you. Please close this issue.
NO personal quote