<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Re: [Beowulf] Should I go for diskless or not?</title>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
  margin: 5px 5px 5px 5px;
  background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
 font-size: 9pt;
 font-family: 'Courier New';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.rvts1 /* Heading */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #0000ff;
}
span.rvts2 /* Subheading */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #000080;
}
span.rvts3 /* Keywords */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: italic;
 color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
 font-size: 10pt;
 font-family: 'Arial';
 color: #008000;
 text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
 font-size: 10pt;
 font-family: 'Arial';
 color: #008000;
 text-decoration: underline;
}
span.rvts6
{
 font-size: 8pt;
 font-family: 'tahoma';
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
 text-align: center;
}
--></style>
</head>
<body>

<p>Hallo Dr,</p>
<p><br></p>
<p>Mittwoch, 13. Mai 2009, meintest Du:</p>
<p><br></p>
<div><table border=0 cellpadding=1 cellspacing=2 style="background-color: #ffffff;">
<tr valign=top>
<td width=2 style="background-color: #0000ff;"><br>
</td>
<td width=1683>
<p><span class=rvts6>I have a cluster of identical computers. We are planning to add more nodes later. I was thinking whether I should go the diskless nodes way or not? Diskless nodes seems as a really exciting, interesting and good option, however when I did it I needed to troubleshoot a lot. I did fix it up, but I had to redo the filesystem, but the past experiences didn't make much of a difference. I still need to fix up everything, I kinda need your help to decide.</span></p>
<p><span class=rvts6>Also, performance wise, I was thinking that diskless is not a good option, and since performance matters . . .</span></p>
<p><span class=rvts6>Can somebody outline the pros and cons of each or just give me thier opinion.</span></p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p>Local disk allows you to have </p>
<p> - local cached version of the OS-Image (could lead to faster bootup - depends on the image size)</p>
<p> - local swap - can be used to suspend jobs and free the memory they are using by swapping it to disk. A newly started high-prio-job can then be started</p>
<p> - local scratch - might be useful for some jobs</p>
<p> - saves memory because you don't have to put some OS-image into RAM</p>
<p> - avoids network trafic (no NFS-Root, no /usr-mounts over NFS or such stuff... )</p>
<p><br></p>
<p>Local disk cons:</p>
<p> - it is a piece of hardware that can fail (might matter if you have a big number of nodes/disks)</p>
<p> - it costs money</p>
<p><br></p>
<p>I saw lately that a customer was using a Lustre-Filesystem for scratching (no big news, can be much faster than local disks) and to put swap-files on it. Might be a good compromise - but just if you have a lustre-environment anyway. </p>
<p><br></p>
<p>Jan                            </p>

</body></html>