Operating System - HP-UX
1751900 Members
4966 Online
108783 Solutions
New Discussion юеВ

Re: vxfs version 5 compatibility

 
SOLVED
Go to solution
Michael Tully
Honored Contributor

vxfs version 5 compatibility

Hi,

I've been attempting to mount a set of BCV LUN's/VG/LV/FS to a 11.11 system, that the original LUN's were created on a 11:23 itanium system.

During the import I get this message:

HPUX 11:11 system
# fsck /dev/ora3/ora13
fsck: /etc/default/fs is used for determining the file system type
vxfs fsck: unrecognized vxfs version number
invalid super-block
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...

# fstyp -v /dev/ora3/rora13
unknown_fstyp (no matches)

From the 11:23 system
# fstyp -v /dev/ora3/rora13
vxfs
version: 5
f_bsize: 8192
f_frsize: 1024
f_blocks: 211943424
f_bfree: 207778976
f_bavail: 194792790
f_files: 51944776
f_ffree: 51944744
f_favail: 51944744
f_fsid: 1074200577
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 9
f_size: 211943424

So hear is my question, will or is vxfs version 5 supported on HPUX 11:11 ?

I've looked hear, but I don't know how old this document is.
http://www.docs.hp.com/en/5971-2383/5971-2383.pdf

Any help would be appreciated.
Anyone for a Mutiny ?
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor
Solution

Re: vxfs version 5 compatibility

Hi Michael:

I don't believe that a version-5 layout is supported for 11.11. With 11.23 and JFS version 3.5 it is, of course. This version of the document you cited is newer:

http://www.docs.hp.com/en/5991-5853/5991-5853.pdf

Regards!

...JRF...

p.s. Nice to see you here again :-)
Michael Tully
Honored Contributor

Re: vxfs version 5 compatibility

Hi Jim,
Good to be back even if briefly. I have another question related to this.

Is it possible to change the vxfs version 5 on my itanium box (11:23) back to vxfs version 4? Or do I have to bite the bullet and flatten it?

Cheers
Michael
Anyone for a Mutiny ?
James R. Ferguson
Acclaimed Contributor

Re: vxfs version 5 compatibility

Hi (again) Michael:

According to the 'vxupgrade(1M)' manpages, you can't downgrade disk layout versions.

Warmest regards!

It's good to see you here again, even if only briefly. Keep well down-under :-))

...JRF...
Michael Tully
Honored Contributor

Re: vxfs version 5 compatibility

Thanks Jim,

A flattening it will have to be.

Just for clarity sake, and to let other people know when you wish create a filesystem and you wish to make it an older vxfs type, here's the example I will be using.

# mksf -F vxfs -o largefiles,version=4 /dev/ora3/ora13

Cheers
Michael
Anyone for a Mutiny ?