<HTML>
<HEAD>
<TITLE>Re: [Lustre-discuss] OST failover</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
Hi,<BR>
<BR>
You interconnect OSS1 and OSS2, OSS2 and OSS3, OSS3 and OSS4, and OSS4 and OSS1 together via an out-of-band communication fabric, install Linux-HA heartbeat software to monitor mount points, and configure nodes to take over each other’s mounts in case of failure.<BR>
<BR>
The implementation I have here uses only single point-to-point links between OSS pairs (there is no crossover between failover partners) but the princple is the same; your implementation should work pretty much the same way, with a few minor differences. I’m assuming you’ve got unused NICs on your OSSes, so if you connect those to a standard GigE edge switch protected by UPS, you can create an HA fabric which will give you the coverage you need. <BR>
<BR>
Lustre itself doesn’t support failover natively, you need to implement any failover using a third-party package; most of us out there use Linux-HA to great effect.<BR>
<BR>
cheers,<BR>
Klaus<BR>
<BR>
On 8/27/08 2:30 AM, "sd a" <ewsdas@gmail.com>did etch on stone tablets:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Hi the list,<BR>
<BR>
I have 4 OSS servers , each OSS has 1 gigabit network interface and 2 OSTs,  first OST use /dev/sdb1, second OST use /dev/sdb2.<BR>
<BR>
OSS1: OST1 &  OST2<BR>
<BR>
OSS2: OST3 & OST4<BR>
<BR>
OSS3: OST5 & OST6<BR>
<BR>
OSS4: OST7 & OST8<BR>
<BR>
<BR>
Each file is striped across 4 OSTs : OST1,2,3,4 <BR>
<BR>
And I want to setup failover as:<BR>
<BR>
OST2 failover with OST3<BR>
<BR>
OST4 failover with OST5<BR>
<BR>
OST6 failover with OST7<BR>
<BR>
OST8 failover with OST1<BR>
<BR>
<BR>
How do I do?<BR>
<BR>
Thanks.<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
Lustre-discuss mailing list<BR>
Lustre-discuss@lists.lustre.org<BR>
<a href="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>