- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: find out JFS version
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
08-28-2006 08:12 PM
08-28-2006 08:12 PM
find out JFS version
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 08:24 PM
08-28-2006 08:24 PM
Re: find out JFS version
simply run swlist
and u will get the information.
like this:
B3929DA 3.5-ga15-01 HP OnLineJFS 3.5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 08:24 PM
08-28-2006 08:24 PM
Re: find out JFS version
have you tried:
fstyp -v /dev/vgxx/lvolxx
man 1m fstyp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 08:34 PM
08-28-2006 08:34 PM
Re: find out JFS version
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 08:37 PM
08-28-2006 08:37 PM
Re: find out JFS version
You can use
# fstyp -v /dev/vgxx/lvolxx
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 10:15 PM
08-28-2006 10:15 PM
Re: find out JFS version
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 11:45 PM
08-28-2006 11:45 PM
Re: find out JFS version
This command shoul tell you the version of JFS that you are running,
what /stand/vmunix | grep libvxfs
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 12:45 AM
08-29-2006 12:45 AM
Re: find out JFS version
swlist -l bundle |grep -i jfs
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 07:36 PM
08-29-2006 07:36 PM