- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Which version of JFS(VxFS) is installed.?
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-19-2005 09:03 AM
08-19-2005 09:03 AM
How to know which version of JFS (VxFS) , filesystem is installed in the system.
(OS ver is hp-ux 11.11 . )
JFS 3.1 , 3.3, or 3.5 . How to get this data.
Thanks ,
Rveri.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 09:08 AM
08-19-2005 09:08 AM
Re: Which version of JFS(VxFS) is installed.?
This will list the package version #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 09:11 AM
08-19-2005 09:11 AM
Re: Which version of JFS(VxFS) is installed.?
It gives that much only,
# swlist -l bundle | grep -i online
OnlineDiag B.11.11.15.13 HPUX 11.11 Support Tools Bundle, Dec 2004
#
Thx,
-------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 09:16 AM
08-19-2005 09:16 AM
Re: Which version of JFS(VxFS) is installed.?
# swlist -l product | grep -i online
OnlineJFS B.11.11 Online features of the VxFS File System
PHCO_25831 1.0 SCSI Ultra160 driver Online Addition script
# swlist -l product | grep -i jfs
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.
-----------------------------------------
But still it does not gives which version is installed..
How to find out which version of JFS is installed in the system. ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 09:16 AM
08-19-2005 09:16 AM
Re: Which version of JFS(VxFS) is installed.?
swlist | grep vx
# swlist | grep -i vx
Base-VXVM B.03.50.5 Base VERITAS Volume Manager Bundle 3.5 for HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 09:24 AM
08-19-2005 09:24 AM
Re: Which version of JFS(VxFS) is installed.?
To make sure , you can use
fstyp -v /dev/vgxx/lvoly , you will see version = 4 . This is nothing but disk layout Version 4 . Version 4 disk layout is only availavle with JFS 3.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 09:48 AM
08-19-2005 09:48 AM
Re: Which version of JFS(VxFS) is installed.?
still system does not given me the output what u got:
# swlist -l product | grep -i vx
JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11 Online features of the VxFS File System
PHCO_29310 1.0 vxdump(1M) hang.
PHCO_29926 1.0 fsck_vxfs sync switch;invalid sparse inode
PHKL_26104 1.0 VX_FREEZE timeout does not work properly
PHKL_27096 1.0 VxVM,EMC,Psets&vPar,slpq1,earlyKRS
PHKL_27177 1.0 VxVM boot support change for os loader
PHKL_27734 1.0 Data page fault in vx_isumpush()
PHKL_28185 1.0 Tunable;vxportal;vx_maxlink;DMAPI NFS hang
PHKL_29045 1.0 vx_mapbad errors during fsadm -d
PHKL_29335 1.0 vx_nospace on NFS write.
PHKL_29985 1.0 VxFS perf of mmap()d files, dmapi patch
PHKL_30541 1.0 ufalloc;VxFS3.5;SPP fragmentation;AIO;EVP
--------
# swlist | grep -i vx
# [/]
# swlist -l bundle | grep -i vx
#[/]
---------
Also thanks to Sameer I can understand default with hp-ux 11.11 is 3.3 But not got the output yet.
Here is the disk layout output:
# fstyp -v /dev/vg00/lvol6
vxfs
version: 4
f_bsize: 8192
f_frsize: 1024
f_blocks: 720896
f_bfree: 586558
f_bavail: 550155
f_files: 149804
f_ffree: 146636
f_favail: 146636
f_fsid: 1073741830
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 0
f_fsindex: 7
f_size: 720896
--------------------
It shows Veritas disk layout ver: 4. , and that may be available with JFS 3.5 also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 10:07 AM
08-19-2005 10:07 AM
Re: Which version of JFS(VxFS) is installed.?
swlist |grep -i jfs
B3929CA B.11.11 HP OnLineJFS
B3929DA 3.5-ga15-01 HP OnLineJFS 3.5
if there is a product there:
swlist -l product B3929DA
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 10:27 AM
08-19-2005 10:27 AM
Re: Which version of JFS(VxFS) is installed.?
But no luck..
# swlist | grep -i jfs
# [/]
$ uname -a
HP-UX hstsap1 B.11.11 U 9000/800 642329383 unlimited-user license
Thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 10:39 AM
08-19-2005 10:39 AM
Re: Which version of JFS(VxFS) is installed.?
Also if JFS 3.5 is installed, directory /sbin/fs/vxfs3.5 will exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 10:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 11:48 AM
08-19-2005 11:48 AM
Re: Which version of JFS(VxFS) is installed.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2005 07:49 PM
08-20-2005 07:49 PM
Re: Which version of JFS(VxFS) is installed.?
#swlist -l bundle |grep jfs will provide you the required details
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 02:12 AM
08-21-2005 02:12 AM
Re: Which version of JFS(VxFS) is installed.?
that also not listing the exact version ,
see its posted in the 3rd posting.
# swlist -l product | grep -i jfs
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.
-----------------------------------------
as with hp-ux 11.i its default JFS 3.3 with Veritas Disk layout version 4.
Thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 08:08 PM
08-21-2005 08:08 PM
Re: Which version of JFS(VxFS) is installed.?
Please have a look the Q asked before...
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=109362
Good Luck,