Operating System - HP-UX
1757033 Members
2920 Online
108858 Solutions
New Discussion юеВ

Re: How to view online jfs installed or not installed

 
SOLVED
Go to solution
senthil_kumar_1
Super Advisor

How to view online jfs installed or not installed

Hi

How to view online jfs installed or not installed.
16 REPLIES 16
Jozef_Novak
Respected Contributor
Solution

Re: How to view online jfs installed or not installed

# swlist -l product | grep -i online
Ganesan R
Honored Contributor

Re: How to view online jfs installed or not installed

Hi,

#swlist |grep -i online
Best wishes,

Ganesh.
AL_3001
Regular Advisor

Re: How to view online jfs installed or not installed

Hi Senthil,

Jozef and Ganeshan are both correct.
If you get an o/p to the command, it will mean Online jfs is installed and the current version of Online jfs. If you get no o/p, it states that online jfs is not installed.

Regards,
Ashish
AL_3001
Regular Advisor

Re: How to view online jfs installed or not installed

Senthil,

You need to trigger the command as a root user. Presence of Online JFS will show o/p something like this:

#swlist -l product | grep -i online
OnlineJFS B.11.11.03.03 Online features of the VxFS File System


Cheers,
Ashish
Taifur
Respected Contributor

Re: How to view online jfs installed or not installed

Hi Senthil

You can check it

#swlist -l product online

or from sam ,
or you can view it from nickel

#cd /opt/contrib/bin
#./nickel

From nickel you ca check all of the software which are installed on you system.

Rgds//
Taifur
Dennis Handly
Acclaimed Contributor

Re: How to view online jfs installed or not installed

>Ashish: You need to trigger the command as a root user.

You don't need to be root to use /usr/sbin/swlist. (Though you could use swacl(1m) so root is required.)
R.K. #
Honored Contributor

Re: How to view online jfs installed or not installed

Hi Senthil,

# swlist -l product | grep -i online
OnlineJFS B.11.11.04 Online features of the VxFS File System


# swlist -l product | grep -i jfs
JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11.04 Online features of the VxFS File System


So any of the above will work fine for you.

Regds,
R.K.
Don't fix what ain't broke
UVK
Trusted Contributor

Re: How to view online jfs installed or not installed

I do the below to check online JFS

#swlist -l product | grep -i online


root_hpdev1> swlist -l product | grep -i online
OnlineJFS B.11.11.03.03 Online features of the VxFS File System
PHCO_25831 1.0 SCSI Ultra160 driver Online Addition script

-uvk
-------------------------------------------
Like it or worked !! Click kudos !!
skt_skt
Honored Contributor

Re: How to view online jfs installed or not installed

a little more to add up on onlinejfs

Vxlicense was the old license reporting tool prior to the version 3.5 and vxlicrep is the new reporting tool. So vxlicrep is the right tool for HP-UX 11.23 servers.


Old Command New Equivalent

Vxlicense -c vxlicinst
Vxlicense -p vxlicrep
Vxlicense -t vxlictest