- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- version of vxfs
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
11-14-2002 02:24 PM
11-14-2002 02:24 PM
I am running HPUX 11.0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 02:25 PM
11-14-2002 02:25 PM
Re: version of vxfs
Choose your favourite vxfs filesystem (say /dev/vg00/lvol3) and issue the following command -
fstyp -v /dev/vg00/lvol3
HTH
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 02:34 PM
11-14-2002 02:34 PM
Re: version of vxfs
# fstyp -v lvol_name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 05:03 PM
11-14-2002 05:03 PM
Re: version of vxfs
# fstyp -v /dev/vg00/lvol3
for 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 09:11 AM
11-15-2002 09:11 AM
Solutiona) Installed the JFS3.3 software.
b) Ran vxupgrade against individual filesystems.
Check for the installation of JFS 3.3 by executing "swlist -l fileset JFS"
If you have JFS 3.3, you should see something like:
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
If it is installed then run the fstyp -v command on each filesystem. As stated in the previous posts, version 4 is 3.3.
Be careful if you decide to upgrade. You should not vxupgrade any root filesystems (/, /usr, /var, /opt, etc...) and be sure to read all of the release notes:
http://docs.hp.com/hpux/onlinedocs/B3929-90007/B3929-90007.html
And remember, by default all new filesystem created are version 3 by default, so you must use the version option to mkfs to get the new v4 layout. Once at v4, there is no going back, unless you want to backup and restore.
Good luck,
Keith