<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Cluster Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/Tag/1299/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to Cluster.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 26 May 2013 01:55:00 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>The Cluster Computing Virtualization in Windows</title>
      <link>http://www.programmersheaven.com/article/16577--/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/ashkbiz/"&gt;ashkbiz&lt;/a&gt; submitted a new &lt;a href="http://www.programmersheaven.com/article/16577--/info.aspx"&gt;article&lt;/a&gt;.&lt;/p&gt;-</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/16577--/info.aspx</guid>
      <pubDate>Wed, 18 Aug 2010 17:45:27 -0700</pubDate>
    </item>
    <item>
      <title>Cloud computing with Linux and Apache Hadoop</title>
      <link>http://www.programmersheaven.com/article/103955-Cloud+computing+with+Linux+and+Apache+Hadoop/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Solrac/"&gt;Solrac&lt;/a&gt; submitted a new &lt;a href="http://www.programmersheaven.com/article/103955-Cloud+computing+with+Linux+and+Apache+Hadoop/info.aspx"&gt;article&lt;/a&gt;.&lt;/p&gt;This article shows you how to use Apache Hadoop to build a MapReduce framework to make a Hadoop Cluster and how to create a sample MapReduce application which runs on Hadoop. You will also learn how to set up a time/disk-consuming task on the cloud.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/103955-Cloud+computing+with+Linux+and+Apache+Hadoop/info.aspx</guid>
      <pubDate>Wed, 07 Oct 2009 11:41:33 -0700</pubDate>
    </item>
    <item>
      <title>Re: VBScript for Windows cluster</title>
      <link>http://www.programmersheaven.com/mb/VBasic/396197/396245/ReadMessage.aspx#396245</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/j9678/"&gt;j9678&lt;/a&gt; posted a &lt;a href="http://www.programmersheaven.com/mb/VBasic/396197/396245/ReadMessage.aspx#396245"&gt;reply&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/VBasic/Board.aspx"&gt;Visual Basic&lt;/a&gt; forum.&lt;/p&gt;The problem solved. There was an invalid command inside the batch file cause the error. Thanks to those who had read my thead.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBasic/396197/396245/ReadMessage.aspx#396245</guid>
      <pubDate>Tue, 01 Sep 2009 00:22:47 -0700</pubDate>
    </item>
    <item>
      <title>VBScript for Windows cluster</title>
      <link>http://www.programmersheaven.com/mb/VBasic/396197/396197/ReadMessage.aspx#396197</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/j9678/"&gt;j9678&lt;/a&gt; posted a &lt;a href="http://www.programmersheaven.com/mb/VBasic/396197/396197/ReadMessage.aspx#396197"&gt;new message&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/VBasic/Board.aspx"&gt;Visual Basic&lt;/a&gt; forum.&lt;/p&gt;I need the Windows cluster member to auto run a batch job when the cluster resources are fail over to it from another member.&lt;br /&gt;
I use the vbscript below:&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
Function Online()
  RunCommand "c:\start.bat", True
  Online = 0
End Function
Function Open()
  Open = 0
End Function
Function Close()
  Close = 0
End Function
Function LooksAlive()
  LooksAlive = 0
End Function
Function IsAlive()
  IsAlive = 0
End Function
Function RunCommand(command, wait)
  RunCommand = WshShell.Run(command, 1, wait)
End Function
&lt;/pre&gt;&lt;br /&gt;
The problem is I can't bring it online in cluster administrator, and can't trigger the batch job. It show an error code and I think i miss something in the code.&lt;br /&gt;
Please, Is there anyone can help me !!!</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBasic/396197/396197/ReadMessage.aspx#396197</guid>
      <pubDate>Mon, 31 Aug 2009 07:21:06 -0700</pubDate>
    </item>
    <item>
      <title>Ganglia and Nagios Cluster monitoring Part 2</title>
      <link>http://www.programmersheaven.com/article/102520-Ganglia+and+Nagios+Cluster+monitoring+Part+2/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Solrac/"&gt;Solrac&lt;/a&gt; submitted a new &lt;a href="http://www.programmersheaven.com/article/102520-Ganglia+and+Nagios+Cluster+monitoring+Part+2/info.aspx"&gt;article&lt;/a&gt;.&lt;/p&gt;After reading this two-part series, a systems administrator should feel empowered to run Ganglia and Nagios to really monitor his data center as never before. The scope of these two packages is enormous. What we have touched on here though is relevant to a cluster, grid, or cloud infrastructure. In Part 2, learn how to install and configure Nagios to watch hosts and services, alerting users when things go wrong.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/102520-Ganglia+and+Nagios+Cluster+monitoring+Part+2/info.aspx</guid>
      <pubDate>Thu, 26 Mar 2009 11:13:06 -0700</pubDate>
    </item>
    <item>
      <title>Multi-Dimensional Clustering Table Size Estimator for DB2</title>
      <link>http://www.programmersheaven.com/article/101160-Multi-Dimensional+Clustering+Table+Size+Estimator+for+DB2/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/jmalasko/"&gt;jmalasko&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/101160-Multi-Dimensional+Clustering+Table+Size+Estimator+for+DB2/info.aspx"&gt;Multi-Dimensional Clustering Table Size Estimator for DB2&lt;/a&gt;'.&lt;/p&gt;Discover Multi-Dimensional Clustering Table Size Estimator for DB2, a utility that determines space requirements and simplifies administration of Multi-Dimensional Clustering (MDC) tables in DB2. This utility optimally estimates the MDC table size requirements based on table statistics and MDC dimension parameters.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/101160-Multi-Dimensional+Clustering+Table+Size+Estimator+for+DB2/info.aspx</guid>
      <pubDate>Mon, 24 Nov 2008 15:00:06 -0700</pubDate>
    </item>
    <item>
      <title>visual basic with GUI</title>
      <link>http://www.programmersheaven.com/mb/vba/371598/371598/ReadMessage.aspx#371598</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/hani+alazazi/"&gt;hani alazazi&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/vba/371598/371598/ReadMessage.aspx#371598"&gt;visual basic with GUI&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/vba/Board.aspx"&gt;VBA&lt;/a&gt; forum.&lt;/p&gt;Hi everybody,i really stock in this question:&lt;br /&gt;
cluster the 4 dimensional vectors int an ART system:1110,0011,0100,by using visual basic program with GUI. And by using the same language ,encode the following associations into a bipolar outer product encoded BAM:&lt;br /&gt;
A1=(0 1 0 1 0)^T         B1=(1 1 0 1)^T&lt;br /&gt;
A2=(1 1 0 0 0)^T         B2=(0 1 0 1)^T&lt;br /&gt;
&lt;br /&gt;
thanx in advance 4 everyone&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/vba/371598/371598/ReadMessage.aspx#371598</guid>
      <pubDate>Wed, 30 Apr 2008 20:05:39 -0700</pubDate>
    </item>
  </channel>
</rss>