<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=Workernode-v0.0.2</id>
	<title>Workernode-v0.0.2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=Workernode-v0.0.2"/>
	<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=Workernode-v0.0.2&amp;action=history"/>
	<updated>2026-05-16T07:30:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://t2bwiki.iihe.ac.be/index.php?title=Workernode-v0.0.2&amp;diff=366&amp;oldid=prev</id>
		<title>Maintenance script: Created page with &quot;  === Basic OS Installation ===  The basic requirement for this benchmark is to have SLC 4.5 for the x86_64 architecture installed and running on the hardware. You may use ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=Workernode-v0.0.2&amp;diff=366&amp;oldid=prev"/>
		<updated>2015-08-26T12:29:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;  === Basic OS Installation ===  The basic requirement for this benchmark is to have SLC 4.5 for the x86_64 architecture installed and running on the hardware. You may use ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
=== Basic OS Installation ===&lt;br /&gt;
&lt;br /&gt;
The basic requirement for this benchmark is to have SLC 4.5 for the x86_64 architecture installed and running on the hardware. You may use PXE or CD installation from:&lt;br /&gt;
&lt;br /&gt;
http://linuxsoft.cern.ch/scientific/45/x86_64/images/SL/pxeboot/&lt;br /&gt;
&lt;br /&gt;
http://linuxsoft.cern.ch/scientific/45/x86_64/images/SL/boot.iso&lt;br /&gt;
&lt;br /&gt;
Here is a summary of what the configuration must be:&lt;br /&gt;
&lt;br /&gt;
*take the &amp;quot;Personal Desktop&amp;quot; installation&lt;br /&gt;
*let the installation procedure &amp;quot;Automatically partion&amp;quot; the disk(s)&lt;br /&gt;
*keep the default firewall settings&lt;br /&gt;
*put SElinux mode active&lt;br /&gt;
*&amp;quot;Install default packages&amp;quot;&lt;br /&gt;
*add a username and call it &amp;lt;tt&amp;gt;bench&amp;lt;/tt&amp;gt;&lt;br /&gt;
*at the CERN customization step select:&lt;br /&gt;
**&amp;quot;No, I will do setup myself&amp;quot;&lt;br /&gt;
**&amp;quot;Enable checks for updates&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installing the Benchmarks ===&lt;br /&gt;
&lt;br /&gt;
This installation will download around 2 GB of software.&lt;br /&gt;
&lt;br /&gt;
*Login as user &amp;lt;tt&amp;gt;bench&amp;lt;/tt&amp;gt;&lt;br /&gt;
*Run &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://mon.iihe.ac.be/trac/t2b/attachment/wiki/Workernode-v0.0.2/bench_1.tar?format=raw -O bench_1.tar; tar -xvf bench_1.tar;./install.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Power Consumption Benchmark ===&lt;br /&gt;
&lt;br /&gt;
This benchmark takes between 10 to 15 minuntes.&lt;br /&gt;
&lt;br /&gt;
*Setup a measurement device between the power supply and the power plug&lt;br /&gt;
*Run as &amp;lt;tt&amp;gt;bench&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./start_all.sh power&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
*Collect the measured maximum power consumed before the start (in idle state) and the measured maximum power consumed during the benchmark run.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== CPU Benchmarks ===&lt;br /&gt;
&lt;br /&gt;
These benchmarks take between 12 to 24 hours and requires no manual intervention.&lt;br /&gt;
&lt;br /&gt;
*Run as &amp;lt;tt&amp;gt;bench&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./start_all.sh all&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
*To check that the benchmarks are finished just run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./start_all.sh check&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*When the benchmarks are finished, run the following command and follow the instructions:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./get_output.py&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Useful Commands ===&lt;br /&gt;
&lt;br /&gt;
 You can also run :&lt;br /&gt;
*&amp;lt;tt&amp;gt;./start_all.sh stop&amp;lt;/tt&amp;gt; to stop the benchmarks&lt;br /&gt;
*&amp;lt;tt&amp;gt;./start_all.sh check&amp;lt;/tt&amp;gt; to check if the benchmarks are still running&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TracNotice|{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>