1752425 Members
4941 Online
108788 Solutions
New Discussion юеВ

version JFS(VxFS)

 
SOLVED
Go to solution
Alberto Hurtado
Frequent Advisor

version JFS(VxFS)

Good afternoon
I have a question please...
How can i know wich is my JFS(VxFS) Version ???

swlist -l and the sam not give me the version.
10 REPLIES 10
Karthik S S
Honored Contributor

Re: version JFS(VxFS)

fstyp -v /dev/vgXX/lvolXX

will show you the version of the JFS that you are using.

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Rajeev  Shukla
Honored Contributor

Re: version JFS(VxFS)

use swlist -l fileset|grep JFS
Alberto Hurtado
Frequent Advisor

Re: version JFS(VxFS)

Where is it the version ????

913:/ => swlist -l fileset|grep JFS
AdvJournalFS.AJFS-ENG-A-MAN B.11.00 AJFS-ENG-A-MAN
AdvJournalFS.AJFS-JPN-E-MAN B.11.00 AJFS-JPN-E-MAN
AdvJournalFS.AJFS-JPN-S-MAN B.11.00 AJFS-JPN-S-MAN
JournalFS.JFS-ENG-A-MAN B.11.00 JFS-ENG-A-MAN
# PHKL_13201 1.0 JFS vx_olt_ilistadd() panic fix
# PHKL_13203 1.0 JFS Inode Can Be Left in Inconsistent State
# PHKL_14749 1.0 Adv. JFS read/write syscall PANIC fix
# PHKL_14763 1.0 JFS extended map inodes cause fsck failure
# PHKL_17795 1.0 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf cumul
# PHKL_18452 1.0 Invalid I/O sizes from JFS causes hangs
# PHKL_18543 1.0 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch
# PHKL_18800 1.0 Cumulative JFS patch - panic:dirty inval
# PHKL_19201 1.0 JFS deadlock in snapshot code
# PHKL_19991 1.0 Fixes mmap & I/O coherency, enables JFS ACLs
# PHKL_20017 1.0 Fix boot, JFS hangs; I/O performance
# PHKL_20335 1.0 boot,JFS;IO perf;PA8600;3GB data;NFS;bcache
# PHKL_21491 1.0 fix VxFS(JFS 3.1) fsadm hang
# PHKL_21781 1.0 boot,JFS,PA8600,3Gdata,NFS,IDS,PM,VM,async
# PHKL_22393 1.0 VxFS 31 OnlineJFS cumulative patch
Karthik S S
Honored Contributor

Re: version JFS(VxFS)

Did you try fstyp???

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Rajeev  Shukla
Honored Contributor

Re: version JFS(VxFS)

vxfs 3.1 (JFS 3.1)
Alberto Hurtado
Frequent Advisor

Re: version JFS(VxFS)

Yes but i dont know if the version 3 is it 3.x ....
913:/ => fstyp -v /dev/vg05/lvol1
vxfs
version: 3
f_bsize: 8192
f_frsize: 8192
f_blocks: 12078592
f_bfree: 171383
f_bavail: 171383
f_files: 3762944
f_ffree: 1073761352
f_favail: 1073761352
f_fsid: 1075249153
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 0
f_fsindex: 6
f_size: 12078592
Karthik S S
Honored Contributor
Solution

Re: version JFS(VxFS)

I apologize .. fstyp will only show you the filesystem layout version. The only way is to find out the version of the VxFS is,

swlist | grep -i vxfs
or
swlist |grep -i jfs

Thanks,
Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Karthik S S
Honored Contributor

Re: version JFS(VxFS)

If you would like you can download JFS 3.3 for HP-UX 11.00 at the folowing site (free)

https://software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B8861E&date=

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Alberto Hurtado
Frequent Advisor

Re: version JFS(VxFS)

Karthik thanks a lot, i have a 3.1 JFS(VXFS) Version

Thanks to all surveys