Operating System - HP-UX
1834052 Members
2304 Online
110063 Solutions
New Discussion

Which version of JFS(VxFS) is installed.?

 
SOLVED
Go to solution
rveri
Super Advisor

Which version of JFS(VxFS) is installed.?

Hi All ,

How to know which version of JFS (VxFS) , filesystem is installed in the system.
(OS ver is hp-ux 11.11 . )

JFS 3.1 , 3.3, or 3.5 . How to get this data.

Thanks ,
Rveri.
14 REPLIES 14
Rick Garland
Honored Contributor

Re: Which version of JFS(VxFS) is installed.?

swlist -l bundle | grep -i online

This will list the package version #
rveri
Super Advisor

Re: Which version of JFS(VxFS) is installed.?

Hi Rick ,

It gives that much only,

# swlist -l bundle | grep -i online
OnlineDiag B.11.11.15.13 HPUX 11.11 Support Tools Bundle, Dec 2004

#

Thx,
-------
rveri
Super Advisor

Re: Which version of JFS(VxFS) is installed.?

Also ,


# swlist -l product | grep -i online
OnlineJFS B.11.11 Online features of the VxFS File System
PHCO_25831 1.0 SCSI Ultra160 driver Online Addition script


# swlist -l product | grep -i jfs
JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11 Online features of the VxFS File System
PHKL_24026 1.0 JFS Filesystem swap corruption
PHKL_28512 1.0 Fix for POSIX_AIO in JFS3.3
PHKL_29115 1.0 JFS Direct I/O cumulative patch.
-----------------------------------------

But still it does not gives which version is installed..

How to find out which version of JFS is installed in the system. ?

Thanks.

Rick Garland
Honored Contributor

Re: Which version of JFS(VxFS) is installed.?

Looking for Veritas
swlist | grep vx
# swlist | grep -i vx
Base-VXVM B.03.50.5 Base VERITAS Volume Manager Bundle 3.5 for HP-UX
Sameer_Nirmal
Honored Contributor

Re: Which version of JFS(VxFS) is installed.?

With HP-UX 11.11 , JFS 3.3 is default.
To make sure , you can use
fstyp -v /dev/vgxx/lvoly , you will see version = 4 . This is nothing but disk layout Version 4 . Version 4 disk layout is only availavle with JFS 3.3
rveri
Super Advisor

Re: Which version of JFS(VxFS) is installed.?

Rick ,

still system does not given me the output what u got:


# swlist -l product | grep -i vx
JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11 Online features of the VxFS File System
PHCO_29310 1.0 vxdump(1M) hang.
PHCO_29926 1.0 fsck_vxfs sync switch;invalid sparse inode
PHKL_26104 1.0 VX_FREEZE timeout does not work properly
PHKL_27096 1.0 VxVM,EMC,Psets&vPar,slpq1,earlyKRS
PHKL_27177 1.0 VxVM boot support change for os loader
PHKL_27734 1.0 Data page fault in vx_isumpush()
PHKL_28185 1.0 Tunable;vxportal;vx_maxlink;DMAPI NFS hang
PHKL_29045 1.0 vx_mapbad errors during fsadm -d
PHKL_29335 1.0 vx_nospace on NFS write.
PHKL_29985 1.0 VxFS perf of mmap()d files, dmapi patch
PHKL_30541 1.0 ufalloc;VxFS3.5;SPP fragmentation;AIO;EVP
--------
# swlist | grep -i vx

# [/]
# swlist -l bundle | grep -i vx

#[/]
---------

Also thanks to Sameer I can understand default with hp-ux 11.11 is 3.3 But not got the output yet.


Here is the disk layout output:
# fstyp -v /dev/vg00/lvol6
vxfs
version: 4
f_bsize: 8192
f_frsize: 1024
f_blocks: 720896
f_bfree: 586558
f_bavail: 550155
f_files: 149804
f_ffree: 146636
f_favail: 146636
f_fsid: 1073741830
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 0
f_fsindex: 7
f_size: 720896
--------------------
It shows Veritas disk layout ver: 4. , and that may be available with JFS 3.5 also.
lawrenzo
Trusted Contributor

Re: Which version of JFS(VxFS) is installed.?

try this as I have 3.5 installed

swlist |grep -i jfs
B3929CA B.11.11 HP OnLineJFS
B3929DA 3.5-ga15-01 HP OnLineJFS 3.5

if there is a product there:

swlist -l product B3929DA

HTH
hello
rveri
Super Advisor

Re: Which version of JFS(VxFS) is installed.?

Thanks Lorenzo ,

But no luck..

# swlist | grep -i jfs
# [/]

$ uname -a
HP-UX hstsap1 B.11.11 U 9000/800 642329383 unlimited-user license

Thx.

Ermin Borovac
Honored Contributor

Re: Which version of JFS(VxFS) is installed.?

I think JFS 3.3 is default for 11.11. When you install JFS 3.5 version number will appear in the swlist output.

Also if JFS 3.5 is installed, directory /sbin/fs/vxfs3.5 will exist.
Raj D.
Honored Contributor
Solution

Re: Which version of JFS(VxFS) is installed.?

Well its JFS 3.3 and with Veritas Disklayout version 4 , and it will support:

i) Max File size = 2 TB.
ii) Max Filesystem Size = 2TB.

cheers ,
Rajd.
" If u think u can , If u think u cannot , - You are always Right . "
rveri
Super Advisor

Re: Which version of JFS(VxFS) is installed.?

Many Thanks , Rick , Sameer , Lawrenzo , Ermin, Rajd. and all who replied to this thread.

Mahesh Kumar Malik
Honored Contributor

Re: Which version of JFS(VxFS) is installed.?

Hi Rveri.

#swlist -l bundle |grep jfs will provide you the required details

Regards
Mahesh
Raj D.
Honored Contributor

Re: Which version of JFS(VxFS) is installed.?

Mahes ,
that also not listing the exact version ,
see its posted in the 3rd posting.

# swlist -l product | grep -i jfs
JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11 Online features of the VxFS File System
PHKL_24026 1.0 JFS Filesystem swap corruption
PHKL_28512 1.0 Fix for POSIX_AIO in JFS3.3
PHKL_29115 1.0 JFS Direct I/O cumulative patch.
-----------------------------------------

as with hp-ux 11.i its default JFS 3.3 with Veritas Disk layout version 4.

Thx.
" If u think u can , If u think u cannot , - You are always Right . "
Cem Tugrul
Esteemed Contributor

Re: Which version of JFS(VxFS) is installed.?

Rveri;

Please have a look the Q asked before...

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=109362

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't