1833862 Members
2513 Online
110063 Solutions
New Discussion

JFS version?

 
SOLVED
Go to solution
j773303
Super Advisor

JFS version?

How do I know the JFS version which has installed in the HP-UX machine?
Hero
6 REPLIES 6
Yogeeraj_1
Honored Contributor
Solution

Re: JFS version?

hi,

try:
SLX1:usr/bin>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_26233 1.0 VM-JFS ddlock, mmap,thread perf, user lim
its
SLX1:usr/bin>

hth
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
KCS_1
Respected Contributor

Re: JFS version?

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe2ac854994d9d4118fef0090279cd0f9,00.html

look at this here is one of thread .

have a good day!
Easy going at all.
Michael Tully
Honored Contributor

Re: JFS version?

# swlist -l subproduct | grep -i jfs

# JFS B.11.11 The Base VxFS File System
JFS.Development Development Environment
JFS.Manuals Manuals
JFS.ManualsByLang ManualsByLang
JFS.Runtime Runtime Configuration
OnlineJFS B.11.11 Online features of the VxFS File System
PHKL_24026 1.0 JFS Filesystem swap corruption
PHKL_24073 1.0 Fix For Deadlock Between VM and JFS

The list contains the version and the patches. Also included is the Online JFS if you have it.
Anyone for a Mutiny ?
T G Manikandan
Honored Contributor

Re: JFS version?

you can use
#fstyp -v /dev/vg00/lvol4

If it shows version4 then you have jfs3.3 installed.
If it shows version3 then the version should be below jfs3.3

You can also use
#swlist -l fileset|grep -i jfs

to find out the version of jfs fileset's installed
KCS_1
Respected Contributor

Re: JFS version?

Ravi_8
Honored Contributor

Re: JFS version?

Hi,

#swlist -l bundle|grep -i jfs
never give up