- 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
05-12-2004 03:22 PM
05-12-2004 03:22 PM
swlist -l fileset|grep -i jfs
swlist -l fileset|grep -i vxfs
Don't give me a version number.
Viktor
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 03:40 PM
05-12-2004 03:40 PM
Re: Version of VxFS
# fstyp -v /dev/vg00/lvol5
This will give you the version of vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 03:44 PM
05-12-2004 03:44 PM
Re: Version of VxFS
Run fstyp -v against the LV. If it comes back version 3 then it's v3.1 - if it comes back version 4 then it's v3.3 or even v3.5.
Confused now?
fstyp -v /dev/vg_name/lv_name
There is a difference between VxVM which is a volume mgr & vxfs which is a filesystem type.
But both VxVM & LVM use the vxfs FS type.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 03:44 PM
05-12-2004 03:44 PM
Re: Version of VxFS
What version of JFS am I running?
DocId: KBRC00009759
Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066374221
US
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066374221
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 03:59 PM
05-12-2004 03:59 PM
Re: Version of VxFS
Michael, for some reason known only to the internet, I could not follow your links.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 04:03 PM
05-12-2004 04:03 PM
Re: Version of VxFS
You need a system handle tied to a support contract to get to some TKB docs - so here's the jest:
Date: 6/3/02
Document description: What version of JFS am I running?
Document id: KBRC00009759
You may provide feedback on this document
What version of JFS am I running?
DocId: KBRC00009759 Updated: 1/24/03 9:13:00 AM
PROBLEM
I can find a lot of information that helps me determine what
filesystem type I am running. For example, whether or not
my filesystem is version 3 or version 4.
Try
# /sbin/fs/vxfs/subtype
If it comes back JFS 3.3 then ther you go - if it doesn't then it 3.1
Or try
# what /stand/vmunix | grep vx | more
If you see vx33* then that's the ticket.
Or even try
# swlist -l bundle | grep -i jfs
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 04:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 04:22 PM
05-12-2004 04:22 PM
Re: Version of VxFS
So if my filesystem are at version 4 then I must have the software version 3.3 or above to support this metadata version.
Excellent.
I can still not find any reference to a VxFS/JFS version with any of the swlist commands or the what on the kernel. This is a pain.
Viktor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 12:55 AM
05-14-2004 12:55 AM
Re: Version of VxFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 01:34 AM
05-14-2004 01:34 AM
Re: Version of VxFS
I think the VxFS 3.x is really the same bits as the JFS code (HP joint and Veritas).
try running: vxlicrep (report features of VxVM)
cd /etc/vx/licenses/lic
vxlicrep
you can check your version of the FS type:
fstyp -v /dev/vx/dsk/dg1/voln
check your man pages, in:
/opt/VRTS/man or linked to:
/usr/share/man/fs/vxfs3.? (3.2?)
maybe this directory is different.
ls -l /usr/lib/*vxfs*
shows runtime libs.