1833465 Members
2667 Online
110052 Solutions
New Discussion

Check JFS version

 
YLTan
Frequent Advisor

Check JFS version

How do i check the version of JFS in my server?
swlist -l product on shows B.11.11. I need the version for JFS running in the server.
tyl
5 REPLIES 5
Sanjiv Sharma_1
Honored Contributor

Re: Check JFS version

Hi Tan,

Please check this link:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=303467

hth.
Everything is possible
YLTan
Frequent Advisor

Re: Check JFS version


strangely, my server doesn't show any version when i ran swlist -l fileset|grep -i vxfs or swlist -l fileset|grep -i jfs

fstyp -v /dev/vg01/lv01 shows
vxfs
version: 4

but i need to know if its 4.x

tyl
SS_6
Valued Contributor

Re: Check JFS version

#swlist -l product |grep -i Onlinejfs
or
#swlist -l product |grep -i jfs
By providing solutions I am helping myself
Mobeen_1
Esteemed Contributor

Re: Check JFS version

If you would like to know which 4.x version is being run on your server, then i think you can look at the following commands which have been mentioned in the prior posts

#swlist -l product |grep -i Onlinejfs
or
#swlist -l product |grep -i jfs


These commands basically will list the filesets and their versions that have been installed or comitted

rgds
Mobeen
Robert-Jan Goossens
Honored Contributor

Re: Check JFS version