HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Extent Striping using LVM
Operating System - HP-UX
1837117
Members
2307
Online
110112
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
06-10-2004 07:22 PM
06-10-2004 07:22 PM
Extent Striping using LVM
Hi,
Please provide with solution on this.
I have 12 Luns each in different Array Group on XP attached to 4 FC Controller
I want to create a New VG with extent based striping.
Please let me know the steps involved to achieve the best I/O Performance.
TIA,
Santosh
Please provide with solution on this.
I have 12 Luns each in different Array Group on XP attached to 4 FC Controller
I want to create a New VG with extent based striping.
Please let me know the steps involved to achieve the best I/O Performance.
TIA,
Santosh
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:52 PM
06-10-2004 07:52 PM
Re: Extent Striping using LVM
Well you could stripe everything, all LUN's being in the same volume group depending on the size of course of the LUN's. Also use 'scsictl' to increase the queue depth. Have a look at the man page.
# lvcreate -n -i 12 -I 64 -l 2048 /dev/myvg
# scsictl -m queue_depth=16 /dev/rdsk/cXtYdZ (for each LUN)
# lvcreate -n
# scsictl -m queue_depth=16 /dev/rdsk/cXtYdZ (for each LUN)
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 07:09 PM
06-14-2004 07:09 PM
Re: Extent Striping using LVM
Hi,
create vg group
vgcreate -g grp_test /dev/vgtest /dev/dsk/....
create lv
lvcreate -D y -s g -r N -L 1000 -n lvtest1 /dev/vgtest
scsictl -m queue_depth=16 /dev/rdsk/cXtYdZ (for each LUN)
create vg group
vgcreate -g grp_test /dev/vgtest /dev/dsk/....
create lv
lvcreate -D y -s g -r N -L 1000 -n lvtest1 /dev/vgtest
scsictl -m queue_depth=16 /dev/rdsk/cXtYdZ (for each LUN)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 07:27 PM
06-14-2004 07:27 PM
Re: Extent Striping using LVM
Once you have created ypur volumegroup, say vgxx, create an lvmpvg file. vi /etc/lvmpvg
VG vgxx
PVG primary
/dev/dsk/c0t0d0
/dev/dsk/c1t0d0
/dev/dsk/c2t0d0
/dev/dsk/c3t0d0
/dev/dsk/c0t0d1
/dev/dsk/c1t0d1
/dev/dsk/c2t0d1
/dev/dsk/c3t0d1
/dev/dsk/c0t0d2
/dev/dsk/c1t0d2
/dev/dsk/c2t0d2
/dev/dsk/c3t0d2
If you have alternate links to the disks then create an additional PVG called say "alternate". Note that I've evenly loaded the 4 controllers. I suggest you round robbin the controlelrs such that you will get as even as possible usage over the controllers.
2 - Create the LV's
lvcreate -D y -s g -n -L vgxx
3 - You might want to turn off bad-block re-allocation (see lvchange, I don't remember the exact command, but I think it is lvchange -r N /dev/vgxx/)
Tim
VG vgxx
PVG primary
/dev/dsk/c0t0d0
/dev/dsk/c1t0d0
/dev/dsk/c2t0d0
/dev/dsk/c3t0d0
/dev/dsk/c0t0d1
/dev/dsk/c1t0d1
/dev/dsk/c2t0d1
/dev/dsk/c3t0d1
/dev/dsk/c0t0d2
/dev/dsk/c1t0d2
/dev/dsk/c2t0d2
/dev/dsk/c3t0d2
If you have alternate links to the disks then create an additional PVG called say "alternate". Note that I've evenly loaded the 4 controllers. I suggest you round robbin the controlelrs such that you will get as even as possible usage over the controllers.
2 - Create the LV's
lvcreate -D y -s g -n
3 - You might want to turn off bad-block re-allocation (see lvchange, I don't remember the exact command, but I think it is lvchange -r N /dev/vgxx/
Tim
-
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 2025 Hewlett Packard Enterprise Development LP