So I've dumbed mine situation down to a simpler case, just to try &amp; get this to work. I want to run a Data Server on an SGI Irix (named Prism) and do all the rendering &amp; client on a linux machine (named Meteor).&nbsp; <br>
<br>From the command line, if I do<br>&nbsp; On Irix: pvdataserver -rc --client-host=meteor<br>&nbsp; On Linux: pvclient -rc --data-server-host=prism<br><br>It starts, but the Irix machine wants to do the rendering, which fails because I don't have an X display&nbsp; (I'm just SSH'ed in remotely). 
<br><br>Using a PVX file like so (named &quot;dual.pvx&quot;):<br><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">&lt;?xml version=&quot;1.0&quot; ?&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&lt;pvx&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; &lt;Option Name=&quot;reverse-connection&quot; /&gt;</span>
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; &lt;Process Type=&quot;client&quot;&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;&nbsp;&nbsp; &lt;Machine Name=&quot;<a href="http://meteor.erdc.hpc.mil">meteor.erdc.hpc.mil</a>&quot; /&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; &lt;/Process&gt;
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; &lt;Process Type=&quot;data-server&quot;&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;&nbsp;&nbsp; &lt;Machine Name=&quot;<a href="http://prism.erdc.hpc.mil">prism.erdc.hpc.mil</a>&quot; /&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; &lt;/Process&gt;</span>
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&lt;/pvx&gt;</span><br></div><br>And then doing the following:<br>&nbsp; On Linux: pvclient dual.pvx<br>&nbsp; On Irix: pvserver dual.pvx
 or pvdataserver dual.pvx<br><br>The client starts just fine on Linux, and goes into the waiting state (because of the Reverse Connection).&nbsp; But the server always fails with the following error:<br><div style="margin-left: 40px;">
[<span style="font-family: courier new,monospace;">11:14:32am]% pvserver dual.pvx</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Connect to localhost:11111</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ERROR: In /viz/home/rhand/src/paraview-2.4.2/VTK/Parallel/vtkSocketCommunicator.cxx, line 521</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
vtkSocketCommunicator (1622f3a8): Can not connect to localhost on port 11111</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ERROR: In /viz/home/rhand/src/paraview-2.4.2/Servers/Common/vtkPVClientServerModule.cxx, line 573</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
vtkPVClientServerModule (161f4330): Server error: Could not connect to the client. localhost 11111</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
ERROR: In /viz/home/rhand/src/paraview-2.4.2/Servers/Common/vtkPVClientServerModule.cxx, line 583</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">vtkPVClientServerModule (161f4330): No GUIHelper set, can not exit application
</span><br></div><br>I have no idea why it's trying to connect to localhost.&nbsp; I get the same error whether I use pvserver or pvdataserver.&nbsp; <br><br>-- <br>Randall Hand<br>Visualization Scientist, <br>ERDC-MSRC Vicksburg, MS
<br>Homepage: <a href="http://www.yeraze.com">http://www.yeraze.com</a>