<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rocksclusters website</title>
    <description>Rocksclusters website
</description>
    <link>http://www.rocksclusters.org/</link>
    <atom:link href="http://www.rocksclusters.org/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Wed, 05 Oct 2022 17:50:38 +0000</pubDate>
    <lastBuildDate>Wed, 05 Oct 2022 17:50:38 +0000</lastBuildDate>
    <generator>Jekyll v3.9.2</generator>
    
      <item>
        <title>Updating Rocks 7.0 for Spectre/Meltdown Vulnerabilities</title>
        <description>&lt;p&gt;The &lt;a href=&quot;https://www.us-cert.gov/ncas/alerts/TA18-004A&quot;&gt;Spectre/Meltdown&lt;/a&gt; security vulnerabilites affect (nearly) 
all hardware and is addressed by OS updates. 
This is not a Rocks-specific issue, but Rocks-based
systems are vulnerable. See the &lt;a href=&quot;https://lists.centos.org/pipermail/centos-announce/2018-January/date.html&quot;&gt;Centos List Archive&lt;/a&gt; for specific
information on the Security Update&lt;/p&gt;

&lt;p&gt;The broad brush of how to approach this:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Create an updates roll with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rocks create mirror&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;add this roll to your current rocks distribution with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rocks add roll&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;enable this roll &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rocks enable roll&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;rebuild the distribution in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/export/rocks/install&lt;/code&gt; with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rocks create distro&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;Use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;yum&lt;/code&gt; to update your frontend and then reboot&lt;/li&gt;
  &lt;li&gt;Reinstall subordinate nodes or run &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;yum -y update&lt;/code&gt; on all subordinate nodes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here are specific commands with mirror close to California. Use a CentOS mirror
close to you for better performance&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;# baseurl=http://mirror.hmc.edu
# osversion=7.4.1708
# version=`date +%F`
# rocks create mirror ${baseurl}/centos/${osversion}/updates/x86_64/Packages/ rollname=Updates-CentOS-${osversion} version=${version}
# rocks add roll Updates-CentOS-${osversion}-${version}*iso
# rocks enable roll Updates-CentOS-${osversion} version=${version}
# (cd /export/rocks/install; rocks create distro)
# yum clean all; yum update
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;After you have updated your frontend, you can update your compute (or other)
subordinate nodes by reinstalling them or updating them via yum. The following
gives the “yum update” method. Please note that if you have a reasonably large
cluster, it likely is faster to reinstall your compute nodes.&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;# rocks run host compute &quot;yum clean all; yum -y update&quot;
# rocks run host compute &quot;shutdown -r now&quot;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

</description>
        <pubDate>Thu, 04 Jan 2018 23:00:00 +0000</pubDate>
        <link>http://www.rocksclusters.org/new/2018/2018/01/04/updates-meltdown-spectre.html</link>
        <guid isPermaLink="true">http://www.rocksclusters.org/new/2018/2018/01/04/updates-meltdown-spectre.html</guid>
        
        
        <category>new</category>
        
        <category>2018</category>
        
      </item>
    
      <item>
        <title>Rocks 7.0 ZFS Roll Updated</title>
        <description>&lt;p&gt;The ZFS roll for Rocks 7.0 has been updated. It addresses an issue at node installation
when a new kernel is in rocks distribution (via &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rocks create distro&lt;/code&gt;), but there is no
corresponding kmod-spl/kmod-zfs rpm to match the new kernel.&lt;/p&gt;

&lt;p&gt;New installations from the current Rocks central server will automatically use the
updated roll.&lt;/p&gt;

&lt;p&gt;Existing installations should&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;download the &lt;a href=&quot;http://central-7-0-x86-64.rocksclusters.org/isos//zfs-linux-0.7.3-2.x86_64.disk1.iso&quot;&gt;updated zfs roll&lt;/a&gt; roll iso. (you should validate its &lt;a href=&quot;http://central-7-0-x86-64.rocksclusters.org/isos//md5sums.txt&quot;&gt;md5sum&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;add this roll to your current rocks distribution with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rocks add roll zfs-linux*iso&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;rebuild the distribution in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/export/rocks/install&lt;/code&gt; with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rocks create distro&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No further action is needed after you have updated the roll.&lt;/p&gt;

</description>
        <pubDate>Fri, 08 Dec 2017 19:00:00 +0000</pubDate>
        <link>http://www.rocksclusters.org/new/2017/2017/12/08/zfs-roll-updated.html</link>
        <guid isPermaLink="true">http://www.rocksclusters.org/new/2017/2017/12/08/zfs-roll-updated.html</guid>
        
        
        <category>new</category>
        
        <category>2017</category>
        
      </item>
    
      <item>
        <title>Rocks 7.0 is Released</title>
        <description>&lt;p&gt;The latest update of Rocks codename Manzanita is now released. Manzanita is
a 64-bit only release and is based upon CentOS 7.4.  The Rocks-supplied OS
rolls have all updates applied as of December 1, 2017.&lt;/p&gt;

&lt;p&gt;Please see the &lt;a href=&quot;/downloads.html&quot;&gt;Downloads Page&lt;/a&gt; to get started.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://central-7-0-x86-64.rocksclusters.org/roll-documentation//base/7.0/&quot;&gt;Release notes&lt;/a&gt; are available.&lt;/p&gt;

&lt;p&gt;You can visit Rocks source code &lt;a href=&quot;https://github.com/rocksclusters&quot;&gt;github&lt;/a&gt;.&lt;/p&gt;

</description>
        <pubDate>Fri, 01 Dec 2017 16:29:00 +0000</pubDate>
        <link>http://www.rocksclusters.org/new/2017/2017/12/01/rocks-7-0-released.html</link>
        <guid isPermaLink="true">http://www.rocksclusters.org/new/2017/2017/12/01/rocks-7-0-released.html</guid>
        
        
        <category>new</category>
        
        <category>2017</category>
        
      </item>
    
      <item>
        <title>Rocks 6.2 is Released</title>
        <description>&lt;p&gt;The latest update of Rocks codename Sidewinder is now released. Sidewinder is
a 64-bit only release and is based upon CentOS 6.6   The Rocks-supplied OS
rolls have all updates applied as of May 10, 2015.&lt;/p&gt;

&lt;p&gt;Please see the &lt;a href=&quot;/downloads.html&quot;&gt;Downloads Page&lt;/a&gt; to get started.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation//base/6.2/x8552.html&quot;&gt;Release notes&lt;/a&gt; are available&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation//zfs-linux/0.6.4.1&quot;&gt;Support for ZFS&lt;/a&gt; has been updated to version 0.6.4.1.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation//condor/8.2.8&quot;&gt;HTCondor roll&lt;/a&gt; (former Condor) is at release 8.2.8&lt;/li&gt;
  &lt;li&gt;Also included is support for perfSONAR, where cluster builders can decide to
install the full GUI (recommended for a standalone perfSONAR host) or just the
command tools. &lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation//perfSONAR/3.4.1/customizing-perfsonar.html#AEN39&quot;&gt;Customizing what is installed for perfSONAR&lt;/a&gt; gives four
attributes that control which elements of perfSONAR are installed on hosts.&lt;/li&gt;
  &lt;li&gt;New to 6.2 is the ability to reconfigure the fully qualified domain name of
your cluster (FQDN). There are some &lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation//base/6.2/reconfigure.html&quot;&gt;caveats&lt;/a&gt; to the process.&lt;/li&gt;
  &lt;li&gt;When building a frontend on networks with jumbo frames, the cluster builder
can specify the mtu on the “build” command line.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can visit Rocks source code &lt;a href=&quot;https://github.com/rocksclusters&quot;&gt;github&lt;/a&gt;&lt;/p&gt;

</description>
        <pubDate>Mon, 11 May 2015 18:47:49 +0000</pubDate>
        <link>http://www.rocksclusters.org/2015/2015/05/11/rocks-6-2-is-released.html</link>
        <guid isPermaLink="true">http://www.rocksclusters.org/2015/2015/05/11/rocks-6-2-is-released.html</guid>
        
        
        <category>2015</category>
        
      </item>
    
      <item>
        <title>Bash Vulnerability in CentOS</title>
        <description>&lt;p&gt;Dear Rocks Community,&lt;br /&gt;
There is a particularly troublesome vulnerability in bash for which RedHat and CentOS published fixes today (24 Sep 2014).&lt;/p&gt;
&lt;p&gt;The description of the bug can be found at the following URLs&lt;br /&gt;
&lt;a href=&quot;https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/&quot;&gt;https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://access.redhat.com/security/cve/CVE-2014-6271&quot;&gt;https://access.redhat.com/security/cve/CVE-2014-6271&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://seclists.org/oss-sec/2014/q3/650&quot;&gt;http://seclists.org/oss-sec/2014/q3/650&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The following recipe should enable you to update every node in your cluster. This is tested on Rocks 6.1 and 6.1.1.&lt;br /&gt;
On your frontend:&lt;br /&gt;
on 6.1:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;yumdownloader --enablerepo=updates --destdir=/export/rocks/install/contrib/6.1/x86_64/RPMS/ bash&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;on 6.1.1:&lt;br /&gt;
&lt;code&gt;yumdownloader --enablerepo=updates --destdir=/export/rocks/install/contrib/6.1.1/x86_64/RPMS/ bash&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then,&lt;br /&gt;
&lt;code&gt;cd /export/rocks/install&lt;br /&gt;
rocks create distro&lt;br /&gt;
rocks run host % &quot;yum clean all; yum -y update bash&quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Notes:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt; the run host command will attempt to run on all hosts (even if you have switches). You can be more precise if you just have a frontend and compute nodes with rocks run host frontend compute &lt;code&gt;&quot;yum clean all; yum update bash&quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;the version of the bash rpm should be bash-4.1.2-15.el6_5.1.x86_64.rpm.  Note the _5 in the version name. The build date is 24 Sep 2014.&lt;/li&gt;
&lt;li&gt;by copying the updated rpm into your distro, any future re-installs of nodes will automatically install the correct version.&lt;/li&gt;
&lt;/ol&gt;
</description>
        <pubDate>Thu, 25 Sep 2014 03:24:43 +0000</pubDate>
        <link>http://www.rocksclusters.org/2014/2014/09/25/bash-vulnerability-in-centos.html</link>
        <guid isPermaLink="true">http://www.rocksclusters.org/2014/2014/09/25/bash-vulnerability-in-centos.html</guid>
        
        
        <category>2014</category>
        
      </item>
    
      <item>
        <title>Rocks 6.1.1 (Sand Boa) is now available</title>
        <description>&lt;p&gt;The latest update of Rocks codename  Sand Boa is now released. Sand Boa is a 64-bit only
release and is based upon CentOS 6.5. The Rocks-supplied OS rolls have all updates 
applied as of April 14, 2014. This includes updates for the OpenSSL &lt;a href=&quot;http://www.heartbleed.com&quot;&gt;Heartbleed&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Please see the &lt;a href=&quot;/downloads.html&quot;&gt;Downloads Page&lt;/a&gt; to get started.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation//base/6.1.1/x8481.html&quot;&gt;Release Notes&lt;/a&gt; are available&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation//zfs-linux/0.6&quot;&gt;Support for ZFS&lt;/a&gt; has been updated to version 0.6.2&lt;/li&gt;
  &lt;li&gt;Condor is now &lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation//condor/6.1.1&quot;&gt;HTCondor roll&lt;/a&gt; is at release 8.0.6&lt;/li&gt;
  &lt;li&gt;Also included is a new roll called &lt;a href=&quot;https://github.com/rocksclusters/FingerPrint&quot;&gt;fingerprint&lt;/a&gt; that dynamically
determines dependencies of compiled code on both Rocks and non-Rocks systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Many thanks for all those who beta-tested this version of Rocks. 
Special thanks to John Zaitseff and Trevor Cooper for their code contributions.&lt;/p&gt;

</description>
        <pubDate>Wed, 16 Apr 2014 04:20:51 +0000</pubDate>
        <link>http://www.rocksclusters.org/2014/2014/04/16/rocks-6-1-1-sand-boa-is-now-available.html</link>
        <guid isPermaLink="true">http://www.rocksclusters.org/2014/2014/04/16/rocks-6-1-1-sand-boa-is-now-available.html</guid>
        
        
        <category>2014</category>
        
      </item>
    
      <item>
        <title>Service Pack Roll for Rocks 6.1 Released</title>
        <description>&lt;p&gt;This fixes a number bugs/errors/omissions in Rocks 6.1 (Emerald Boa).  All new
clusters should be built including the service pack roll. No further action is
required when installed on a new cluster.&lt;/p&gt;

&lt;p&gt;The roll is also designed to be applied to existing clusters, requiring only a
reboot of the head node when complete.  The service pack is available for both
32-bit and 64-bit architectures.&lt;/p&gt;

&lt;p&gt;Please follow the &lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation//service-pack/6.1&quot;&gt;installation instructions&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The Service Package fixes several problems, noted &lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation//base/6.1/x2541.html&quot;&gt;here&lt;/a&gt;.
Direct Downloads of the service pack rolls are:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;ftp://ftp.rocksclusters.org/pub/rocks/rocks-6.1/linux/service-pack-6.1-1.i386.disk1.iso&quot;&gt;32-bit service pack&lt;/a&gt; (MD5 Checksum: 944982f6da6c9cb94ff93bee24df0f9f)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;ftp://ftp.rocksclusters.org/pub/rocks/rocks-6.1/linux/service-pack-6.1-1.x86_64.disk1.iso&quot;&gt;64-bit service pack&lt;/a&gt; (MD5 Checksum: 6ea52482d89f82a74a6a06ee48b725c7)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To maintain compatibility with installed clusters, the base OS rolls are
unchanged. The Jumbo rolls (which include all basic rolls) have been updated
to include the service pack roll.&lt;/p&gt;

</description>
        <pubDate>Mon, 11 Mar 2013 23:24:08 +0000</pubDate>
        <link>http://www.rocksclusters.org/2013/2013/03/11/service-pack-roll-for-rocks-6-1-released.html</link>
        <guid isPermaLink="true">http://www.rocksclusters.org/2013/2013/03/11/service-pack-roll-for-rocks-6-1-released.html</guid>
        
        
        <category>2013</category>
        
      </item>
    
      <item>
        <title>Rocks 6.1 (Emerald Boa) for i386 and x86_64 Released!</title>
        <description>&lt;p&gt;The latest update of Rocks codename Emerald Boa is now released. Emerald Boa
is available for CentOS 6.3 (Rocks 6.1).  Rocks 5.6 will be released when
CentOS 5.9 becomes available  The Rocks-supplied OS rolls have all updates
applied as of November 27, 2012.&lt;/p&gt;

&lt;p&gt;Please see the &lt;a href=&quot;/downloads.html&quot;&gt;Downloads Page&lt;/a&gt; to get started. Emerald Boa is available for
both 32-bit and 64-bit architectures.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://central6.rocksclusters.org/roll-documentation/base/6.1/x2541.html&quot;&gt;Release notes&lt;/a&gt; are available.&lt;/li&gt;
  &lt;li&gt;Support for ZFS has been added.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Many thanks for all those who beta-tested this version of Rocks.&lt;/p&gt;

</description>
        <pubDate>Fri, 30 Nov 2012 00:28:44 +0000</pubDate>
        <link>http://www.rocksclusters.org/2012/2012/11/30/rocks-6-1-emerald-boa-for-i386-and-x86_64-released.html</link>
        <guid isPermaLink="true">http://www.rocksclusters.org/2012/2012/11/30/rocks-6-1-emerald-boa-for-i386-and-x86_64-released.html</guid>
        
        
        <category>2012</category>
        
      </item>
    
      <item>
        <title>Rocks 6.1 (x86-64) Beta (Emerald Boa) Available</title>
        <description>&lt;p&gt;Rocks 6.1 is now available for Beta testing.   Please see &lt;a href=&quot;/downloads.html&quot;&gt;Downloads&lt;/a&gt; page.&lt;/p&gt;

&lt;p&gt;This preview is based upon &lt;a href=&quot;http://lists.centos.org/pipermail/centos-announce/2012-July/018706.html&quot;&gt;CentOS Version 6.3&lt;/a&gt; with all updates as 21 October, 2012 applied.&lt;/p&gt;

&lt;p&gt;Some of the new features/updates of Rocks 6.1:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Two-factor authentication is supported using &lt;a href=&quot;http://code.google.com/p/google-authenticator/&quot;&gt;google authenticator&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Internal ssh authentication is now host-based&lt;/li&gt;
  &lt;li&gt;A frontend can be installed using a single partition&lt;/li&gt;
  &lt;li&gt;ZFS on Linux roll now available. Based upon the &lt;a href=&quot;http://zfsonlinux.org&quot;&gt;ZFS on Linux&lt;/a&gt; rc11.  Note ZFS
on linux is a “source” roll.&lt;/li&gt;
  &lt;li&gt;Support GPT partition tables for drives &amp;gt; 2TB&lt;/li&gt;
  &lt;li&gt;Improved IPMI documentation&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;rocks create distro&lt;/strong&gt; speed improved by removing redundant checksum calculation&lt;/li&gt;
  &lt;li&gt;Infiniband (Mellanox) configured in the HPC roll with subnet manager running
on frontend&lt;/li&gt;
  &lt;li&gt;SGE roll updates to GE-2011p1&lt;/li&gt;
  &lt;li&gt;Condor roll updated to 7.8.5&lt;/li&gt;
&lt;/ol&gt;

</description>
        <pubDate>Tue, 23 Oct 2012 20:36:11 +0000</pubDate>
        <link>http://www.rocksclusters.org/2012/2012/10/23/rocks-6-1-x86-64-beta-emerald-boa-available.html</link>
        <guid isPermaLink="true">http://www.rocksclusters.org/2012/2012/10/23/rocks-6-1-x86-64-beta-emerald-boa-available.html</guid>
        
        
        <category>2012</category>
        
      </item>
    
      <item>
        <title>Rocks Mamba (5.5/6.0) is Released</title>
        <description>&lt;p&gt;The latest update of Rocks codename Mamba is now released. Mamba is available
for both CentOS 5.8 (Rocks 5.5) and CentOS 6.2 (Rocks 6.0).  The
Rocks-supplied OS rolls have all updates applied as of May 7, 2012.&lt;/p&gt;

&lt;p&gt;Rolls use the same code base but are compiled on the different version of
Operating Systems.&lt;br /&gt;
Please see the &lt;a href=&quot;/downloads.html&quot;&gt;Downloads Page&lt;/a&gt; to get started. Mamba is available for both
32-bit and 64-bit architectures.  &lt;a href=&quot;http://www.rocksclusters.org/roll-documentation/base/5.5/x8253.html&quot;&gt;Release notes&lt;/a&gt; are available.&lt;/p&gt;

&lt;p&gt;Many thanks for all those who beta-tested this version of Rocks.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/mamba-splash5.png&quot; width=&quot;25%&quot; /&gt;&lt;br /&gt;&lt;/p&gt;

</description>
        <pubDate>Thu, 10 May 2012 04:33:03 +0000</pubDate>
        <link>http://www.rocksclusters.org/2012/2012/05/10/rocks-mamba-5-56-0-is-released.html</link>
        <guid isPermaLink="true">http://www.rocksclusters.org/2012/2012/05/10/rocks-mamba-5-56-0-is-released.html</guid>
        
        
        <category>2012</category>
        
      </item>
    
  </channel>
</rss>
