- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- clarifications about lvm in hp
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
07-16-2005 01:53 AM
07-16-2005 01:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2005 01:58 AM
07-16-2005 01:58 AM
Re: clarifications about lvm in hp
I am not sure what is your query but if you want to know what is LVM all about then here it is.
http://docs.hp.com/en/B9106-90013/lvm.7.html
The same information is also available on any of your box running HPUx by typing "man lvm".
Feel free to revert if something else is to be clarified.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2005 02:23 AM
07-16-2005 02:23 AM
Re: clarifications about lvm in hp
Can you please clarify its structure briefly?
I mean how it manage data.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2005 02:42 AM
07-16-2005 02:42 AM
SolutionAgain it is a little confusing what you are asking. If you mean in which structure it stores data then it consists of following term which are also mentioned in man page.
Physical disk called as physical volume after converting to LVM disk using pvcreate command.
A Volume Group(VG) can be create on this disk using vgcreate command. If your system allready has a VG then you can extend your existing VG to this disk using vgextend command.
A VG has the Logical volumes created in it. There may be as many as 255 Logical volumes in a VG.
These LVOL's are used for creating a file system or used without creating a file system as swap or raw devices for databases.
In the end of link provided in earlier post there are commands which will took you to man page of all those for more clarifications.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2005 02:49 AM
07-16-2005 02:49 AM
Re: clarifications about lvm in hp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2005 02:10 PM
07-16-2005 02:10 PM
Re: clarifications about lvm in hp
I have attached a good document on LVM.
Hope this helps
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2005 03:58 PM
07-16-2005 03:58 PM
Re: clarifications about lvm in hp
Please find one of the documents on LVM. Hope it helps
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 03:43 PM
07-17-2005 03:43 PM
Re: clarifications about lvm in hp
Document provifded by sudheesh which is a part of HP-Ux SW Recovery Handbook is an excellebt one.
Keep Refering to it. It has almost every practical thing.
thanks
deepak