1855347 Members
9316 Online
104109 Solutions
New Discussion

Jfs Release version

 
Filosofo
Regular Advisor

Jfs Release version

Hi,
I think that is a simple question...but I don't answare.....
I have a rp8420 system with install hp-ux 11.11 Mission Critical enviroment; How to know jfs release ( 3.3 or 3.5 ) ? I try with swlist -l product JFS but nothing

Thanks for help

Regards

Filo
Sistem engeneer expert
30 REPLIES 30
Cem Tugrul
Esteemed Contributor

Re: Jfs Release version

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

good Luck,
Our greatest duty in this life is to help others. And please, if you can't
Robert-Jan Goossens
Honored Contributor

Re: Jfs Release version

Hi Filo,

Try this,

# what /stand/vmunix | grep libvxfs

Best regards,
Robert-Jan
Steven E. Protter
Exalted Contributor

Re: Jfs Release version

Shalom Filo

swlist -l product | grep -i jfs

may help

swlist -l product | grep BC3929CA

Might help get the listing.

also

swlist -i

Find jfs and onlinejfs and drill into them with the GUI.

I believe 3.5 JFS is standard. Online JFS is harder to tell.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Hemmetter
Esteemed Contributor

Re: Jfs Release version

Hi Filo


try:

$ fstyp -v /dev/vgX/lvolY

it will output Version.


rgds
HGH
Muthukumar_5
Honored Contributor

Re: Jfs Release version

Check like,

# swlist -l product | grep -i jfs

will give it.

--
Muthu

Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Jfs Release version

Hi,

# swlist |grep -i jfs

will give you the version.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Cem Tugrul
Esteemed Contributor

Re: Jfs Release version

Filosofo,
As an additon to other replies here are some links below;

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

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

Good Luck,

Ps:Do not forget to submit points!!!
:-))
Our greatest duty in this life is to help others. And please, if you can't
Simon Wickham_6
Regular Advisor

Re: Jfs Release version

Hi,

/usr/sbin/fstyp -v /dev/vg00/lvol8 for example will only show details as similar below.

I beleive that swlist | grep -i jfs, but if this fails run /opt/ignite/bin/print_manifest > /tmp/search.txt

vxfs
version: 4
f_bsize: 8192
f_frsize: 8192
f_blocks: 655872
f_bfree: 442073
f_bavail: 442073
f_files: 33824
f_ffree: 2139030432
f_favail: 2139030432
f_fsid: 1073741832
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 655872

Regards,
Simon
Filosofo
Regular Advisor

Re: Jfs Release version

Thank for the help,
I tried to execute the commands advise, belog the results:

swlist -l product | grep -i jfs
JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11.03.03 Online features of the VxFS File System

what /stand/vmunix | grep libvxfs
$Revision: libvxfs.a: CUPI80_BL2000_1108_2 Wed Nov 8 10:59:22 PST 2000 $

fstyp -v /dev/vg00/lv_oracle
vxfs
version: 4
f_bsize: 8192
f_frsize: 2048
f_blocks: 4194304
f_bfree: 4192718
f_bavail: 4061696
f_files: 1048208
f_ffree: 1048176
f_favail: 1048176
f_fsid: 1073741833
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 4194304

but from all the command I can't see JFS version ( 3.3 or 3.5 ).... I can see only Disk layout version that is 4...

There are a way to find JFS Version ?

Thanks

Filo
Sistem engeneer expert
Robert-Jan Goossens
Honored Contributor

Re: Jfs Release version

OnlineJFS B.11.11.03.03 Online features of the VxFS File System = version 3.3

Try

# /sbin/fs/vxfs/subtype

or

# what /stand/vmunix | grep vx | more

Robert-Jan
Cem Tugrul
Esteemed Contributor

Re: Jfs Release version

#swlist -l product|grep -i online
must return something like;
OnlineJFS B.11.11 Online features of the VxFS File System

Also for to check the necessary drives included in kernel or not?
Then;
/usr/lbin/sysadm/system_prep -s /tmp/system.out;grep ^vx /tmp/system.out

must return like;
vxdmp_q4
vxfs
vxportal
vxvm_q4
vxvm
vxdmp

so this means online jfs software installed
in your system and you can use it
Our greatest duty in this life is to help others. And please, if you can't
Cem Tugrul
Esteemed Contributor

Re: Jfs Release version

http://docs.hp.com/en/B3929-90011/index.html
Our greatest duty in this life is to help others. And please, if you can't
Cem Tugrul
Esteemed Contributor

Re: Jfs Release version

Filo;
try to have a look of the attachment
Our greatest duty in this life is to help others. And please, if you can't
Cem Tugrul
Esteemed Contributor

Re: Jfs Release version

Filo;
try to have a look of the attachment
Our greatest duty in this life is to help others. And please, if you can't
Alzhy
Honored Contributor

Re: Jfs Release version

Try:

swlist -l fileset|egrep -i "jfs|vxfs"


On rp8420 where you are most likely running Enterprise OE 11.11 - Online JFS is already bundled. If you have not installed Online JFS 3.5 or VxFS 3.5 - then your version will be 3.3. Note that JFS is the same as VxFS. Online JFS is the same as Full VxFS.

If you have upgraded to Online JFS 3.5 - then your Ojfs/VxFS version is something like:

# swlist|grep -i vxfs
BaseVxFS B.03.50.0 VERITAS File System Bundle for HP-UX
PHCO_30689 1.0 VxFS 3.5-ga15 Command Cumulative Patch 04
PHKL_31983 1.0 VxFS 3.5-ga15 Kernel Cumulative Patch 08

Hope this helps.
Hakuna Matata.
Geoff Wild
Honored Contributor

Re: Jfs Release version

You should be at 3.3 - JFS version 3.5 only supported on 11iV2:

http://seer.support.veritas.com/docs/271664.htm

If this returns something:

swlist HPUXBaseOS.JFS

Then you are on 3.5....

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.
Geoff Wild
Honored Contributor

Re: Jfs Release version

Actually - my last statement may be incorrect - try:

swlist Base-VXVM

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.
Alzhy
Honored Contributor

Re: Jfs Release version

Geof Correction:

JFS 3.5 (VxFS 3.5) IS supported on 11.11. I've been using it since 2003.

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BASEVXFS
Hakuna Matata.
Geoff Wild
Honored Contributor

Re: Jfs Release version

Nelson, yes - I noticed that when I checked my 11iv1 servers:

# swlist Base-VXVM
# Initializing...
# Contacting target "svr1005"...
#
# Target: svr1005:/
#

# Base-VXVM B.03.50.5 Base VERITAS Volume Manager Bundle 3.5 for HP-UX
Base-VXVM.VRTSvxvm 3.5m Base VERITAS Volume Manager 3.5 for HP-UX
Base-VXVM.VRTSvmdoc 3.5m VERITAS Volume Manager Documentation
Base-VXVM.VRTSfspro 3.5-ga08 VERITAS File System Management Services Provider
Base-VXVM.VRTSvmpro 3.5m VERITAS Volume Manager Management Services Provider
Base-VXVM.VRTSobgui 3.0.2.261a VERITAS Enterprise Administrator
Base-VXVM.VRTSob 3.0.2.261a VERITAS Enterprise Administrator Service
Base-VXVM.VRTSvlic 3.00.007e VERITAS License Utilities

# swlist HPUX11i-OE
# Initializing...
# Contacting target "svr1005"...
#
# Target: svr1005:/
#

# HPUX11i-OE B.11.11.0306 HP-UX 11i Operating Environment Component


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.
Alzhy
Honored Contributor

Re: Jfs Release version

Geoff, what do you mean you notice?

You are confusing VxVM 3.5 with VxFS 3.5...

VxFS is available on 11.11 systems. If you have the base JFS and you applied the upgrade then your at JFS 2.5. IF you had Online JFS and you upgraded you are instantly on Online JFS 3.5 (aka VxFS 3.5).

Again, those of you who are on 11.11 - wither with the base JFS or Online JFS and want to go to JFS 3.5 or VxFS 3.5 -- it is a simple upgrade:

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BASEVXFS

swlist will then show you:

On FOUNDATION 11.11 OE :
nclass# swlist|egrep -i "jfs|vxfs"
B3929CA B.11.11 HP OnLineJFS
BaseVxFS B.03.50.0 VERITAS File System Bundle for HP-UX
PHCO_30689 1.0 VxFS 3.5-ga15 Command Cumulative Patch 04
PHKL_31983 1.0 VxFS 3.5-ga15 Kernel Cumulative Patch 08

On ENTERPRISE 11.11 OE where Online JFS is bundled(i.e. rpXXXX):

rp8420# swlist -l product |egrep -i "vxfs|jfs"
JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11 Online features of the VxFS File System
PHCO_26252 1.0 mount_vxfs(1M) cumulative patch
PHCO_29897 1.0 VxFS 3.5-ga15 Command Cumulative Patch 03
PHCO_29926 1.0 fsck_vxfs sync switch;invalid sparse inode
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_29896 1.0 VxFS 3.5-ga15 Kernel Cumulative Patch 05
PHKL_30366 1.0 JFS3.3;ACL patch
PHKL_30557 1.0 ufalloc;VxFS3.5;SPP fragmentation;AIO;EVP
PHKL_31212 1.0 System panic on VxFS mount
PHKL_32235 1.0 VxFS cumulative patch for three way deadlock
VRTSvxfs 3.5-ga15 VERITAS File System with CFS Support

rp8420# swlist|grep -i vxfs
BaseVxFS B.03.50.0 VERITAS File System Bundle for HP-UX
Hakuna Matata.
erics_1
Honored Contributor

Re: Jfs Release version

If I remember correctly from my days in support, 11.11 comes with jfs 3.3 by default. IF swlist does not show a jfs version, you have 3.3 installed. Otherwise, you have installed whichever version swlist output shows (i.e. 3.5).

Regards,
Eric
Geoff Wild
Honored Contributor

Re: Jfs Release version

Ah yes - got the VXVM/VXFS mixed up...

Anyway - by default, 11iV1 is JFS 3.3 and 11iV2 is JFS 3.5.

That said - I still can't seem to prove it.

On a MCOE 11iv1:

# swlist|egrep -i "jfs|vxfs"
PHCO_26252 1.0 mount_vxfs(1M) cumulative patch
PHCO_29926 1.0 fsck_vxfs sync switch;invalid sparse inode
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
PHKL_31212 1.0 System panic on VxFS mount
PHKL_32669 1.0 VxFS cumulative patch

shows I have a pacth installed for JFS 3.3 - does that prove I'm running JFS 3.3?

On a 11iv2 MCOE machine, swlist|egrep -i "jfs|vxfs" returns nada...

# swlist -l product JFS
# Initializing...
# Contacting target "sha1"...
#
# Target: sha1:/
#

JFS B.11.23 The Base VxFS File System

# swlist -l fileset JFS
# Initializing...
# Contacting target "sha1"...
#
# Target: sha1:/
#

# JFS B.11.23 The Base VxFS File System
JFS.JFS-ENG-A-MAN B.11.23 JFS Manual Pages for HP-UX
JFS.JFS-JPN-E-MAN B.11.23 JFS Manual Pages for HP-UX
JFS.JFS-JPN-S-MAN B.11.23 JFS Manual Pages for HP-UX
JFS.VXFS-BASE-KRN B.11.23 The Base VxFS File System Kernel files
JFS.VXFS-BASE-RUN B.11.23 Utilities for JFS management
JFS.VXFS-PRG B.11.23 Subproduct contains the necessary header files for prog env


Basically, the descriptions provided are somewhat meaningless....

So, back to Filo's original question - how to tell which version of JFS are you running?

Now, if you do a

man vxupgrade

it will tell you the version of the disk layout you can move to - if it says 3 or 4 - then you are on JFS 3.3 - if it says 3, 4, or 5, then you are on JFS 3.5...

Still...that doesn't say for sure....

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.
Chauhan Amit
Respected Contributor

Re: Jfs Release version

Hi Filo

Alternate way which I can suggest is check the directory under "/sbin/fs" , it will clearly tell you which vxfs version you are using. I am using 11iv2 and it shows directory name "vxfs4.1" .

In 11.00 Systems, try the following command

#swlist -l fileset JFS
â If JFS 3.3 is installed, the output will include the following:
JFS 3.3 JFS 3.3 base filesystem
JFS.JFS-BASE-KRN 3.3 JFS 3.3 filesystem commands
JFS.JFS-BASE2-KRN 3.3 JFS 3.3 filesystem kernel libraries - 32 bit
JFS.JFS-ENG-A-MAN 3.3 JFS 3.3 filesystem man pages

Regards,
Amit
If you are not a part of solution , then you are a part of problem
Chauhan Amit
Respected Contributor

Re: Jfs Release version

Hi Ray,

Alternate way i can suggest is just check the directory under "/sbin/fs" .I am using 11i version2 and it is showing me the "vxfs4.1" directory.

In 11.00 Systems, try following command
swlist -l fileset JFS
â If JFS 3.3 is installed, the output will include the following:
JFS 3.3 JFS 3.3 base filesystem
JFS.JFS-BASE-KRN 3.3 JFS 3.3 filesystem commands
JFS.JFS-BASE2-KRN 3.3 JFS 3.3 filesystem kernel libraries - 32 bit
JFS.JFS-ENG-A-MAN 3.3 JFS 3.3 filesystem man pages

Regards,
amit
If you are not a part of solution , then you are a part of problem