- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stripping EMC Clariion disk at the LVM level
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
05-05-2008 10:54 AM
05-05-2008 10:54 AM
On a different server we currently stripe 7 symdevs into one logical volume. My concern is that we are only using 3 Clariion devices in this stripe configuration. Any input would be greatly appreciated.
3*174GB LUNs from CX allocated to pc1065:
/dev/rdsk/c14t0d0 :DGC :CX3-80WDR5 :HP03 :Ch2 CONT : 182452224
/dev/rdsk/c14t0d1 :DGC :CX3-80WDR5 :HP03 :Ch2 CONT : 182452224
/dev/rdsk/c14t0d2 :DGC :CX3-80WDR5 :HP03 :Ch2 CONT : 182452224
please build a new VG using these 3 LUNs, use LVM to stripe across the VG using a stripe width of 256KB.
Also, as mentioned before:
1. no pv links (because we are using PP)
2. pv time out setting for PP (90)
3. turned off BBR flag
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2008 11:21 AM
05-05-2008 11:21 AM
SolutionThose 3 clarion devices are surely build on top of several drives already.
Google for: EMC Clariion plaid.
You will find a powerlink document "EMC CLARiiON Best Practices for Fibre Channel Storage", for example as: bbs.doit.com.cn/attachment.php?aid=6757
The "Volume Manager" chapter (Page 12 and 13) in there describes the Do's and Dont's for plaid. It explains probably more concise then anyone else here can.
hth,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2008 11:26 AM
05-05-2008 11:26 AM
Re: Stripping EMC Clariion disk at the LVM level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2008 11:39 AM
05-05-2008 11:39 AM
Re: Stripping EMC Clariion disk at the LVM level
Every doc I have read takes a test-it and pick the best configuration for your environment.
Best of luck, Please post your findings.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2008 11:53 AM
05-05-2008 11:53 AM
Re: Stripping EMC Clariion disk at the LVM level
Isn't the max stripe size 64k?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2008 06:45 PM
05-05-2008 06:45 PM
Re: Stripping EMC Clariion disk at the LVM level
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 03:55 AM
05-06-2008 03:55 AM
Re: Stripping EMC Clariion disk at the LVM level
- LVM striping is software-based striping, which is only valuable when the array itself doesn't provide efficient hardware-based striping.
- Software striping a set of LUNs that utilize hardware striping may generate more inefficiency than no striping at all.
- Software-based striping requires calculations which load the server, whereas hardware-based striping is done externally in the array.
As for the min/max stripe size in LVM, the man page states:
-I stripe_size Set the size in kilobytes of the stripe.
stripe_size should be a power of 2 in
the range 4 to 32768. -i and -I must be
specified together.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 07:35 AM
05-06-2008 07:35 AM
Re: Stripping EMC Clariion disk at the LVM level
Thanks again.
TJK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 07:38 AM
05-06-2008 07:38 AM
Re: Stripping EMC Clariion disk at the LVM level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 07:50 AM
05-06-2008 07:50 AM
Re: Stripping EMC Clariion disk at the LVM level
LVM striping may be an option to HIDE the poor performance of these 3 large luns. This might be why EMC is recommending it ?
As I said it could be usefull in some environments :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 08:32 AM
05-06-2008 08:32 AM
Re: Stripping EMC Clariion disk at the LVM level
Makes sense, I've used that approach for years, and it works very well, and has held up across many benchmarks as a solid performance approach. Have to admit though, when it was first suggested as the strategy, I was very skeptical.