- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vxfs mount: /dev/vg05/lvol1 is corrupted. needs ch...
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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
09-13-2004 07:26 PM
09-13-2004 07:26 PM
vxfs mount: /dev/vg05/lvol1 is corrupted. needs checking
fsck -F vxfs /dev/vg05/lvol1
fsck -o full /dev/vg05/lvol1
fsck -F vxfs -y -o full /dev/vg05/lvol1
fsck -F vxfs -y -o full /dev/rdsk/c13t0d0
fsck -F vxfs -o full,nolog -y /dev/vg05/lvol1
The error is like this:
vxfs fsck: file system had I/O error(s) on meta-data.
pass0 - checking structural files
pass1 - checking inode sanity and blocks
pass2 - checking directory linkage
pass3 - checking reference counts
pass4 - checking resource maps
vxfs fsck: fsck read failure bno = 22, off = 0, len = 8192
file system check failure, aborting ....
Please help us...
Thank you for your usual support.
BTW. this are all using an external disk.
Otep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 07:38 PM
09-13-2004 07:38 PM
Re: vxfs mount: /dev/vg05/lvol1 is corrupted. needs checking
Since you said you have tried all the possible combination of fsck & you are getting an i/o error.
This could be because of the bad blocks on the disk.
Please identify the disk device file &
do a check :
#dd if=/dev/vg05/lvol1 of=/dev/null bs=8192
or
#dd if=/dev/dsk/cXtYdZ of=/dev/null bs=8192
The o/p should be the same for both recored in & out.
If the dd is unsuccessful, you have a faulty disk which cannot be read properly.
Also check syslog for any other errors &
If possible run stm & see if gives the information on the selected disk.
Also see if physical indication (LED) is there on the external disk.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 08:29 PM
09-13-2004 08:29 PM
Re: vxfs mount: /dev/vg05/lvol1 is corrupted. needs checking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 09:03 PM
09-13-2004 09:03 PM
Re: vxfs mount: /dev/vg05/lvol1 is corrupted. needs checking
++++++++++++++++++++++++++++++++++++++++++++
Fisrt check whether you have STM i.e. Onlinediag installed or not with swlist command w/o any option.
if insrtalled you will get something like this :
OnlineDiag B.11.00.24.11 HPUX 11.0 Support Tools Bundle, Mar 2003
along with your other installed software.
IF yes then:
2 ways you can use this, i prefer no.II
I [ TUI ]( Text user interface )
1) login as root
2) run cstm
This is menu driven you can select the disks and from menu you have to run info
on the disk..
&
II GUI ( graphical User interface )
For this you require a pc with Xwindows software installed:
1) login as root
2) export display to local
3) xstm
This is also menu driven &
admin friendly ...
+++++++++++++++++++++++++++++++++++++++++++++
BTW,
do you see any problems in ioscan & diskinfo?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 09:29 PM
09-13-2004 09:29 PM
Re: vxfs mount: /dev/vg05/lvol1 is corrupted. needs checking
Shaik suggested very good steps in order to check disk by STM tools. Anyway I saw that error in past and it usually is an hw problem. I think so because I notice the I/O error' on fsck output and 'fsck read failure'. Then I would suggest you to open as soon as possible an hw call by HP.
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 10:21 PM
04-05-2005 10:21 PM