1834017 Members
2255 Online
110063 Solutions
New Discussion

Re: find out JFS version

 
CAS_2
Valued Contributor

find out JFS version

Hi

Both JFS and OnlineJFS are installed in my HP-UX 11.11 box, but I want to find out its version (3.3 or 3.5). The output of swlist command doesn't show that info.

# swlit -l product '*JFS'

# Initializing...
# Contacting target "node0"...
#
# Target: node0:/
#

JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11 Online features of the VxFS File System

8 REPLIES 8
inventsekar_1
Respected Contributor

Re: find out JFS version

Hi,

simply run swlist
and u will get the information.

like this:
B3929DA 3.5-ga15-01 HP OnLineJFS 3.5
Be Tomorrow, Today.
Peter Godron
Honored Contributor

Re: find out JFS version

Hi,
have you tried:
fstyp -v /dev/vgxx/lvolxx

man 1m fstyp
inventsekar_1
Respected Contributor

Re: find out JFS version

$ swlist -l product |grep 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
PHKL_30366 1.0 JFS3.3;ACL patch


i think this is what u want.
Be Tomorrow, Today.
Raj D.
Honored Contributor

Re: find out JFS version

Hi CAS,

You can use
# fstyp -v /dev/vgxx/lvolxx

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
CAS_2
Valued Contributor

Re: find out JFS version

'fstyp -v' reports layout version, not software version. VxFS layouts in my box are '4'. According to docs and white paper, '4' is the default layout for both JFS 3.3 and JFS 3.5 in HP-UX 11.11.

I've seen the installed kernel patch (PHKL_28512), whose description is "Fix for POSIX_AIO in JFS3.3"... thus I believe JFS 3.3 is installed.

As shown in the post opening this thread, swlist commands just shows B.11.11 as version for "OnlineJFS" and JFS products. But in other HP-UX 11.11 boxes, swlist shows (B.11.11.03.03):

JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11.03.03 Online features of the VxFS File System

Perhaps it depends on the product number.
Jaime Bolanos Rojas.
Honored Contributor

Re: find out JFS version

Cas,

This command shoul tell you the version of JFS that you are running,

what /stand/vmunix | grep libvxfs

Regards,

Jaime.
Work hard when the need comes out.
Geoff Wild
Honored Contributor

Re: find out JFS version

What do you get with:

swlist -l bundle |grep -i jfs

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
CAS_2
Valued Contributor

Re: find out JFS version

Hi Geoff, the answer to your question is "nothing".