Bill Todd
Guest
|
Posted:
Thu Dec 15, 2005 1:16 am Post subject:
Re: Using Veritas Foundation Suite to stripe a H/W striped R |
|
|
apples wrote:
| Quote: | We have a SUN cluster which is SAN connected to two Sun 3510FC storage
arrays. The disks are physically striped and mirrored at the hardware
level in the arrays, however when the Volumes were created using
Veritas Foundation Suite they were concatenated as opposed to striped.
In reading some other vendors documentation for connecting to their
storage and using their LVM software, they recommend striping the
Logical Volumes at the software level even when the disks LUN's are
already striped. We've done this and have noticed significant
performance gains.
Does this make sense
|
Yes: instead of distributing your accesses across only half your disks,
you're distributing them over all of them. If they're large, streaming
accesses (involving presumably logically contiguous files), you're
getting the combined bandwidth of both arrays rather than that of just
one; if they're small, random accesses, then if there's any significant
locality (e.g., not much of your second array was actually populated
with data in the concatenated configuration), you're getting the
combined IOPS of both arrays rather than that of just one.
and can someone provide me with either Veritas or
| Quote: | SUN documentation which supports this.
|
Not me - that's why I left this for a while for someone else to answer.
- bill |
|