- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Jfs Release version
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 08:57 PM
01-31-2006 08:57 PM
Jfs Release version
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 09:01 PM
01-31-2006 09:01 PM
Re: Jfs Release version
good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 09:03 PM
01-31-2006 09:03 PM
Re: Jfs Release version
Try this,
# what /stand/vmunix | grep libvxfs
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 09:04 PM
01-31-2006 09:04 PM
Re: Jfs Release version
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 09:06 PM
01-31-2006 09:06 PM
Re: Jfs Release version
try:
$ fstyp -v /dev/vgX/lvolY
it will output Version.
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 09:14 PM
01-31-2006 09:14 PM
Re: Jfs Release version
# swlist -l product | grep -i jfs
will give it.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 09:22 PM
01-31-2006 09:22 PM
Re: Jfs Release version
# swlist |grep -i jfs
will give you the version.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 10:07 PM
01-31-2006 10:07 PM
Re: Jfs Release version
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!!!
:-))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 10:13 PM
01-31-2006 10:13 PM
Re: Jfs Release version
/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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 10:48 PM
01-31-2006 10:48 PM
Re: Jfs Release version
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 11:04 PM
01-31-2006 11:04 PM
Re: Jfs Release version
Try
# /sbin/fs/vxfs/subtype
or
# what /stand/vmunix | grep vx | more
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 12:36 AM
02-01-2006 12:36 AM
Re: Jfs Release version
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 12:47 AM
02-01-2006 12:47 AM
Re: Jfs Release version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 12:53 AM
02-01-2006 12:53 AM
Re: Jfs Release version
try to have a look of the attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 12:55 AM
02-01-2006 12:55 AM
Re: Jfs Release version
try to have a look of the attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 03:27 AM
02-01-2006 03:27 AM
Re: Jfs Release version
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 03:41 AM
02-01-2006 03:41 AM
Re: Jfs Release version
http://seer.support.veritas.com/docs/271664.htm
If this returns something:
swlist HPUXBaseOS.JFS
Then you are on 3.5....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 03:42 AM
02-01-2006 03:42 AM
Re: Jfs Release version
swlist Base-VXVM
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 03:44 AM
02-01-2006 03:44 AM
Re: Jfs Release version
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 04:06 AM
02-01-2006 04:06 AM
Re: Jfs Release version
# 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 05:57 AM
02-01-2006 05:57 AM
Re: Jfs Release version
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 06:22 AM
02-01-2006 06:22 AM
Re: Jfs Release version
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 09:13 AM
02-01-2006 09:13 AM
Re: Jfs Release version
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 09:42 PM
02-01-2006 09:42 PM
Re: Jfs Release version
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 09:46 PM
02-01-2006 09:46 PM
Re: Jfs Release version
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