Operating System - HP-UX
1837764 Members
3539 Online
110119 Solutions
New Discussion

Re: what does this error message mean?

 
zhaogui
Super Advisor

what does this error message mean?

Can anybody tells me what does the following message mean?
Thanks,

vxfs: mesg 058: vx_ivalidate - /oracle/PRstage/data1 file system inode 80 version number exceeds fileset's
vxfs: mesg 003: vx_mapbad - /dev/vgprz34/lvPRstagearch file system free extent bitmap in au 2 marked bad
6 REPLIES 6
Scott Van Kalken
Esteemed Contributor

Re: what does this error message mean?

it's saying that your filesystem has some errors.

umount and fsck the filesystem.

Depending on how you're set up, you may want to dd the disk to check for physical errors.

Mark Mitchell
Trusted Contributor

Re: what does this error message mean?

I would start by doing an
bdf -i
see if you have run out of free inodes for your file system.
Patrick Wallek
Honored Contributor

Re: what does this error message mean?

Here is a document from the TKB (Doc. ID: GLPKBRC00002290) that lists JFS error messages. The vx_mapbad message is listed.

http://us-support3.external.hp.com/cki/bin/doc.pl/sid=2932bbc40633c282ba/screen=ckiDisplayDocument?docId=GLPKBRC00002290

I was not able to find anything on the vx_ivalidate error.
Helen French
Honored Contributor

Re: what does this error message mean?

Hi,

what is the OS version ? Update your system with latest patches from HP.

HTH,
Shiju
Life is a promise, fulfill it!
zhaogui
Super Advisor

Re: what does this error message mean?

My OS is HP-UX 11.00
I encountered another error message,
vxfs: mesg 016: vx_ilisterr - /oracle/PRstage/arch file system error reading inode 30
vxfs: mesg 008: vx_direrr - /oracle/PRstage/arch file system inode 2 block 8068 error 6

When I tried to recover it using fsck, I got,
#/tmp/zzg:> fsck -F vxfs /dev/vgprz34/lvPRstagearch
log replay in progress
full file system check required, exiting ...
How do perform a full file system check?


Bill Hassell
Honored Contributor

Re: what does this error message mean?

The man page for fsck is actually split into several sections. For the -o options, you can find them in:

man fsck_vxfs

The option for a full fsck is:

fsck -F vxfs -o full /dev/vgprz34/lvPRstagearch


Bill Hassell, sysadmin