- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to stripe and mirror on HP storage works EVA B...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-04-2007 07:51 AM
тАО09-04-2007 07:51 AM
When we thought we had it the lvdisplay shows stripes = 0 ...... help....Stacy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2007 08:19 AM
тАО09-04-2007 08:19 AM
Re: How to stripe and mirror on HP storage works EVA BOX
Striing is handled on the EVA box itself. They have a control workstation, a DL380 and you set up LUNS with striping on that.
The OS is not aware of the raid configuration and can not display it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2007 08:23 AM
тАО09-04-2007 08:23 AM
Re: How to stripe and mirror on HP storage works EVA BOX
Sorry, I said EVA but meant MSA. Through looking at further threads and docs it appears that I will have to use PVGs after all. In the past we have either striped OR mirrored not both.
Therefore I am on the hook hot an heavy to do this and I have never done before.
Thanks
P.S. Can any one give a base list of the steps and I can fill in the blanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2007 08:31 AM
тАО09-04-2007 08:31 AM
Re: How to stripe and mirror on HP storage works EVA BOX
This lets you set up the storage in raid 1 or 5 or how you want. I'm not aware of an HP-UX version.
However its the same deal. The OS is not aware of the striping.
This can be done by software but its more efficient to do it on the MSA array.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2007 08:34 AM
тАО09-04-2007 08:34 AM
Re: How to stripe and mirror on HP storage works EVA BOX
This lets you set up the storage in raid 1 or 5 or how you want. I'm not aware of an HP-UX version.
However its the same deal. The OS is not aware of the striping.
This can be done by software but its more efficient to do it on the MSA array.
ftp://ftp.compaq.com/pub/products/storageworks/msa1000/MSA1000BPv42.pdf
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00264598/c00264598.pdf
Also note that system won't work well without the most up to date firmware.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2007 10:31 AM
тАО09-04-2007 10:31 AM
Solution-- Create a VG for ex. vgnew
# mkdir /dev/vgnew
# mknod /dev/vgnew/group c 64 0xNN0000
-- pvcreate all LUNs for LVM use
# pvcreate /dev/rdsk/c#t#d#
-- Edit /etc/lvmpvg and create the PVGs as shown
VG /dev/vgnew
PVG PVG0
/dev/dsk/c1t0d0
/dev/dsk/c1t0d1
/dev/dsk/c1t0d2
/dev/dsk/c1t0d3
/dev/dsk/c1t0d4
PVG PVG1
/dev/dsk/c2t0d0
/dev/dsk/c2t0d1
/dev/dsk/c2t0d2
/dev/dsk/c2t0d3
/dev/dsk/c2t0d4
-- Create a 1Gb lvol striped across 5 disks and mirrored across 5 disks.
# lvcreate -L 1024 -i 5 -I 64 -m 1 -s g /dev/vgnew
~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2007 05:34 PM
тАО09-04-2007 05:34 PM
Re: How to stripe and mirror on HP storage works EVA BOX
But what kind of MSA?
MSA1000/MSA1500/MSA30?
Just in case of a MSA30 without a smartarray controller - you should set up stripes or "distributed" LVOLs, see
http://docs.hp.com/en/B2355-60105/lvcreate.1M.html
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
тАО09-04-2007 10:02 PM
тАО09-04-2007 10:02 PM
Re: How to stripe and mirror on HP storage works EVA BOX
Just to let you know that LVM Stripping & Mirroring of logical volumes at a smaller granularity than the extent level is available in 11i v3, and should be available on 11i v2 soon.
My 2 cents,
Jean-Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2007 06:26 AM
тАО09-05-2007 06:26 AM
Re: How to stripe and mirror on HP storage works EVA BOX
this is our 1st attempt at this. I think we have it now. Stacy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2007 06:27 AM
тАО09-05-2007 06:27 AM