Operating System - HP-UX
1834497 Members
2926 Online
110067 Solutions
New Discussion

Re: How do I tell if I have online JFS installed?

 
SOLVED
Go to solution
Jim Allan
Advisor

How do I tell if I have online JFS installed?

hi all

how do I tell if i have online JFS installed. From what I understand it is a package that allows for manipulation of disk and partition sizes whilst the system is live and the partition is online..

I checked for the presence of fsadm, and it is there, i don't know how else to check..

thanks in advance

jm
6 REPLIES 6
Fred Ruffet
Honored Contributor
Solution

Re: How do I tell if I have online JFS installed?

"swlist -l bundle" should return you a line for "HP OnLineJFS (Advanced VxFS)". If not, it isn't installed.

Note that you need a codeword for this bundle.

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
john korterman
Honored Contributor

Re: How do I tell if I have online JFS installed?

Hi,

# swlist | grep -i jfs

Should produce something like this:
B3929BA B.11.00 HP OnLineJFS (Advanced VxFS)


regards,
John K.
it would be nice if you always got a second chance
Paul_481
Respected Contributor

Re: How do I tell if I have online JFS installed?

Hello Jim,

You can check if you have online JFS by typing this command on the commandline

#swlist -l product OnlineJFS

Hope it helps.

Best Regards,

Paul
Jim Allan
Advisor

Re: How do I tell if I have online JFS installed?

thanks guys!

sorted
Franky_1
Respected Contributor

Re: How do I tell if I have online JFS installed?

Hi,

just type swlist |grep -i online

Regards

Franky
Don't worry be happy
Jim Allan
Advisor

Re: How do I tell if I have online JFS installed?

thanks, sorted out now