HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Logical volume
Operating System - HP-UX
1826631
Members
3314
Online
109695
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
04-06-2006 12:58 AM
04-06-2006 12:58 AM
Logical volume
I have Virtual Array VA7400, HP-UX 11.00.
There are two Redundancy Groups: RG1, RG2 on this VA7400.
Can I create logical volume on two LUNs ?
Krzysztof
There are two Redundancy Groups: RG1, RG2 on this VA7400.
Can I create logical volume on two LUNs ?
Krzysztof
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 01:08 AM
04-06-2006 01:08 AM
Re: Logical volume
You can create a volume group that spans multiples LUNs or physical disk, then create a logical volume in this volume group. As results, the logical volume will use both disks.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 01:10 AM
04-06-2006 01:10 AM
Re: Logical volume
Yes!
Easily use SAM and stripe the LVOL over the LUNS for performance!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
Easily use SAM and stripe the LVOL over the LUNS for performance!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 01:11 AM
04-06-2006 01:11 AM
Re: Logical volume
For example:
# Create a Volume Group with two disks or lunx
vgcreate /dev/vg01 /dev/dsk/c3t0d0 /dev/dsk/c4t0d0
# Create the logical volume with size of 500 GB, stripped across 2 disks with a stripe size of 64 KB
lvcreate -L 500 -i 2 -I 64 /dev/vg01
# Create a Volume Group with two disks or lunx
vgcreate /dev/vg01 /dev/dsk/c3t0d0 /dev/dsk/c4t0d0
# Create the logical volume with size of 500 GB, stripped across 2 disks with a stripe size of 64 KB
lvcreate -L 500 -i 2 -I 64 /dev/vg01
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP