- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Distriputed LVM and striped LVM
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
11-21-2009 03:21 AM
11-21-2009 03:21 AM
1)How to create distriputed LVM and striped LVM?
2)What is the purpose of those LVM?
3)What is the default one?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2009 07:51 AM
11-21-2009 07:51 AM
Re: Distriputed LVM and striped LVM
1. The choices are made during your logical volume creation. See the manpages for 'lvcreate'.
2. The purpose is to spread I/O across as many physical disk as possible to reduce disk queue lengths on any one device and load-level I/O. You might think of distributed extents as very large stripes. Two drawbacks to using either is if you need to grow your logical volume you must add physical volumes to its volume group in n-units where 'n' equals the number of physical volumes over which extents are spread. In my opinion, with modern SAN farms with large amounts of cache and techniques (under-the-covers) to spread data and/or dynamically move it around to eliminate hot-spots, striping and distributed extents are less useful than they once were.
3. The default is neither. Once again, look at the 'lvcreate' manpages.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2009 08:08 AM
11-21-2009 08:08 AM
Re: Distriputed LVM and striped LVM
http://www.scribd.com/doc/7782998/HPUX-System-Administrators-Guide-Logical-Volume-Management
2)What is the purpose of those LVM?
http://tldp.org/HOWTO/LVM-HOWTO/whatisvolman.html
3)What is the default one?
its depends, how you want, by default "normal" logical volume - may (1 mirror copies)
man lvcreate -> more information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2009 12:35 PM
11-21-2009 12:35 PM
Solution1)How to create distributed LVM and striped LVM?
See Attachment
2)What is the purpose of those LVM?
See Attachment (Advantages & Disadvantages gives you the purpose)
3)What is the default one?
While creating LV you need to specify which type you are going for, else it will neither be distributed nor striped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2009 09:24 PM
11-21-2009 09:24 PM
Re: Distriputed LVM and striped LVM
Check the below links:
http://networktechnologist.com/tips-hpux-lvm.html
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01919369/c01919369.pdf (BSC link updated by admin)
Rgds-Kranti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2009 01:25 AM
11-22-2009 01:25 AM
Re: Distriputed LVM and striped LVM
You can keno more if you can refer to the man pages of lvcreate/lvextend.
this is achieved using the /etc/lvmpvg the most.
lvcreate -D y -s g : -D for Distributed and -s for Striped.
The distributed allocation policy
REQUIRES the PVG-strict allocation
policy (-s g) to ensure that mirrors of
distributed extents do not overlap (for
maximum availability).
lvcreate(1M) will obtain the list of
available physical volumes from
/etc/lvmpvg. See vgextend(1M) for more
information on physical volume groups
and /etc/lvmpvg.
When a logical volume with distributed
extents is mirrored, the resulting
layout is commonly referred to as
EXTENT-BASED MIRRORED STRIPES.
Note that EXTENT-BASED MIRRORED STRIPES
can be created without the distributed
allocation policy by adding one extent
at a time to the desired physical
volumes through lvextend(1M).
The distributed allocation policy is
incompatible with the striped scheduling
policy (-i stripes) and the contiguous
allocation policy (-C y).
The lvchange(1M) command can be used to
assign the distributed allocation policy
to an existing logical volume.
Hewlett-Packard Company - 4 - HP-UX 11i Version 2: Jul 2007
Striped LVM is the one in which the data is Striped across differnet Columns also called Diffrerent PVs.
lvcreate -I
I Stripe Unit Size and i for number of Columns.
Default is none: depends on what you choose your LV to be like.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2009 06:00 AM
11-23-2009 06:00 AM
Re: Distriputed LVM and striped LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2009 06:40 AM
11-23-2009 06:40 AM
Re: Distriputed LVM and striped LVM
Though this is an information and i have never done/come across this but .. seems that
that limitation is overcome perhaps in 11.31 Sep 2008 Release where a simple striped volume can also be mirrored.
this can be reffered to page 12 of this documrnt.
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01919369/c01919369.pdf (BSC link updated by admin)
regards
sujit