- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What version of JFS is a given fiel system?
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
10-03-2002 07:27 AM
10-03-2002 07:27 AM
I am running 11.0 and a 'swlist JFS' shows that nothing is loaded. I take this to mean that I do not have JFS 3.1 or 3.3. But then what version are my VxFS file systems? And what trauma will I go through upgrading to JFS 3.3?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 07:41 AM
10-03-2002 07:41 AM
Solutionfor example will tell you the JFS version on the FS.
# swlist -l product|grep fs
should capture all and show you if "what" JFS is loaded.
The fstyp will show like .."version4" or "version3" (at least on 11.x).If fstyp shows version4 then you got JFS3.3 installed because version4 FS is created by JFS3.3
On the other hand if the fstyp output is version3 than those are not JFS3.3 filesystem. And installaing JFS3.3 is easy, so does converting your existing vxfs to version4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 07:41 AM
10-03-2002 07:41 AM
Re: What version of JFS is a given fiel system?
Hi,
Use
fstyp -v /dev/vg00/rlvol3 |grep -i version
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 07:56 AM
10-03-2002 07:56 AM
Re: What version of JFS is a given fiel system?
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3929-90007/B3929-90007_top.html&con=/hpux/onlinedocs/B3929-90007/00/00/8-con.html&toc=/hpux/onlinedocs/B3929-90007/00/00/8-toc.html&searchterms=JFS&queryid=20021003-095607
You would use "vxupgrade" to upgrade your existing vxfs FS. Do "man vxupgrade" for details. Just remember if you eventually got around to perform "vxupgrade" make sure the FS has some free space available. Can't really tell how much exactly you need but as long as your FS utilization does not exceed 80% I think it'll be fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 08:00 AM
10-03-2002 08:00 AM
Re: What version of JFS is a given fiel system?
But... the swlist w/grep for 'fs' only returned a list of patches no products other than that. So.... I have neither JFS 3.1 or 3.3 loaded. That means I am using JFS 3.0???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 08:05 AM
10-03-2002 08:05 AM
Re: What version of JFS is a given fiel system?
# fstyp -v lvol_name
To find out the version installed on the system:
# swlist -lfileset | grep JFS
This document will explain you the steps to upgrade to JFS3.3(TKB #KBRC00004126):
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063201676
To read more about JFS3.3:
http://www.docs.hp.com/hpux/onlinedocs/B3929-90007/B3929-90007.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 08:05 AM
10-03-2002 08:05 AM
Re: What version of JFS is a given fiel system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 08:25 AM
10-03-2002 08:25 AM
Re: What version of JFS is a given fiel system?
# swlist -l fileset|grep -i jfs
or
# swlist -l fileset|grep -i vxfs
With JFS3.3(version4 FS) you not only get ACL but a few enhancement in areas of ..
-performance
-robustness (especially in shrinking FS)
-vxtunefs ( for tuning your vxfs, very slick!)
-onlinejfs of course