- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Retrieve LVM Version
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 01:21 AM
12-19-2006 01:21 AM
I need to retrieve the LVM version for an Inventory Software.
Do you know a command for to retrieve this information?
Thanks in advance
Andrea.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 01:27 AM
12-19-2006 01:27 AM
Re: Retrieve LVM Version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 01:28 AM
12-19-2006 01:28 AM
Re: Retrieve LVM Version
Since LVM is part of the HP-UX core components, I don't believe that there is any "version" other than patches that are periodically issued against it.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 01:37 AM
12-19-2006 01:37 AM
Re: Retrieve LVM Version
and if you are after the VxFS DISK LAYOUT:
fstyp -v /dev/vgxx/lvolyy
Example:
# fstyp -v /dev/vg02/lvol02
vxfs
version: 4
f_bsize: 8192
f_frsize: 1024
.
.
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:04 AM
12-19-2006 02:04 AM
Re: Retrieve LVM Version
Thanks for your help but I have some doubt.
James said that LVM is part of the HP-UX core components so if I run swlist -l product |grep -i lvm I have the same HP-UX version of LVM version.
LVM B.11.11 LVM
The command fstyp -v /dev/vg02/lvol02 is good for retrieve the Veritas File System. is not same of the LVM?
So it seems that is not possible retrive the LVM version but it is part of the HP-UX core components.
is it right?
Thank a lot
Andrea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:14 AM
12-19-2006 02:14 AM
Re: Retrieve LVM Version
> The command fstyp -v /dev/vg02/lvol02 is good for retrieve the Veritas File System. is not same of the LVM?
That is correct. The Veritas File System layout version is a version of a *filesystem*. LVM is a disk volume management subsystem. A filesystem is a structure that resides *within* a logical volume. In HP-UX you commonly have VxFS and HFS filesystems. The older HFS type is still used for the '/stand' mountpoint.
> So it seems that is not possible retrive the LVM version but it is part of the HP-UX core components.
That is correct.
Regards!
...JRF...