Operating System - HP-UX
1753403 Members
7450 Online
108793 Solutions
New Discussion юеВ

Checking online jfs on old OS version

 
SOLVED
Go to solution
Ravinder Singh Gill
Regular Advisor

Checking online jfs on old OS version

As you can see below the two servers I am working with are old and have old HPUX versions.

root@hp11:/ -: uname -a
HP-UX hp11 B.11.00 U 9000/800 675319372 unlimited-user license

root@hp10:/ -: uname -a
HP-UX hp10 B.11.00 U 9000/800 687319342 unlimited-user license


vxlicense is not present as this is a command provided on later versions. Can you advise how I can check if they have online jfs licenses/what is the command to find this out?
9 REPLIES 9
Pete Randall
Outstanding Contributor
Solution

Re: Checking online jfs on old OS version

# swlist |grep -i online
B3929CA B.11.11 HP OnLineJFS
OnlineDiag B.11.11.12.09 HPUX 11.11 Support Tools
Bundle, Sep 2003
OnlineJFS B.11.11.03.03 Online features of the Vx
FS File System


Pete

Pete
James R. Ferguson
Acclaimed Contributor

Re: Checking online jfs on old OS version

Hi:

# swlist|grep -i onlinejfs

Regards!

...JRF...
AwadheshPandey
Honored Contributor

Re: Checking online jfs on old OS version

use command
swlist |grep -i online
it will return like below if installed
B3929CA B.11.11.03.03 HP OnLineJFS
It's kind of fun to do the impossible
Ravinder Singh Gill
Regular Advisor

Re: Checking online jfs on old OS version

is there a difference between it being installed and it having a valid license?
AwadheshPandey
Honored Contributor

Re: Checking online jfs on old OS version

yup, see the output of command
#/sbin/fs/vxfs/vxenablef
System is licensed for features
Full_VxFS HP_DMAPI
It's kind of fun to do the impossible
Pete Randall
Outstanding Contributor

Re: Checking online jfs on old OS version

No, there was no license back then. If you had purchased it, you got a codeword which allowed you to install it. So, if it's installed, it's useable as is.


Pete

Pete
AwadheshPandey
Honored Contributor

Re: Checking online jfs on old OS version

Ravinder Singh Gill
Regular Advisor

Re: Checking online jfs on old OS version

Thanks for your help.
Wim Rombauts
Honored Contributor

Re: Checking online jfs on old OS version

Yes and no.
The enablement of the online version of JFS is just the installation of a license.
In HP-UX 11.11 there once was a mistake with a license that expired, but normally the licenses are permanent.

You can try fsadm with -d or -e option while the filesystem is mounted. If it works, your OnlineJFS is operational. If it complains, it's not (look at the fsadm_vxfs manpage).