1748201 Members
3124 Online
108759 Solutions
New Discussion юеВ

Re: vxfs

 
SOLVED
Go to solution
V.Venkatesh_1
Occasional Advisor

vxfs

How to find the version of vxfs installed on HP-UX.
# swlist -l product |grep -i vxfs
The above command displays that the vxfs is installed. But it does not show the version.

Any ideas? thanks in advance

V.Venkatesh
5 REPLIES 5
James A. Donovan
Honored Contributor

Re: vxfs

HP-UX 11.0 uses layout version 3.
HP-UX 11.11 uses layout version 4.

See the man page for mkfs_vxfs.
Remember, wherever you go, there you are...
Ashwani Kashyap
Honored Contributor
Solution

Re: vxfs

Do :
#fstyp -v /dev/VG_NAME/LV_NAME .

It will tell you the version of vxfs used .
Jeff Schussele
Honored Contributor

Re: vxfs

Hi,

Use the fstyp command as follows:

# fstyp -v /dev/vgHDStools/tools
vxfs
version: 4
f_bsize: 8192
f_frsize: 1024
f_blocks: 212992
f_bfree: 211835
f_bavail: 198596
f_files: 52988
f_ffree: 52956
f_favail: 52956
f_fsid: 1073807366
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 0
f_fsindex: 7
f_size: 212992
#

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Bill Hassell
Honored Contributor

Re: vxfs

You can always use the -v option for bdfmegs (attached). The script shows how to find version, largefile setting, block/frag size, etc.


Bill Hassell, sysadmin
Alzhy
Honored Contributor

Re: vxfs

If you were asking for VxFS software version - then "swlist -l product|grep -i vxfs" will do the trick. For which there will be 2 versions for HPUX -- 3.3 (which is the same as JFS/Online JFS) and 3.5 which is the update (and the same version if you will buy the true Veritas Product). Take note that VxFS 3.5 (available since 10/02) will only support VxFS Layout Version 4.0. VxFS/OjFS 3.3 can support Filesystem Layout 2,3 and 4.

And yes "fstyp -v ..." will show you the Filesystem Layout Version.
Hakuna Matata.