- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 2 logical vols within a volume grp
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
10-09-2002 10:26 AM
10-09-2002 10:26 AM
I have already created a volume group containing 8 physical volumes, and I had one logical volume striping all 8 PEs. I realize however that I'll need 2 logical volumes within this volume group, each striping a set of 4 PEs.
I am lazy, and don't wanna create a new volume grp, and I guess I should be able to create multiple logical volumes within a single volume grp and specify the disks I wanna stripe.
I have read about /etc/lvmpvg, but don't know how it is read during lvcreate. Maybe I'm just stupid
help will be appreciated
inno
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 10:33 AM
10-09-2002 10:33 AM
Solutionhttp://forums.itrc.hp.com/cm/components/FileAttachment/0,,0xfad891ccb36bd611abdb0090277a778c,00.txt
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 10:35 AM
10-09-2002 10:35 AM
Re: 2 logical vols within a volume grp
Fisst, you cannot 'stripe' but rather must use distributed extents. See the man pages for 'lvcreate' and 'lvmpvg' for more information.
That said, the 'etc/lvmpvg' file can be created *before* or *after* you have created a logical volume. It is easist to create the mapping beforehand. To do this, 'lvcreate' a zero-size logical volume, and then use 'lvextend' with the 'pvg_name' argument to actually allocate your extents according to the 'lvmpvg' file you created.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 10:45 AM
10-09-2002 10:45 AM
Re: 2 logical vols within a volume grp
Use the following to create the LV's
#lvcreate -n
then do the following .
#lvextend -L
Do the same for the other LV and use the other 4 disks .
I guess you wanted to use extent based mirroring using /etc/lvmpvg but according to my experience I never had better performance using it . I always got better performance when I chose my stripe size myself .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 10:48 AM
10-09-2002 10:48 AM