<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: pssh: Run Command On Multiple SSH Servers</title> <atom:link href="http://www.cyberciti.biz/tips/parallel-ssh-execution.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Anwar</title><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comment-160576</link> <dc:creator>Anwar</dc:creator> <pubDate>Sat, 30 Oct 2010 14:57:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414#comment-160576</guid> <description>instead of this &quot;Parallel Distributed shell&quot; (pdsh) is the good option.
PSSH is a bit typical to configure.</description> <content:encoded><![CDATA[<p>instead of this &#8220;Parallel Distributed shell&#8221; (pdsh) is the good option.<br
/> PSSH is a bit typical to configure.</p> ]]></content:encoded> </item> <item><title>By: Ulver</title><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comment-151347</link> <dc:creator>Ulver</dc:creator> <pubDate>Thu, 29 Oct 2009 19:52:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414#comment-151347</guid> <description>being more specific pseudo-tty allocation ...something like
&lt;code&gt;ssh -t commandThatRequeriesTty&lt;/code&gt;</description> <content:encoded><![CDATA[<p>being more specific pseudo-tty allocation &#8230;something like</p><p><code>ssh -t commandThatRequeriesTty</code></p> ]]></content:encoded> </item> <item><title>By: Ulver</title><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comment-151346</link> <dc:creator>Ulver</dc:creator> <pubDate>Thu, 29 Oct 2009 19:51:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414#comment-151346</guid> <description>does anyone faced tty alocation within pssh?</description> <content:encoded><![CDATA[<p>does anyone faced tty alocation within pssh?</p> ]]></content:encoded> </item> <item><title>By: alok</title><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comment-150226</link> <dc:creator>alok</dc:creator> <pubDate>Wed, 19 Aug 2009 05:07:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414#comment-150226</guid> <description>Hey !!
I want to use pssh --options (-O) to add my key-file path and StrictHostKeyChecking=no
How ca n i do it ??</description> <content:encoded><![CDATA[<p>Hey !!<br
/> I want to use pssh &#8211;options (-O) to add my key-file path and StrictHostKeyChecking=no<br
/> How ca n i do it ??</p> ]]></content:encoded> </item> <item><title>By: Tanweer</title><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comment-147311</link> <dc:creator>Tanweer</dc:creator> <pubDate>Wed, 18 Feb 2009 22:44:32 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414#comment-147311</guid> <description>installing version pssh-1.2.2-1 is OK</description> <content:encoded><![CDATA[<p>installing version pssh-1.2.2-1 is OK</p> ]]></content:encoded> </item> <item><title>By: Tanweer</title><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comment-147310</link> <dc:creator>Tanweer</dc:creator> <pubDate>Wed, 18 Feb 2009 22:42:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414#comment-147310</guid> <description>I am also getting the same error on RHEL4 any success?
error: Failed dependencies:
python(abi) = 2.5 is needed by pssh-1.4.3-1.noarch</description> <content:encoded><![CDATA[<p>I am also getting the same error on RHEL4 any success?<br
/> error: Failed dependencies:<br
/> python(abi) = 2.5 is needed by pssh-1.4.3-1.noarch</p> ]]></content:encoded> </item> <item><title>By: Dylan</title><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comment-146830</link> <dc:creator>Dylan</dc:creator> <pubDate>Wed, 21 Jan 2009 23:15:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414#comment-146830</guid> <description>Hi guys,
I&#039;ve tried running these versions of pssh on RHEL 5.2:
&lt;code&gt;pssh-1.2.2-1.el4.rf.noarch.rpm
pssh-1.2.2-1.fc3.rf.noarch.rpm
pssh-1.2.2-1.rh9.rf.noarch.rpm
pssh-1.4.0-1.fc10.noarch.rpm
pssh-1.4.3-1.noarch.rpm&lt;/code&gt;
The older versions install but say &lt;code&gt;Traceback (most recent call last):
File &quot;/usr/bin/pssh&quot;, line 21, in ?
from basethread import BaseThread
ImportError: No module named basethread&lt;/code&gt;
The latest version doesn&#039;t install &lt;code&gt;error: Failed dependencies:
python(abi) = 2.5 is needed by pssh-1.4.3-1.noarch&lt;/code&gt;
Any ideas?
Thanks</description> <content:encoded><![CDATA[<p>Hi guys,<br
/> I&#8217;ve tried running these versions of pssh on RHEL 5.2:<br
/> <code>pssh-1.2.2-1.el4.rf.noarch.rpm<br
/> pssh-1.2.2-1.fc3.rf.noarch.rpm<br
/> pssh-1.2.2-1.rh9.rf.noarch.rpm<br
/> pssh-1.4.0-1.fc10.noarch.rpm<br
/> pssh-1.4.3-1.noarch.rpm</code></p><p>The older versions install but say <code>Traceback (most recent call last):<br
/> File "/usr/bin/pssh", line 21, in ?<br
/> from basethread import BaseThread<br
/> ImportError: No module named basethread</code></p><p>The latest version doesn&#8217;t install <code>error: Failed dependencies:<br
/> python(abi) = 2.5 is needed by pssh-1.4.3-1.noarch</code></p><p>Any ideas?<br
/> Thanks</p> ]]></content:encoded> </item> <item><title>By: Gavin</title><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comment-145468</link> <dc:creator>Gavin</dc:creator> <pubDate>Mon, 03 Nov 2008 20:59:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414#comment-145468</guid> <description>Take a look at Dancer&#039;s shell, too.</description> <content:encoded><![CDATA[<p>Take a look at Dancer&#8217;s shell, too.</p> ]]></content:encoded> </item> </channel> </rss>
