- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 8-way stripe but 16 disks reported ...
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
08-23-2004 12:28 AM
08-23-2004 12:28 AM
8-way stripe but 16 disks reported ...
--- Logical volumes ---
LV Name /dev/vg01/lvol4
VG Name /dev/vg01
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule striped
LV Size (Mbytes) 163840
Current LE 40960
Allocated PE 40960
Stripes 8
Stripe Size (Kbytes) 64
Bad block NONE
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c3t0d0 2727 2727
/dev/dsk/c5t0d0 2727 2727
/dev/dsk/c7t0d1 2727 2727
/dev/dsk/c9t0d1 2727 2727
/dev/dsk/c3t0d2 2727 2727
/dev/dsk/c5t0d2 2727 2727
/dev/dsk/c7t0d3 2727 2727
/dev/dsk/c9t0d3 2727 2727
/dev/dsk/c3t0d4 2393 2393
/dev/dsk/c5t0d4 2393 2393
/dev/dsk/c7t0d5 2393 2393
/dev/dsk/c9t0d5 2393 2393
/dev/dsk/c3t0d6 2393 2393
/dev/dsk/c5t0d6 2393 2393
/dev/dsk/c7t0d7 2393 2393
/dev/dsk/c9t0d7 2393 2393
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 12:42 AM
08-23-2004 12:42 AM
Re: 8-way stripe but 16 disks reported ...
Check also "vgdisplay -v vg01" to see all the PV's and the different PV(PE) sizes.
First thing that came to my mind is that it's also reporting alternate path's but vgdisplay -v will clear this up.
If not post also the output of this command.
HTH,
Peter Geluk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 12:47 AM
08-23-2004 12:47 AM
Re: 8-way stripe but 16 disks reported ...
But I'm confused as to why it says 8-way stripe and then lists 16 disks - other LVs on this system say 8-way and list 8!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 01:23 AM
08-23-2004 01:23 AM
Re: 8-way stripe but 16 disks reported ...
It seems as though this logical volume was originally created on the first set of 8 disks then extended onto the second set. There's nothing wrong with lvdisplay.
You can create a clone in exactly the same way...
lvcreate, make it zero size
lvextend onto first set of 8 disks
lvextend onto second set of 8 disks.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 01:55 AM
08-23-2004 01:55 AM
Re: 8-way stripe but 16 disks reported ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 01:59 AM
08-23-2004 01:59 AM
Re: 8-way stripe but 16 disks reported ...
I agree with John. The stripe can be obtained/maintained *as long as* you keep the PV count a mutiple of that stripe value - i.e. you could have a 4 way stripe with 4, 8, 12, 16, etc disks.
Now this LV could have been created with 8 originally or even the 16. Just needs to be a multiple of the stripe count.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 06:40 PM
08-23-2004 06:40 PM
Re: 8-way stripe but 16 disks reported ...
If you extend this VG you will hae to extend it in multiples of 8 as well. Yes its a pain but thats the carry over from the original striping definition
Regards
Gerhard