Hmm, maybe I&#39;m misunderstanding you, but it sounds like you are giving paraview a command to start the server and expecting paraview to log into the remote machine to execute the command?  The command will be run on your client machine.  So you need to write a shell script that will take care of launching pvserver on the remote machine.  If you are using mpi you can do this with mpirun, and use a machinefile that lists the remote machines.<br>
<br>Pat<br><br><div class="gmail_quote">On Thu, Jul 23, 2009 at 12:03 PM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Jul 22, 2009 at 11:12 AM, Utkarsh<br>
<div class="im">Ayachit&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
</div><div class="im">&gt; Some other processes is already listening on  the port (default 11111<br>
&gt; for pvserver), hence you are getting the error.<br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
<br>
</div>Hm, but if I run pvserver and then connect with &#39;manual&#39; it works<br>
fine. If I try to send the &#39;pvserver&#39; command, it fails with that<br>
socket error. I also tried it on a different port (11113) and sending<br>
command &#39;pvserver --server-port=11113&#39; which I checked with netstat to<br>
ensure nothing was using it. It&#39;s the same story on this port. I can<br>
connect if I start the pvserver manually and use &#39;manual&#39;, but the<br>
same socket error occurs if I try to start it with the command.<br>
<div><div></div><div class="h5"><br>
Thanks,<br>
<br>
David<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>