<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ganglia Monitoring System &#187; FYI</title>
	<atom:link href="http://ganglia.info/?feed=rss2&#038;cat=4" rel="self" type="application/rss+xml" />
	<link>http://ganglia.info</link>
	<description>Monitoring clusters and Grids since the year 2000</description>
	<lastBuildDate>Tue, 21 May 2013 20:55:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upcoming Ganglia Web features</title>
		<link>http://ganglia.info/?p=464</link>
		<comments>http://ganglia.info/?p=464#comments</comments>
		<pubDate>Fri, 25 Nov 2011 02:59:41 +0000</pubDate>
		<dc:creator>vuksan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[FYI]]></category>

		<guid isPermaLink="false">http://ganglia.info/?p=464</guid>
		<description><![CDATA[We have been working hard on new Ganglia Web features that will be part of Ganglia Web 2.2.0. These are the highlights
Compare Hosts
Allows you to compare hosts across all the matching metrics (this can mean hundreds of graphs  ). You supply a regular expression that matches a set of the hosts and Ganglia will [...]]]></description>
			<content:encoded><![CDATA[<p>We have been working hard on new Ganglia Web features that will be part of Ganglia Web 2.2.0. These are the highlights</p>
<h3>Compare Hosts</h3>
<p>Allows you to compare hosts across all the matching metrics (this can mean hundreds of graphs <img src='http://ganglia.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ). You supply a regular expression that matches a set of the hosts and Ganglia will aggregate all hosts for each metric. This is useful in those cases where you are trying to find why a particular host or hosts are performing differently then another set.</p>
<p><img class="alignnone size-full wp-image-474" title="Compare Hosts - Ganglia" src="http://ganglia.info/wp-content/uploads/comparehosts1.png" alt="Compare Hosts - Ganglia" width="518" height="688" /></p>
<h3>Built-in Nagios integration</h3>
<p>This feature allows you to use your <a href="http://blog.vuksan.com/2011/04/19/use-your-trending-data-for-alerting/">Ganglia trending data to alert in Nagios</a>. There a couple nice addition to the basic check functionality e.g.</p>
<ol>
<li>Check heartbeat &#8211; as you may know gmond daemons sends a periodic heartbeat (every 20 seconds by default). If the heartbeat is missing it is fair to assume host is down. This should avoid you from having to use things like check_ping and alert you to potential down time much quicker</li>
<li>Check multiple metrics &#8211; allows you to use a single check to multiple metrics on the same host ie. check that disk free on / is more than 30%, on /tmp more than 10% etc.</li>
<li>Check single metric across multiple hosts (not yet implemented) &#8211; use a single check to check low disk space on a set of hosts defined by a regular expression e.g. instead of having separate disk checks for every host you would have a single check that would give you a break down of hosts that were not OK.</li>
</ol>
<p>If you want to peak at how basic check_metric alert works check out <a href="http://sourceforge.net/apps/trac/ganglia/wiki/ganglia_nagios_integration">Ganglia Nagios integration wiki document</a>.</p>
<h3>Aggregate graphs decomposition</h3>
<p>While viewing aggregate graphs with more than 6-7 items colors will start to blend together and it may be hard to distinguish what on graph is what. This feature allows you to decompose a graph by taking every item on the aggregate graph and putting it on a separate graph e.g. a graph like this</p>
<p><img class="size-full wp-image-472 alignnone" title="Aggregate Graph - Ganglia" src="http://ganglia.info/wp-content/uploads/agg11.png" alt="Aggregate Graph - Ganglia" width="397" height="216" /></p>
<p>will decompose into this</p>
<p><img class="size-full wp-image-473 alignnone" title="Aggregate graph decomposition" src="http://ganglia.info/wp-content/uploads/decompose1.png" alt="Aggregate graph decomposition" width="550" height="674" /></p>
<h3>Flot client side rendering</h3>
<p>We have been using <a href="http://flot.googlecode.com/">flot</a> a Javascript graphing library for a while now. In this release we are planning to make it even more interactive ie. take items of graph dynamically etc.</p>
<h3>Utilization heatmaps</h3>
<p>In this release we are turning on utilization heatmaps instead of the old style pie charts e.g.</p>
<p><img class="alignnone size-full wp-image-469" title="heatmap" src="http://ganglia.info/wp-content/uploads/heatmap.png" alt="heatmap" width="401" height="499" /></p>
<p>Most of the features have already been implemented. We are still polishing up the release and writing documentation. We could always use more help with testing and documenting things so if you are up to it please join us on Freenode channel #ganglia.</p>
<p>If you&#8217;d like to test drive some of these changes please visit <a href="http://fjrkr5ab.joyent.us/ganglia-2.0/">our demo site.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=464</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy graph aggregation</title>
		<link>http://ganglia.info/?p=359</link>
		<comments>http://ganglia.info/?p=359#comments</comments>
		<pubDate>Thu, 10 Mar 2011 21:02:17 +0000</pubDate>
		<dc:creator>vuksan</dc:creator>
				<category><![CDATA[FYI]]></category>

		<guid isPermaLink="false">http://ganglia.info/?p=359</guid>
		<description><![CDATA[We have just introduced an experimental new feature to our GWeb 2.0 UI that we are very excited about. Feature is called easy graph aggregation as it allows you to graph the same metric across a number of hosts. This is often useful when you are proactively looking for problems within your infrastructure. We have [...]]]></description>
			<content:encoded><![CDATA[<p>We have just introduced an experimental new feature to our GWeb 2.0 UI that we are very excited about. Feature is called easy graph aggregation as it allows you to graph the same metric across a number of hosts. This is often useful when you are proactively looking for problems within your infrastructure. We have made the feature even more powerful by allowing you to specify a regular expression that matches multiple hosts so if all your database servers are named db-something you can simply say db as your regular expression or db-0[1-5]. This feature is experimental so if you match too many hosts you may end up with a broken image however we have decided to put it out as a preview where we are going. Obligatory screenshots</p>
<p><strong>Line graph</strong></p>
<p><img class="alignnone size-full wp-image-360" src="http://ganglia.info/wp-content/uploads/aggregate_line.png" alt="Easy Graph Aggregation Line graph" width="527" height="391" /></p>
<p><strong>Stacked graph</strong></p>
<p><img class="alignnone size-full wp-image-361" src="http://ganglia.info/wp-content/uploads/aggregate_stack.png" alt="Easy Aggregate Stack Graph" width="533" height="390" /></p>
<p><strong>Next steps</strong></p>
<p>We need to add more error checking and bug fixes. Better composer UI and ability to add aggregate graphs to views. Stay tuned.</p>
<p>If you&#8217;d like to play with you can try it on our <a href="http://fjrkr5ab.joyent.us/ganglia-2.0/">demo server</a>. You can also read more about <a href="http://ganglia.info/?p=343">GWeb 2.0 and how to download it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=359</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gweb 2.0</title>
		<link>http://ganglia.info/?p=343</link>
		<comments>http://ganglia.info/?p=343#comments</comments>
		<pubDate>Tue, 08 Mar 2011 20:17:09 +0000</pubDate>
		<dc:creator>Bernard Li</dc:creator>
				<category><![CDATA[FYI]]></category>
		<category><![CDATA[gweb]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://ganglia.info/?p=343</guid>
		<description><![CDATA[Ganglia has been around for over 10 years but it is surprising even to me that our Web Frontend has seen very little cosmetic changes over the years.
Back in October 2010, I started an email thread in the ganglia-developers mailing-list to kickstart a &#8220;re-write&#8221; of the frontend code.  The idea is to make use [...]]]></description>
			<content:encoded><![CDATA[<p>Ganglia has been around for over 10 years but it is surprising even to me that our Web Frontend has seen very little cosmetic changes over the years.</p>
<p>Back in October 2010, I started an email thread in the ganglia-developers mailing-list to kickstart a &#8220;re-write&#8221; of the frontend code.  The idea is to make use of javascript libraries to improve on the user experience and allow customizations to cater to individual needs.  We also wanted to tackle issues like visualizing a lot of data which large sites managing tens of thousands of computers are increasingly facing. These sites also tend to track upwards of hundreds of metrics per hosts bringing total metrics monitored in the range of millions.</p>
<p>These are indeed challenging and interesting times for the project as we see a shift in the user base from the traditional High Performance Computing and Grid sites to large web 2.0 companies and companies in the Cloud space where hosts are dynamically provisioned. </p>
<p>After months of coding, we have something to show.  This is namely the effort of <a href="http://twitter.com/vvuksan">Vladimir Vuksan</a>, <a href="http://twitter.com/kastner">Erik Kastner</a>, <a href="http://twitter.com/johngoulah">John Goulah</a> and <a href="http://twitter.com/mostlyalex">Alex Dean</a>.  A demo of the new frontend can be seen <a href="http://fjrkr5ab.joyent.us/ganglia-2.0">here</a>.</p>
<p>(Thanks <a href="http://www.joyent.com/">Joyent</a> for hosting and <a href="http://twitter.com/phalenor">Andy Cobaugh</a> from Penn State University, Center for Comparative Genomics and Bioinformatics for providing access to their gmond metrics data)</p>
<p>For more in-depth description about this work, you can read Vladimir&#8217;s blog posts:</p>
<p><a href="http://vuksan.com/blog/2010/12/10/rethinking-ganglia-web-ui">http://vuksan.com/blog/2010/12/10/rethinking-ganglia-web-ui</a><br />
<a href="http://vuksan.com/blog/2011/02/20/json-representation-for-graphs-in-ganglia">http://vuksan.com/blog/2011/02/20/json-representation-for-graphs-in-ganglia</a></p>
<p>To play with the code, you can get it from <a href="https://github.com/vvuksan/ganglia-misc/tree/master/ganglia-web">GitHub</a>.</p>
<p>We value your suggestions and feedback, so please don&#8217;t be shy and either tweet about it <a href="http://twitter.com/gangliainfo">@gangliainfo</a>, ping us on IRC #ganglia at irc.freenode.net or start an email thread at ganglia-developers mailing-list!</p>
<p>We would like to release this code soon to the public, but we need your help to implement additional features, test the code, etc.  So if you are interested, please let us know!</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=343</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got Tweets?</title>
		<link>http://ganglia.info/?p=298</link>
		<comments>http://ganglia.info/?p=298#comments</comments>
		<pubDate>Tue, 26 Oct 2010 06:39:54 +0000</pubDate>
		<dc:creator>Bernard Li</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[FYI]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://ganglia.info/?p=298</guid>
		<description><![CDATA[Did you know that we are on Twitter?  Follow us @gangliainfo here: http://twitter.com/gangliainfo.  If you have something interesting to say about Ganglia, use the hashtag #Ganglia (be nice, we are sharing this with the Biology folks) and we just might re-tweet it!  Twitter feed is also available in this webpage on the [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that we are on Twitter?  Follow us @gangliainfo here: <a href="http://twitter.com/gangliainfo">http://twitter.com/gangliainfo</a>.  If you have something interesting to say about Ganglia, use the hashtag #Ganglia (be nice, we are sharing this with the Biology folks) and we just might re-tweet it!  Twitter feed is also available in this webpage on the right hand side (although re-tweets are hidden in this view).</p>
<p>Happy Twittering/Tweeting!</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=298</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring Hadoop Clusters with Ganglia</title>
		<link>http://ganglia.info/?p=88</link>
		<comments>http://ganglia.info/?p=88#comments</comments>
		<pubDate>Wed, 22 Apr 2009 23:09:36 +0000</pubDate>
		<dc:creator>Matt Massie</dc:creator>
				<category><![CDATA[FYI]]></category>
		<category><![CDATA[cloudera]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[monitoring]]></category>

		<guid isPermaLink="false">http://ganglia.info/?p=88</guid>
		<description><![CDATA[Apache Hadoop is an open-source implementation of MapReduce.  Hadoop users will be happy to know that Hadoop has built-in support for publishing run-time metrics using Ganglia.  For more details, visit the GangliaContext page on the Hadoop Wiki or Philip Zeyliger&#8217;s blog post on the Cloudera blog.  Cloudera offers an Apache 2.0 licensed [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hadoop.apache.org">Apache Hadoop</a> is an open-source implementation of <a href="http://labs.google.com/papers/mapreduce.html">MapReduce</a>.  Hadoop users will be happy to know that Hadoop has built-in support for publishing run-time metrics using Ganglia.  For more details, visit the <a href="http://wiki.apache.org/hadoop/GangliaMetrics">GangliaContext page on the Hadoop Wiki</a> or <a href="http://www.cloudera.com/blog/2009/03/12/hadoop-metrics/">Philip Zeyliger&#8217;s blog post</a> on the <a href="http://www.cloudera.com/">Cloudera</a> <a href="http://www.cloudera.com/blog">blog</a>.  <a href="http://www.cloudera.com/">Cloudera</a> offers an Apache 2.0 licensed <a href="http://archive.cloudera.com">distribution</a> to make managing Hadoop clusters easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slides from ‘Capacity Planning for LAMP’ talk at MySQL Conf 2007</title>
		<link>http://ganglia.info/?p=54</link>
		<comments>http://ganglia.info/?p=54#comments</comments>
		<pubDate>Sun, 29 Apr 2007 03:10:39 +0000</pubDate>
		<dc:creator>Matt Massie</dc:creator>
				<category><![CDATA[FYI]]></category>
		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://ganglia.info/?p=54</guid>
		<description><![CDATA[John Allspaw, Engineering Manager at flickr (yahoo!), gave a talk on how flickr uses ganglia to help with capacity planning.   The talk covers a lot of the subleties and challenges facing hugely successful web services like flickr.
]]></description>
			<content:encoded><![CDATA[<p>John Allspaw, Engineering Manager at <a href="http://flickr.com/">flickr (yahoo!)</a>, gave <a href="http://www.kitchensoap.com/2007/04/27/slides-from-capacity-planning-for-lamp-talk-at-mysql-conf-2007/">a talk on how flickr uses ganglia to help with capacity planning</a>.   The talk covers a lot of the subleties and challenges facing hugely successful web services like <a href="http://flickr.com/">flickr</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building on AIX using the native compiler</title>
		<link>http://ganglia.info/?p=51</link>
		<comments>http://ganglia.info/?p=51#comments</comments>
		<pubDate>Tue, 18 Apr 2006 16:49:21 +0000</pubDate>
		<dc:creator>knobi</dc:creator>
				<category><![CDATA[FYI]]></category>
		<category><![CDATA[aix]]></category>

		<guid isPermaLink="false">http://ganglia.info/?p=51</guid>
		<description><![CDATA[Hi,
 this is basically the README.AIX file that will be in 3.0.4. It now has a better receipe for building with the native XLC compiler. It also describes what is needed to build &#8220;gmetad&#8221;. I thought it useful to publish this now.
Using Ganglia on AIX
~~~~~~~~~~~~~~~~~~~~
This Version is tested on AIX 5.1, 5.2 and 5.3. AIX [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p> this is basically the README.AIX file that will be in 3.0.4. It now has a better receipe for building with the native XLC compiler. It also describes what is needed to build &#8220;gmetad&#8221;. I thought it useful to publish this now.</p>
<p>Using Ganglia on AIX<br />
~~~~~~~~~~~~~~~~~~~~</p>
<p>This Version is tested on AIX 5.1, 5.2 and 5.3. AIX 4.3 might work as well,<br />
but it&#8217;s not tested by now.</p>
<p>Installation<br />
~~~~~~~~~~~~</p>
<p>You still need some &#8220;tricks&#8221; to use ganglia on a AIX system:</p>
<p>1. The AIX-Version should not be compiled with shared libraries<br />
   You must add the &#8220;&#8211;disable-shared&#8221; and &#8220;&#8211;enable-static&#8221; configure<br />
   flags if you running on AIX</p>
<dd>./configure &#8211;disable-shared &#8211;enable-static</dd>
<p>2. You should use &#8220;gcc&#8221;. xlc does not work out of the box. If you only have<br />
   &#8220;xlc&#8221;, the following might work. Run configure first !!</p>
<p>   a) remove &#8220;-Wall&#8221; from all Makefiles, especially:</p>
<dd>
     lib/Makefile<br />
     gmond/gstat/Makefile<br />
     gmond/Makefile<br />
     gmetric/Makefile<br />
     gmetad/Makefile  (see below)
</dd>
<p>     This should be done automatically, but automake/autoconf experts are<br />
     needed.</p>
<p>   b) to actually build the binaries do:</p>
<dd>make CC=&#8221;cc -qlanglvl=extc99&#8243;</dd>
<p>   c) To build &#8220;gmetad&#8221;, the following is needed:<br />
   c1) install the following software, preferably from RPMs:</p>
<dd>
       libart_lgpl-devel-2.3.16-1<br />
       freetype2-devel-2.1.7-2<br />
       zlib-1.2.2-4<br />
       libpng-1.2.1-6<br />
       freetype2-2.1.7-2<br />
       libart_lgpl-2.3.16-1<br />
       rrdtool-1.2.11.perl56-1 (cp /opt/freeware/include/rrd.h /usr/include/ )
</dd>
<p>   c2) For Gmetad-3.0.3 or earlier: there is a conflict regarding the macro<br />
       &#8220;FRAMESIZE&#8221;. In &#8220;gmetad/*&#8221; change all occurences of &#8220;FRAMESIZE&#8221; to<br />
       &#8220;GMETAD_FRAMESIZE&#8221;. This will be fixed in version 3.0.4.</p>
<p>Known problems and Limitations<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
<p> &#8211; Occasionally Ganglia might report wrong network statistics, because<br />
   there is no test for arithmetic overflow of the AIX counters by now.<br />
   (Will be fixed soon, but might not make it in ganglia-3.0.2)</p>
<p> &#8211; The following standard metrics are _not_ reported (reported as 0):<br />
   mem_buffers (-), mem_shared (-), part_max_used(+), cpu_sintr<br />
   (&#8211;), cpu_intr (&#8211;), cpu_aidle (+),   cpu_nice (-)</p>
<p>   (&#8211;) cpu_nice, cpu_intr and  cpu_sintr:<br />
        There is no way to include this metric, because AIX<br />
        dose not know anything about them</p>
<p>   (-)  mem_buffers and mem_shared: libperfstat does not report<br />
        his information, but maybe somebody knows another way.</p>
<p>   (+)  part_max_used and cpu_aidle: it&#8217;s quite easy to do this<br />
        metrics as well using libperfstat, but no body has written<br />
        code so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Ganglia?</title>
		<link>http://ganglia.info/?p=45</link>
		<comments>http://ganglia.info/?p=45#comments</comments>
		<pubDate>Wed, 09 Nov 2005 07:24:23 +0000</pubDate>
		<dc:creator>Matt Massie</dc:creator>
				<category><![CDATA[FYI]]></category>

		<guid isPermaLink="false">http://ganglia.info/?page_id=45</guid>
		<description><![CDATA[Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. It is based on a hierarchical design targeted at federations of clusters. It leverages widely used technologies such as XML for data representation, XDR for compact, portable data transport, and RRDtool for data storage and visualization. It uses carefully [...]]]></description>
			<content:encoded><![CDATA[<p>Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. It is based on a hierarchical design targeted at federations of clusters. It leverages widely used technologies such as XML for data representation, XDR for compact, portable data transport, and RRDtool for data storage and visualization. It uses carefully engineered data structures and algorithms to achieve very low per-node overheads and high concurrency. The implementation is robust, has been ported to an extensive set of operating systems and processor architectures, and is currently in use on  thousands of clusters around the world. It has been used to link clusters across university campuses and around the world and can scale to handle clusters with 2000 nodes.</p>
<p>Ganglia is a <a href="http://en.wikipedia.org/wiki/BSD_license" target="_blank">BSD-licensed</a> open-source project that grew out of the <strong>University of California, Berkeley <a href="http://www.millennium.berkeley.edu/">Millennium Project</a></strong> which was initially funded in large part by the <a href="http://www.npaci.edu/">National Partnership for Advanced Computational Infrastructure</a> (NPACI) and <a href="http://www.nsf.gov/">National Science Foundation</a> RI Award EIA-9802069.  NPACI is funded by the <a href="http://www.nsf.gov/">National Science Foundation</a> and strives to advance science by creating a ubiquitous, continuous, and pervasive national computational infrastructure: the Grid.  Current support comes from <a href="http://www.planet-lab.org/">Planet Lab</a>: an open platform for developing, deploying, and accessing planetary-scale services.</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ganglia is part of OSCAR 4.0</title>
		<link>http://ganglia.info/?p=39</link>
		<comments>http://ganglia.info/?p=39#comments</comments>
		<pubDate>Tue, 11 Jan 2005 22:54:08 +0000</pubDate>
		<dc:creator>Matt Massie</dc:creator>
				<category><![CDATA[FYI]]></category>
		<category><![CDATA[oscar]]></category>

		<guid isPermaLink="false">http://ganglia.info/?p=39</guid>
		<description><![CDATA[
The Open Cluster Group is please to announce the release of OSCAR
version 4.0.

Feature list of 4.0:

Red Hat Linux 9, Red Hat Linux Enterprise Linux (RHEL) 3, and Fedora Core 2 support

New RPM dependency finder helps build the server (DepMan/PackMan)

SIS 3.3.2

Ganglia is now included in the distribution

Torque is now included as the default scheduler (OpenPBS can [...]]]></description>
			<content:encoded><![CDATA[<p>
The Open Cluster Group is please to announce the release of OSCAR<br />
version 4.0.</p>
<p>
Feature list of 4.0:</p>
<ul>
<li>Red Hat Linux 9, Red Hat Linux Enterprise Linux (RHEL) 3, and Fedora Core 2 support
</li>
<li>New RPM dependency finder helps build the server (DepMan/PackMan)
</li>
<li>SIS 3.3.2
</li>
<li><b>Ganglia is now included in the distribution</b>
</li>
<li>Torque is now included as the default scheduler (OpenPBS can still be downloaded from OPD)
</li>
<li>Multiple bug fixes and Wizard improvements
</li>
</ul>
<p>This release supports both x86 and Itanium systems.  Itanium support is provided by RHEL 3.
</p>
<p>
This release is available for download from the OSCAR project website: <a href="http://oscar.openclustergroup.org">http://oscar.openclustergroup.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux POSIX Threads</title>
		<link>http://ganglia.info/?p=35</link>
		<comments>http://ganglia.info/?p=35#comments</comments>
		<pubDate>Thu, 16 Sep 2004 07:03:08 +0000</pubDate>
		<dc:creator>Matt Massie</dc:creator>
				<category><![CDATA[FYI]]></category>

		<guid isPermaLink="false">http://ganglia.info/?p=35</guid>
		<description><![CDATA[
People who use gexec and pcp on the latest Linux kernels will find that it hangs when executed.  The problem is that Linux 2.4.x doesn&#8217;t
implement the full set of POSIX cancelation points (e.g., sem_wait,
sigwait, etc. are not implemented).  This, it turns out, is the
fundamental cause for GEXEC and PCP hanging on these systems. [...]]]></description>
			<content:encoded><![CDATA[<p>
People who use <b>gexec</b> and <b>pcp</b> on the latest Linux kernels will find that it hangs when executed.  The problem is that Linux 2.4.x doesn&#8217;t<br />
implement the full set of POSIX cancelation points (e.g., sem_wait,<br />
sigwait, etc. are not implemented).  This, it turns out, is the<br />
fundamental cause for GEXEC and PCP hanging on these systems.  Also,<br />
terminal related signals (e.g., SIGTTIN) don&#8217;t appear to handled<br />
correctly.  I&#8217;m told that in 2.6.x kernels, some of these problems<br />
have been fixed.  But in the meantime, set your LD_ASSUME_KERNEL environmental variable before you start <b>gexec</b> daemons or clients.
</p>
<pre>
export LD_ASSUME_KERNEL="2.4.10"
</pre>
<p>
In the future most (if not all) ganglia components will not rely on POSIX threads at all given the chaotic nature of threads on Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
