1825768 Members
3541 Online
109687 Solutions
New Discussion

JFS version

 
SOLVED
Go to solution
Irving Lopez
Advisor

JFS version

How can i'm know the version of JFS i'm using
TAMA
7 REPLIES 7
Denver Osborn
Honored Contributor
Solution

Re: JFS version

# fstyp -v /dev/vg00/lvol4

will show the version and additional filesystem information.
Irving Lopez
Advisor

Re: JFS version

thanks you !
TAMA
Uday_S_Ankolekar
Honored Contributor

Re: JFS version

Hi,

Try fstyp command

EX: fstyp -v /dev/vg00/lvol4 will show you the version.

And yes you need to use -o largefile for filesize bigger than 2GB

-USA..
Good Luck..

Re: JFS version

According to ITRC document UFSKBRC00009741, fstyp doesn't give the exact version of JFS installed (at least for 3 and above). This document explains it pretty good.
Victor_5
Trusted Contributor

Re: JFS version

fstyp does tell you it is 3.0 or 3.1, another way is
swlist -l bundle | grep -i jfs
Victor_5
Trusted Contributor

Re: JFS version

Sorry, I mean it does not...
Jeff Schussele
Honored Contributor

Re: JFS version

Hi Irving,

It's most likely that you have ver 3.x - the only way to know which is by the bundle #.

B5118BA => ver 3.1
B3929BA => ver 3.3

Do
swlist | grep -i jfs & see which you have

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!