Update Netperf cluster web page some to take into account new stuff,
like additional power controllers. Point at the wiki reservation page for making reservations.
This commit is contained in:
parent
10b13a9078
commit
48f4ad8874
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29219
1 changed files with 21 additions and 39 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/netperf/cluster.sgml,v 1.14 2006/04/29 14:14:14 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/netperf/cluster.sgml,v 1.15 2006/08/19 21:20:43 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD Network Performance Project (netperf)">
|
||||
<!ENTITY email 'mux'>
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
|
@ -20,7 +20,6 @@
|
|||
<li><a href="#resources">Netperf Cluster Resources</a></li>
|
||||
<li><a href="#procedures">Netperf Cluster Procedures</a></li>
|
||||
<li><a href="#notes">Current Configuration Notes and News</a></li>
|
||||
<li><a href="#reservations">Reservations</a></li>
|
||||
</ul>
|
||||
|
||||
<a name="introduction"></a>
|
||||
|
@ -134,13 +133,13 @@
|
|||
FreeBSD Systems and the FreeBSD Foundation.</p></li>
|
||||
|
||||
<li><p><b>cheetah</b> is a dual core Opteron 270 system with two
|
||||
2GHz CPUs each with two cores using a Tyan K8S Pro (S2882)
|
||||
motherboard. The machine identifies as a quad processor machine
|
||||
in dmesg. The system has SATA disk, 2GB of RAM, 1GB for each
|
||||
processor, and 5 ethernet ports. fxp0 is the management port
|
||||
and em0, em1, bge0 and bge1 are gigE interfaces which will
|
||||
eventually connect cheetah to elephant and orangutan. This system
|
||||
was donated by George Neville-Neil.</p></li>
|
||||
2GHz CPUs each with two cores using a Tyan K8S Pro (S2882)
|
||||
motherboard. The machine identifies as a quad processor machine
|
||||
in dmesg. The system has SATA disk, 2GB of RAM, 1GB for each
|
||||
processor, and 5 ethernet ports. fxp0 is the management port
|
||||
and em0, em1, bge0 and bge1 are gigE interfaces which will
|
||||
eventually connect cheetah to elephant and orangutan. This system
|
||||
was donated by George Neville-Neil.</p></li>
|
||||
|
||||
<li><p><b>hippo</b> is a quad-processor Pentium III 500MHz system
|
||||
with 50GB RAID array, donated by Sentex Communications.</p></li>
|
||||
|
@ -170,19 +169,21 @@
|
|||
toes.</p>
|
||||
|
||||
<ul>
|
||||
<li><p><b>Reserving a system</b> is currently done on an ad hoc basis.
|
||||
A wiki used to system reservation will shortly be introduced. In
|
||||
general, it is recommended that reservations of systems occur for
|
||||
periods of 8 hours or shorter, in order to facilitate shared use,
|
||||
although longer tests or experiments are certainly possible.</p></li>
|
||||
<li><p><b>Reserving a system</b> is now done using a <a
|
||||
href="http://wikitest.FreeBSD.org/NetperfClusterReservations"> page
|
||||
on the FreeBSD.org wiki</a>. Please make sure to mark machines as
|
||||
available when done with them, and log your use in the "past users"
|
||||
list for any significant project, as this information can be used
|
||||
to help support additional hardware acquisition and requests for
|
||||
donations.</p></li>
|
||||
|
||||
<li><p><b>Power cycling a system</b> is currently performed by
|
||||
connecting to apc2, the remote power system, using a serial port on
|
||||
zoo. Because there is a single serial connection to the power
|
||||
system, it is requested that developers minimize the amount of time
|
||||
spent connected to it, so that parallel use of the system can occur
|
||||
more readily. In particular, please do not leave a cu/tip session
|
||||
to the power system open for extended periods of time.</p></li>
|
||||
connecting to apc[234], the remote power systems, using either a
|
||||
serial port on zoo or telnet from zoo. Please be careful to only
|
||||
power cycle machines you have a reservation for, and disconnect
|
||||
from power controller serial/telnet sessions after using them as
|
||||
multiple simultaneous connections by different users are not
|
||||
supported by the hardware.</p></li>
|
||||
|
||||
<li><p><b>Booting a specific configuration</b> is currently performed
|
||||
by interrupting the boot of a system using the serial console, or
|
||||
|
@ -242,25 +243,6 @@
|
|||
the most recent version of 5-STABLE.</p></li>
|
||||
</ul>
|
||||
|
||||
<a name="reservations"></a>
|
||||
<h2>Reservations</h2>
|
||||
|
||||
<p>Currently, no automated reservation system is in place for the netperf
|
||||
cluster, but we hope to introduce some system for reservation shortly.
|
||||
In the meantime, the following standing reservations are in place for
|
||||
the netperf cluster:</p>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr><th>System</th><th>Developer(s)</th><th>Project</th></tr>
|
||||
<tr><td>pjd</td><td>&a.pjd;</td><td>gjournal, GEOM, opencrypto</td></tr>
|
||||
<tr><td>elephant</td><td>&a.rwatson;</td><td>TrustedBSD audit
|
||||
development.</td></tr>
|
||||
<tr><td>orangutan</td><td>&a.davidxu;</td><td>libthread development,
|
||||
testing, and performance measurement.</td></tr>
|
||||
<tr><td>tiger-1, tiger-2, tiger-3</td><td>&a.rwatson;</td><td>network
|
||||
SMP testing and performance optimization.</td></tr>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue