<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>gridengine.info : Category administration, everything about administration</title>
    <link>http://gridengine.info/category/administration.rss</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>tracking Grid Engine news, bugs, howtos and best practices</description>
    <item>
      <title>LSF to SGE Migration Workshop at SC08</title>
      <description>&lt;p&gt;For people who will be attending the&lt;a href="http://sc08.supercomputing.org/"&gt; SuperComputing 2008 conference&lt;/a&gt; next week in Austin, TX there will be an interesting full-day workshop on Monday, November 17th entitled "&lt;em&gt;&lt;strong&gt;How to migrate from LSF to Unicluster with SGE&lt;/strong&gt;&lt;/em&gt;".&lt;/p&gt;
&lt;p&gt;
Sure this workshop talks about UniCluster but the foundation of that product is Sun Grid Engine. Much of what will be discussed here will be applicable to both Univa UD customers and the community at large.
&lt;/p&gt;
&lt;p&gt;Some of the technical information including an LSF to SGE quick reference guide is coming via the &lt;a href="http://groups.grid.org/content/open-hpc-management-interoperability-project-ohmi"&gt;Open HPC Management Interoperability (OHMI) project&lt;/a&gt;. 
&lt;/p&gt; 
&lt;p&gt;
Click below to download the invitation:&lt;br/&gt;
&lt;a href="http://gridengine.info/files/LSF-SGE-Migration-Invite.pdf" title="LSF-SGE-Migration-Invite.pdf"&gt;LSF-SGE-Migration-Invite.pdf&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;My flight lands in Austin at noon on the 18th so I'll be present for the 2nd half of the workshop.
&lt;/p&gt;


</description>
      <pubDate>Wed, 12 Nov 2008 16:45:39 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:2db7b9e5-0aef-4e3a-a88f-d2e1517ee695</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/11/12/lsf-to-sge-migration-workshop-at-sc08#comments</comments>
      <category>Application Integration</category>
      <category>Administration</category>
      <category>migration</category>
      <category>lsf</category>
      <category>univa</category>
      <category>ud</category>
      <category>unicluster</category>
      <link>http://gridengine.info/2008/11/12/lsf-to-sge-migration-workshop-at-sc08</link>
    </item>
    <item>
      <title>LSF to SGE Migration Workshop at SC08</title>
      <description>&lt;p&gt;For people who will be attending the&lt;a href="http://sc08.supercomputing.org/"&gt; SuperComputing 2008 conference&lt;/a&gt; next week in Austin, TX there will be an interesting full-day workshop on Monday, November 17th entitled "&lt;em&gt;&lt;strong&gt;How to migrate from LSF to Unicluster with SGE&lt;/strong&gt;&lt;/em&gt;".&lt;/p&gt;
&lt;p&gt;
Sure this workshop talks about UniCluster but the foundation of that product is Sun Grid Engine. Much of what will be discussed here will be applicable to both Univa UD customers and the community at large.
&lt;/p&gt;
&lt;p&gt;Some of the technical information including an LSF to SGE quick reference guide is coming via the &lt;a href="http://groups.grid.org/content/open-hpc-management-interoperability-project-ohmi"&gt;Open HPC Management Interoperability (OHMI) project&lt;/a&gt;. 
&lt;/p&gt; 
&lt;p&gt;
Click below to download the invitation:&lt;br/&gt;
&lt;a href="http://gridengine.info/files/LSF-SGE-Migration-Invite.pdf" title="LSF-SGE-Migration-Invite.pdf"&gt;LSF-SGE-Migration-Invite.pdf&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;My flight lands in Austin at noon on the 18th so I'll be present for the 2nd half of the workshop.
&lt;/p&gt;


</description>
      <pubDate>Wed, 12 Nov 2008 16:45:39 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:2db7b9e5-0aef-4e3a-a88f-d2e1517ee695</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/11/12/lsf-to-sge-migration-workshop-at-sc08#comments</comments>
      <category>Application Integration</category>
      <category>Administration</category>
      <category>migration</category>
      <category>lsf</category>
      <category>univa</category>
      <category>ud</category>
      <category>unicluster</category>
      <link>http://gridengine.info/2008/11/12/lsf-to-sge-migration-workshop-at-sc08</link>
    </item>
    <item>
      <title>Fixing a berkeley db spool database</title>
      <description>&lt;p&gt;Per this &lt;a href="http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&amp;dsMessageId=75815"&gt;thread&lt;/a&gt; on the users list, a recepie for rebuilding and re-verifying a Berkeley based binary SGE spool:
&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;&lt;blockquote&gt;
service sgemaster stop # on failover server
service sgemaster stop # on master server

cd $SGE_ROOT/default/spool
cp -a spooldb spooldb.bak

cd spooldb
$SGE_ROOT/utilbin/l&amp;#8203;x24-amd64/db_verify sge
$SGE_ROOT/utilbin/l&amp;#8203;x24-amd64/db_recover&amp;#8203;
$SGE_ROOT/utilbin/l&amp;#8203;x24-amd64/db_dump -f sge.out sge
mv sge sge.old
$SGE_ROOT/utilbin/l&amp;#8203;x24-amd64/db_load -f sge.out sge
$SGE_ROOT/utilbin/l&amp;#8203;x24-amd64/db_verify sge


service sgemaster start # on master server
service sgemaster start # on failover server
&lt;/pre&gt;&lt;/blockquote&gt;
&lt;/p&gt;


</description>
      <pubDate>Tue, 11 Nov 2008 12:43:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:5d5fe409-1d8d-4b89-ab09-f5ade5ae4b57</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/11/11/fixing-a-berkeley-db-spool-database#comments</comments>
      <category>Administration</category>
      <category>MailList Bits</category>
      <category>berkeleydb</category>
      <category>spooling</category>
      <link>http://gridengine.info/2008/11/11/fixing-a-berkeley-db-spool-database</link>
    </item>
    <item>
      <title>Fixing a berkeley db spool database</title>
      <description>&lt;p&gt;Per this &lt;a href="http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&amp;dsMessageId=75815"&gt;thread&lt;/a&gt; on the users list, a recepie for rebuilding and re-verifying a Berkeley based binary SGE spool:
&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;&lt;blockquote&gt;
service sgemaster stop # on failover server
service sgemaster stop # on master server

cd $SGE_ROOT/default/spool
cp -a spooldb spooldb.bak

cd spooldb
$SGE_ROOT/utilbin/l&amp;#8203;x24-amd64/db_verify sge
$SGE_ROOT/utilbin/l&amp;#8203;x24-amd64/db_recover&amp;#8203;
$SGE_ROOT/utilbin/l&amp;#8203;x24-amd64/db_dump -f sge.out sge
mv sge sge.old
$SGE_ROOT/utilbin/l&amp;#8203;x24-amd64/db_load -f sge.out sge
$SGE_ROOT/utilbin/l&amp;#8203;x24-amd64/db_verify sge


service sgemaster start # on master server
service sgemaster start # on failover server
&lt;/pre&gt;&lt;/blockquote&gt;
&lt;/p&gt;


</description>
      <pubDate>Tue, 11 Nov 2008 12:43:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:5d5fe409-1d8d-4b89-ab09-f5ade5ae4b57</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/11/11/fixing-a-berkeley-db-spool-database#comments</comments>
      <category>Administration</category>
      <category>MailList Bits</category>
      <category>berkeleydb</category>
      <category>spooling</category>
      <link>http://gridengine.info/2008/11/11/fixing-a-berkeley-db-spool-database</link>
    </item>
    <item>
      <title>Grid Engine &amp; power saving</title>
      <description>&lt;p&gt;
I'd guess that most people don't follow the SGE developer list all that closely. Sometimes the developer discussions cross over into areas that all users may be interested in. 
&lt;/p&gt;
&lt;p&gt;There has been an interesting discussion on various ways to give SGE the ability to either directly trigger or otherwise interact with various systems that either switch nodes down into lower power states or even completely power them down/up as needed (Project Hedeby / SDM, etc.)
&lt;/p&gt;
&lt;p&gt;Automatic methods for powering up and down portions of clusters based on workload have been used for years now but the topic seems to be getting more interest and more backing. A few years ago I saw a neat solution that some people at Cornell Medical College had done -- they used PBS/Torque and had various IPMI scripts that powered nodes on or off depending on the size of the pending job list.
&lt;p&gt;
The developer thread (via MarkMail) &lt;a href="http://gridengine.markmail.org/search/?q=power%20saving#query:power%20saving%20type%3Adevelopment+page:1+state:facets"&gt;is here&lt;/a&gt;. The CollabNet "Forum View" &lt;a href="http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=39&amp;dsMessageId=88083"&gt;is here&lt;/a&gt;. 
&lt;/p&gt;


</description>
      <pubDate>Fri, 07 Nov 2008 12:02:17 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:0bf2e1e1-463a-400e-924e-779952701c92</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/11/07/grid-engine-power-saving#comments</comments>
      <category>MailList Bits</category>
      <category>Administration</category>
      <category>power</category>
      <link>http://gridengine.info/2008/11/07/grid-engine-power-saving</link>
    </item>
    <item>
      <title>Beginner Guide to SGE 6.2 Whitepaper</title>
      <description>&lt;div style="text-align:center;"&gt;&lt;a href="http://www.sun.com/software/gridware/support.xml"&gt;&lt;img src="http://gridengine.info/files/sge-wp-1.png" alt="sge-wp-1.png" border="0" width="349" height="174" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
Dan T has a new whitepaper entitled "Beginners Guide to Sun Grid Engine 6.2 Installation &amp; Configuration" up online. Direct link is &lt;a href="http://www.sun.com/offers/details/Sun_Grid_Engine_62_install_and_config.html"&gt;here&lt;/a&gt; (registration required). 
&lt;/p&gt;
&lt;p&gt;
Also available by going to:&lt;br/&gt;
&lt;a href="http://www.sun.com/software/gridware/support.xml"&gt;http://www.sun.com/software/gridware/support.xml&lt;/a&gt;&lt;br/&gt;
... and looking under the Whitepaper section.
&lt;/p&gt;

</description>
      <pubDate>Mon, 29 Sep 2008 14:21:41 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:84996d9e-4183-43cb-af5f-28004dc57b13</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/09/29/beginner-guide-to-sge-6-2-whitepaper#comments</comments>
      <category>Administration</category>
      <category>About Grid Engine</category>
      <link>http://gridengine.info/2008/09/29/beginner-guide-to-sge-6-2-whitepaper</link>
    </item>
    <item>
      <title>Intermediate SGE Config &amp; Admin Training Class</title>
      <description>&lt;p&gt;ARC at Georgetown University in Washington, DC has announced an upcoming training class entitled "&lt;strong&gt;&lt;em&gt;Intermediate Sun Grid Engine Configuration and Administration&lt;/em&gt;&lt;/strong&gt;". 
&lt;p&gt;
Dates:&lt;br/&gt;
&lt;blockquote&gt;
21-23 October 2008
&lt;/blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
Location:&lt;br/&gt;
&lt;blockquote&gt;
Georgetown University&lt;br/&gt;
Harris Building Room 4200&lt;br/&gt;
3300 Whitehaven St, NW&lt;br/&gt;
Washington, DC  20007&lt;br/&gt;
&lt;/blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
Full announcement &amp; class overview here:&lt;br/&gt;
&lt;a href="http://www.gridswatch.com/index.php?option=com_content&amp;task=view&amp;id=1246&amp;Itemid=25"&gt;Training Announcement&lt;/a&gt;
&lt;/p&gt;


</description>
      <pubDate>Wed, 24 Sep 2008 12:04:19 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:fdc433c8-3d90-462b-b3ae-c5a59b540005</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/09/24/intermediate-sge-config-admin-training-class#comments</comments>
      <category>Administration</category>
      <category>Training</category>
      <link>http://gridengine.info/2008/09/24/intermediate-sge-config-admin-training-class</link>
    </item>
    <item>
      <title>Intermediate SGE Config &amp; Admin Training Class</title>
      <description>&lt;p&gt;ARC at Georgetown University in Washington, DC has announced an upcoming training class entitled "&lt;strong&gt;&lt;em&gt;Intermediate Sun Grid Engine Configuration and Administration&lt;/em&gt;&lt;/strong&gt;". 
&lt;p&gt;
Dates:&lt;br/&gt;
&lt;blockquote&gt;
21-23 October 2008
&lt;/blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
Location:&lt;br/&gt;
&lt;blockquote&gt;
Georgetown University&lt;br/&gt;
Harris Building Room 4200&lt;br/&gt;
3300 Whitehaven St, NW&lt;br/&gt;
Washington, DC  20007&lt;br/&gt;
&lt;/blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
Full announcement &amp; class overview here:&lt;br/&gt;
&lt;a href="http://www.gridswatch.com/index.php?option=com_content&amp;task=view&amp;id=1246&amp;Itemid=25"&gt;Training Announcement&lt;/a&gt;
&lt;/p&gt;


</description>
      <pubDate>Wed, 24 Sep 2008 12:04:19 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:fdc433c8-3d90-462b-b3ae-c5a59b540005</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/09/24/intermediate-sge-config-admin-training-class#comments</comments>
      <category>Administration</category>
      <category>Training</category>
      <link>http://gridengine.info/2008/09/24/intermediate-sge-config-admin-training-class</link>
    </item>
    <item>
      <title>Intermediate SGE Config &amp; Admin Training Class</title>
      <description>&lt;p&gt;ARC at Georgetown University in Washington, DC has announced an upcoming training class entitled "&lt;strong&gt;&lt;em&gt;Intermediate Sun Grid Engine Configuration and Administration&lt;/em&gt;&lt;/strong&gt;". 
&lt;p&gt;
Dates:&lt;br/&gt;
&lt;blockquote&gt;
21-23 October 2008
&lt;/blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
Location:&lt;br/&gt;
&lt;blockquote&gt;
Georgetown University&lt;br/&gt;
Harris Building Room 4200&lt;br/&gt;
3300 Whitehaven St, NW&lt;br/&gt;
Washington, DC  20007&lt;br/&gt;
&lt;/blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
Full announcement &amp; class overview here:&lt;br/&gt;
&lt;a href="http://www.gridswatch.com/index.php?option=com_content&amp;task=view&amp;id=1246&amp;Itemid=25"&gt;Training Announcement&lt;/a&gt;
&lt;/p&gt;


</description>
      <pubDate>Wed, 24 Sep 2008 12:04:19 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:fdc433c8-3d90-462b-b3ae-c5a59b540005</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/09/24/intermediate-sge-config-admin-training-class#comments</comments>
      <category>Administration</category>
      <category>Training</category>
      <link>http://gridengine.info/2008/09/24/intermediate-sge-config-admin-training-class</link>
    </item>
    <item>
      <title>Fixing SGE email issues on Apple OS X</title>
      <description>&lt;p&gt;Are you in the following &lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=dev&amp;msgNo=3453"&gt;situation&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;
&lt;ol&gt;
&lt;li&gt; /usr/bin/mail works perfectly from the command line
&lt;li&gt; /usr/bin/mail configured as the SGE mailer produces no email
&lt;li&gt;substituting a wrapper with extra logging also produces no logs or  
email
&lt;/ol&gt;
&lt;/p&gt;&lt;p&gt;
The only clue is in the spool logs:
&lt;/p&gt;
&lt;pre&gt;
09/10/2008 16:22:07|execd|xxx-fs01|E|mailer had timeout - killing
09/10/2008 16:22:07|execd|xxx-fs01|E|mailer exited with exit status= 1
09/10/2008 16:22:19|execd|xxx-fs01|E|mailer had timeout - killing
09/10/2008 16:22:19|execd|xxx-fs01|E|mailer exited with exit status= 1
&lt;/pre&gt;
&lt;p&gt;
Thanks to Valerio Luccio we have a &lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=dev&amp;msgNo=3458"&gt;workaround&lt;/a&gt;. The issue is apparently a conflict between one of the SGE supplied libraries that interferes with the mail MTA on OS X when SGE tries to invoke it. A trivial wrapper script that overrides the DYLD_LIBRARY_PATH environment variable is the fix:
&lt;pre&gt;
#!/bin/sh
export DYLD_LIBRARY_PATH=/usr/lib
/usr/bin/mail -s "$2" $3
&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;This solved a problem that had been bothering me for days, thanks Valerio - I owe you a beer if we ever end up at the same meeting or conference!&lt;/p&gt;


</description>
      <pubDate>Tue, 23 Sep 2008 10:57:31 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:44c27c05-fe2d-48ea-a5d9-1e23a79e8693</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/09/23/fixing-sge-email-issues-on-apple-os-x#comments</comments>
      <category>Administration</category>
      <category>MailList Bits</category>
      <category>osx</category>
      <category>apple</category>
      <category>10.5</category>
      <link>http://gridengine.info/2008/09/23/fixing-sge-email-issues-on-apple-os-x</link>
    </item>
    <item>
      <title>Fixing SGE email issues on Apple OS X</title>
      <description>&lt;p&gt;Are you in the following &lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=dev&amp;msgNo=3453"&gt;situation&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;
&lt;ol&gt;
&lt;li&gt; /usr/bin/mail works perfectly from the command line
&lt;li&gt; /usr/bin/mail configured as the SGE mailer produces no email
&lt;li&gt;substituting a wrapper with extra logging also produces no logs or  
email
&lt;/ol&gt;
&lt;/p&gt;&lt;p&gt;
The only clue is in the spool logs:
&lt;/p&gt;
&lt;pre&gt;
09/10/2008 16:22:07|execd|xxx-fs01|E|mailer had timeout - killing
09/10/2008 16:22:07|execd|xxx-fs01|E|mailer exited with exit status= 1
09/10/2008 16:22:19|execd|xxx-fs01|E|mailer had timeout - killing
09/10/2008 16:22:19|execd|xxx-fs01|E|mailer exited with exit status= 1
&lt;/pre&gt;
&lt;p&gt;
Thanks to Valerio Luccio we have a &lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=dev&amp;msgNo=3458"&gt;workaround&lt;/a&gt;. The issue is apparently a conflict between one of the SGE supplied libraries that interferes with the mail MTA on OS X when SGE tries to invoke it. A trivial wrapper script that overrides the DYLD_LIBRARY_PATH environment variable is the fix:
&lt;pre&gt;
#!/bin/sh
export DYLD_LIBRARY_PATH=/usr/lib
/usr/bin/mail -s "$2" $3
&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;This solved a problem that had been bothering me for days, thanks Valerio - I owe you a beer if we ever end up at the same meeting or conference!&lt;/p&gt;


</description>
      <pubDate>Tue, 23 Sep 2008 10:57:31 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:44c27c05-fe2d-48ea-a5d9-1e23a79e8693</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/09/23/fixing-sge-email-issues-on-apple-os-x#comments</comments>
      <category>Administration</category>
      <category>MailList Bits</category>
      <category>osx</category>
      <category>apple</category>
      <category>10.5</category>
      <link>http://gridengine.info/2008/09/23/fixing-sge-email-issues-on-apple-os-x</link>
    </item>
    <item>
      <title>Screencast showing online upgrade to SGE 6.2</title>
      <description>&lt;p&gt;
&lt;a href="https://slx.sun.com/1179271114"&gt;&lt;img src="http://gridengine.info/files/sun-upgrade-vid-1.png" border="0" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;Lubomir Petrik has posted a &lt;a href="https://slx.sun.com/1179271114"&gt;screencast recording&lt;/a&gt; showing the SGE 6.x to SGE 6.2 upgrade process. Thanks to Andy for finding and reporting this.
&lt;/p&gt;


</description>
      <pubDate>Thu, 21 Aug 2008 10:48:19 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:e73446be-612f-4cb2-a634-c3faeafdf2a7</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/08/21/screencast-showing-online-upgrade-to-sge-6-2#comments</comments>
      <category>News</category>
      <category>Administration</category>
      <link>http://gridengine.info/2008/08/21/screencast-showing-online-upgrade-to-sge-6-2</link>
    </item>
    <item>
      <title>Why upgrade? DanT explains SGE from 5.x through 6.2 and beyond</title>
      <description>&lt;p&gt;
Dan has posted a great overview of how Grid Engine has changed since the version 5.x days, couched in the context of answering the "Why should I upgrade SGE?" questions that often come up.
&lt;/p&gt;
&lt;p&gt;I won't even excerpt it, the full article is well worth a read:&lt;br/&gt;
&lt;a href="http://blogs.sun.com/templedf/entry/why_upgrade"&gt;http://blogs.sun.com/templedf/entry/why_upgrade&lt;/a&gt;
&lt;/p&gt;


</description>
      <pubDate>Fri, 18 Jul 2008 14:58:52 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:9795ac8e-912c-408c-8e91-575ce77d8aba</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/07/18/why-upgrade-dant-explains-sge-from-5-x-through-6-2-and-beyond#comments</comments>
      <category>Administration</category>
      <category>News</category>
      <link>http://gridengine.info/2008/07/18/why-upgrade-dant-explains-sge-from-5-x-through-6-2-and-beyond</link>
    </item>
    <item>
      <title>SGE and MPICH2 On Windows/Linux Heterogenous Systems</title>
      <description>&lt;p&gt;Thanks to Jacek Strzelczyk for the new Wiki page entitled "&lt;a href="http://wiki.gridengine.info/wiki/index.php/Install_and_configure_Grid_Engine_in_heterogenic_environment_on_Linux_and_Windows_with_MPICH2"&gt;Install and configure Grid Engine in heterogenic environment on Linux and Windows with MPICH2&lt;/a&gt;" that was posted earlier this week.&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://gridengine.info/files/windows-cap.png"&gt;&lt;img src="http://gridengine.info/files/windows-cap.png" border="0" /&gt;&lt;/a&gt;
&lt;/p&gt;


</description>
      <pubDate>Mon, 14 Jul 2008 19:03:29 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:5444b246-e30a-4443-97f5-4294fd4ebb56</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/07/14/sge-and-mpich2-on-windows-linux-heterogenous-systems#comments</comments>
      <category>Administration</category>
      <category>windows</category>
      <category>wiki</category>
      <link>http://gridengine.info/2008/07/14/sge-and-mpich2-on-windows-linux-heterogenous-systems</link>
    </item>
    <item>
      <title>Creating Hadoop PE under Grid Engine</title>
      <description>&lt;p&gt;
Dan &lt;a href="http://blogs.sun.com/templedf/entry/hadoop_sun_grid_engine"&gt;has found&lt;/a&gt; a great Sun blog article by Ravi Chandra Nallan post on integrating Hadoop into SGE via the use of a parallel environment. 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/files/hadoop.gif" /&gt;&lt;br/&gt;
&lt;em&gt;Image source: &lt;a href="http://hadoop.apache.org/core/"&gt;http://hadoop.apache.org/core/&lt;/a&gt;&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
Links:
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.sun.com/templedf/entry/hadoop_sun_grid_engine"&gt;DanT's post&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.sun.com/ravee/entry/creating_hadoop_pe_under_sge"&gt;Original link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

</description>
      <pubDate>Fri, 23 May 2008 10:13:24 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:3625de68-3d96-421c-b14a-ece11a1ae6c2</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/05/23/creating-hadoop-pe-under-grid-engine#comments</comments>
      <category>Administration</category>
      <category>Application Integration</category>
      <category>hadoop</category>
      <link>http://gridengine.info/2008/05/23/creating-hadoop-pe-under-grid-engine</link>
    </item>
  </channel>
</rss>
