1846622 Members
1448 Online
110256 Solutions
New Discussion

vxvm error

 
Pravin Kute
Occasional Contributor

vxvm error

When I am splitting the Emc BCV volumes & tring to mount is getting following error message

vxfs fsck: unrecognized vxfs version number
vxfs fsck: cannot initialize aggregate
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: vxvm error

Shalom,

Your split process has corrupted the file system.

fsck -F vxfs -o full -y

This will hopefully fix it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
James R. Ferguson
Acclaimed Contributor

Re: vxvm error

Hi:

> vxfs fsck: unrecognized vxfs version number

This suggests that you are trying to mount a VxFS filesystem with a layout version from one server onto another server whose VxFS software does *not* support that high a layout version.

# fstyp -v /dev/vgNN/lvolX

...will expose the layout version number. Make sure that its value is supported by the JFS (VxFS) software that runs on the server on which you are trying to mount the filesystem. For example, the VxFS 4.1 release does not support creating or mounting file systems with a disk layout version = 3.

Regards!

...JRF...

Regards!

...JRF...

Steven E. Protter
Exalted Contributor

Re: vxvm error

Shalom again,

Upon further reflection I believe JRF is more correct than me. The mount attempt may indeed have corrupted the file system requiring my steps. I'd upgrade vxfs first and see it that alone solves the problem.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com