Operating System - HP-UX
1752331 Members
5666 Online
108786 Solutions
New Discussion юеВ

Re: How to view online jfs installed or not installed

 
SOLVED
Go to solution
Suraj K Sankari
Honored Contributor

Re: How to view online jfs installed or not installed

Hi,
log in as a root give below command

swlist -l product | grep -i online


Suraj
Avinash20
Honored Contributor

Re: How to view online jfs installed or not installed

Hi,

To add, if swlist shows OnlineJFS, doesn't serve the purpose. You need to check if the licensing is still available.

for verification, refer
http://docs-pro.houston.hp.com/en/5971-4774/ch01s09.html

or

# vxlicrep

Check for

License Type =
Demo End Date =

Also if you are having MCOE,

You need to execute the following command

# swlist -l fileset | grep MIRROR

It should show you an output like
LVM.LVM-MIRROR-RUN


"Light travels faster than sound. That's why some people appear bright until you hear them speak."
senthil_kumar_1
Super Advisor

Re: How to view online jfs installed or not installed

Hi

I executed following command in my system.

1)swlist -l product | grep -i online
PHKL_24745 1.0 VxFS 31 OnlineJFS cumulative patch


2)root@lgapps:/root > vxlicrep
su: vxlicrep: not found.


3)root@lgapps:/root > swlist -l fileset | grep -i MIRROR
LVM.LVM-MIRROR-RUN B.11.00 LVM-MIRROR-RUN
PHCO_24437.LVM-MIRROR-RUN 1.0 LVM.LVM-MIRROR-RUN
PHCO_33244.LVM-MIRROR-RUN 1.0 LVM.LVM-MIRROR-RUN


pls explain
Avinash20
Honored Contributor

Re: How to view online jfs installed or not installed

There is two reason for the above error

1. YOu need to provide the complete

# whereis vxlicrep

OR

2. Running swlist -l file | grep -i vxlicrep

vxlicrep is part of the fileset VRTSvlic.VLIC-RUN; this is not on the users system; this is part of BASE-VXVM.
To fix the problem first installed VRTSvlic.VLIC-RUN from the MC-OE 11.23 install DVD; then updated the OnlineJFS license using the same DVD. Neither install required a reboot.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
skt_skt
Honored Contributor

Re: How to view online jfs installed or not installed

you have version lower than 3.5 and that is why vxlicrep NOT present
Bijeesh
Respected Contributor

Re: How to view online jfs installed or not installed

hi

pls check with this command (shows all licenses).

# vxlicense -p
Suraj K Sankari
Honored Contributor

Re: How to view online jfs installed or not installed

Hi,
>>2)root@lgapps:/root > vxlicrep
>>su: vxlicrep: not found.

Do "which vxlicrep" or "whereis vxlicrep"

then run the command including the absolute path.

Suraj