Forget this mess!<br><br>Better mess!<br><br>I need to capture the PID of a process started over rsh (no hollering about using ssh - cluster of compute nodes behind a master node). The process is started on the master node with a heavily scripted rsh call.<br>
<br>Some stuff I&#39;ve tried: <br>rsh $node &#39;echo $$; $command &lt; $input &amp;&#39;<br>rsh $node &#39;echo $$; $command &lt; $input &amp;&#39; &amp;<br>rsh -n $node &#39;echo $$; $command &lt; $input &amp;&#39;<br>
mypid=$(rsh $node &#39;echo $$; $command &lt; $input &amp;&#39;)<br>rsh $node &#39;echo $$; $command &lt; $input &amp;&#39; 2&gt;&amp;1<br><br>Yes. The echo $$ will actually get me the pid of the remote login shell but that&#39;s enough<br>
<br>BTW: RHEL5 has a BUSTED rsh. -n DOES NOT WORK!<br><br><div class="gmail_quote">On Thu, May 12, 2011 at 2:10 PM, Jim Kinney <span dir="ltr">&lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I have a simple test script my_script<br><br>#!/bin/bash<br># this is a crap script<br>myout=&quot;$2&quot;&#39;.crap&#39;<br>
directions=$(cat $2)<br>echo &quot;$myout&quot;<br>echo &quot;$directions&quot;<br>exit<br><br clear="all">
It is launched by:<br><br>./my_script &lt; test1.dat<br><br>which is a file containing one line<br>/tmp/<br><br>which will be used later once the I/O issue is corrected.<br>This is being done to replicate a much larger scenario<br>

<br>When it is run, the output is:<br>.crap<br>/tmp/<br><br>Notice that the file I want to be named test1.dat.carp is only named .crap<br><br>I need to get the name of the input file into the script itself somehow. Positional parameters as not doing it.<br>

<br>-- <br><font color="#888888">-- <br>James P. Kinney III<br><br>As long as the general population is passive, apathetic, diverted to 
consumerism or hatred of the vulnerable, then the powerful can do as 
they please, and those who survive will be left to contemplate the 
outcome.<br>- <i><i><i><i>2011 Noam Chomsky</i></i></i></i><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br><br>As long as the general population is passive, apathetic, diverted to 
consumerism or hatred of the vulnerable, then the powerful can do as 
they please, and those who survive will be left to contemplate the 
outcome.<br>- <i><i><i><i>2011 Noam Chomsky</i></i></i></i><br>