Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

regarding Designing SAN

0 views
Skip to first unread message

varun

unread,
Aug 25, 2008, 8:19:54 AM8/25/08
to
to increase the efficiency of SAN . I am thinking of a design which
provides an in band virtualization which recieves data requst n form
of ISCSI packets. splits th requst into two . and simultanously maks
connection with two physical disk remotely placed in different
locations in sync with each other. is this thing possible !! if not
why not ?

nik Simpson

unread,
Aug 25, 2008, 10:41:41 AM8/25/08
to


Not only possible, but quite widely implemented in a variety of storage
virtualization implementations. The only real gotcha with doing this
synchronously is distance of the two locations which will impact
latency, potentially up to the point that the host will think the I/O
timed out and force a retry, or worse.

--
Nik Simpson

Ed Wilts

unread,
Aug 25, 2008, 11:13:22 AM8/25/08
to

This only makes the SAN more efficient if you're only doing reads. If
you're doing a lot of writes, this makes the SAN very inefficient
since you're doing synchronous replication between 2 locations. If
they're under 100km apart and you have really low latency, you can
certainly do this. If you're trying to do this between NYC and Kansas
City, your performance is going to suck. In any case, you will
*always* slow down writes in a synchronous replication solution. You
can not write any faster than your network.

You need to determine if you're trying to build a DR solution or a
high-performance solution - they have different trade-offs.

.../Ed

Ed Wilts, RHCE, BCFP, BCSD, SCSP, SCSE
mailto:ewi...@ewilts.org

varun

unread,
Aug 26, 2008, 2:46:58 AM8/26/08
to

ok , beside keeping two remote location in sync ! what are the
advantages of striping of data blocks as implemented in RAID
controllers in remote locations ? what are the pros and cons of this
solution??

0 new messages