GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Specify one Logical Volume per disk
Operating System - HP-UX
1850473
Members
2463
Online
104054
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-27-2002 08:29 PM
11-27-2002 08:29 PM
How do I specify on LV creation to assign a logical volume to a particular disk. (as oppose to LV being allocated to the first disk with available PE in a volume group ). I want to allocate one logical volume (of size 4GB)to one disk (of 18GB) exclusively and the next LV allocated to 2nd disk in the volume group and so forth. Don't want multiple LV's in one disk. Let me know I need clarification.
Thanks as always.
Thanks as always.
good judgement comes from experience and experience comes from bad judgement.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 08:40 PM
11-27-2002 08:40 PM
Solution
If my physical volume has 2000 extents then I can do this. From the output of 'vgdisplay -v /dev/mygrp' Your disks will be displayed. (of course they have to added first)
# lvcreate -n mylv /dev/mygrp
# lvextend -l 2000 /dev/mygrp/mylv /dev/dsk/c0t6d0
This will create a 2000 extent logical volume on the one disk. Then you can do the next one etc.
# lvcreate -n mylv /dev/mygrp
# lvextend -l 2000 /dev/mygrp/mylv /dev/dsk/c0t6d0
This will create a 2000 extent logical volume on the one disk. Then you can do the next one etc.
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 09:45 PM
11-27-2002 09:45 PM
Re: Specify one Logical Volume per disk
Mike,
Perfect answer. Tried and it worked.
Thanks a bunch.
Perfect answer. Tried and it worked.
Thanks a bunch.
good judgement comes from experience and experience comes from bad judgement.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP