Operating System - HP-UX
1838334 Members
3037 Online
110125 Solutions
New Discussion

How to find out what version of LVM software I have?

 
SOLVED
Go to solution
Patrick Ware_1
Super Advisor

How to find out what version of LVM software I have?

Would this info be displayed by doing a:

swlist -l product | grep LVM
5 REPLIES 5
RAC_1
Honored Contributor
Solution

Re: How to find out what version of LVM software I have?

Yes.

I do ususally do

what /usr/sbin/lvcreate

Anil
There is no substitute to HARDWORK
Robert Bennett_3
Respected Contributor

Re: How to find out what version of LVM software I have?

works for me
"All there is to thinking is seeing something noticeable which makes you see something you weren't noticing which makes you see something that isn't even visible." - Norman Maclean
HGN
Honored Contributor

Re: How to find out what version of LVM software I have?

Hi

swlist -l product | grep LVM
this would give the version and also any associated patches for LVm installed on the system

Rgds

HGN
Patrick Ware_1
Super Advisor

Re: How to find out what version of LVM software I have?

Thanks folks!
Patrick Ware_1
Super Advisor

Re: How to find out what version of LVM software I have?

Found answer.