Unfortunately, it <span style="font-style: italic;">still</span> doesn't work.<br><br><div style="margin-left: 40px; font-family: courier new,monospace;">&lt;?xml version=&quot;1.0&quot; ?&gt;<br>&lt;pvx&gt;<br>&nbsp; &lt;Option Name=&quot;reverse-connection&quot; /&gt;
<br>&nbsp; &lt;Option Name=&quot;client-host&quot; Value=&quot;<a href="http://meteor.erdc.hpc.mil">meteor.erdc.hpc.mil</a>&quot; /&gt;<br><br>&nbsp; &lt;Process Type=&quot;client&quot; /&gt;<br>&nbsp; &lt;Process Type=&quot;render-server&quot; /&gt;
<br>&nbsp; &lt;Process Type=&quot;data-server&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Machine Name=&quot;<a href="http://prism.erdc.hpc.mil">prism.erdc.hpc.mil</a>&quot; /&gt;<br>&nbsp; &lt;/Process&gt;<br>&lt;/pvx&gt;<br></div><br><div style="margin-left: 40px; font-family: courier new,monospace;">
[1012] [rhand@prism:~] [9:24:24am]% pvdataserver dual.pvx<br>Connect to localhost:11111<br>ERROR: In /viz/home/rhand/src/paraview-2.4.2/VTK/Parallel/vtkSocketCommunicator.cxx, line 521<br>vtkSocketCommunicator (1622d128): Can not connect to localhost on port 11111
<br><br><br>ERROR: In /viz/home/rhand/src/paraview-2.4.2/Servers/Common/vtkPVClientServerModule.cxx, line 573<br>vtkPVClientServerModule (161f5208): Server error: Could not connect to the client. localhost 11111<br><br>ERROR: In /viz/home/rhand/src/paraview-
2.4.2/Servers/Common/vtkPVClientServerModule.cxx, line 583<br>vtkPVClientServerModule (161f5208): No GUIHelper set, can not exit application<br><br>[1013] [rhand@prism:~] [9:24:30am]%<br></div><br>The error is identical whether I use pvserver or pvdataserver.
<br><br><div><span class="gmail_quote">On 1/10/06, <b class="gmail_sendername">Amy Squillacote</b> &lt;<a href="mailto:amy.squillacote@kitware.com">amy.squillacote@kitware.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="q">

At 01:09 PM 1/10/2006, Randall Hand wrote:<br>
<blockquote type="cite" cite="http://">Well, modifying the PVX file
such as you've described doesn't seem to work.<br><br>
&lt;?xml version=&quot;1.0&quot; ?&gt;<br>
&lt;pvx&gt;<br>
&nbsp; &lt;Option Name=&quot;reverse-connection&quot; Value=&quot;
<a href="http://meteor.erdc.hpc.mil" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">meteor.erdc.hpc.mil</a>&quot;
/&gt;</blockquote><br></span>
The above XML element should be &lt;Option Name=&quot;client-host&quot;
Value=&quot;<a href="http://meteor.erdc.hpc.mil" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">meteor.erdc.hpc.mil</a>
&quot; /&gt;.&nbsp; (That was a typo in my previous e-mail.)&nbsp; You'll
also need an XML element specifying that you want to reverse the
connection: &lt;Option Name=&quot;reverse-connection&quot;
/&gt;.<div><span class="e" id="q_108b5bceba42bcdc_2"><br><br>
<blockquote type="cite" cite="http://">&nbsp; &lt;Process
Type=&quot;client&quot;&gt; <br>
&nbsp;&nbsp;&nbsp; &lt;Machine
Name=&quot;<a href="http://meteor.erdc.hpc.mil" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">meteor.erdc.hpc.mil</a>
&quot; /&gt;<br>
&nbsp; &lt;/Process&gt;<br>
&nbsp; &lt;Process Type=&quot;render-server&quot; /&gt; <br>
&nbsp; &lt;Process Type=&quot;data-server&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;Machine
Name=&quot;<a href="http://prism.erdc.hpc.mil" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">prism.erdc.hpc.mil</a>
&quot; /&gt;<br>
&nbsp; &lt;/Process&gt; <br>
&lt;/pvx&gt;<br><br>
I get the same identical error about connecting to localhost when I start
pvdataserver .&nbsp; As for the command line, as I stated in the email
that does work, aside from wanting to do the rendering where the
DAtaserver is.&nbsp; So again, how do I get the Dataserver on Prism, but
Rendering &amp; Client on Meteor? <br><br>
Just an observation, but a &quot;strings * | grep render-server&quot;
comes up with nothing (aside from the command-line arguments) on the
linux packages distributed via the website, but the compilation that I
did on our Irix shows a &quot;render-server&quot; line right around the
&quot;client&quot; and &quot;data-server&quot; lines, right next to a
vtkPVOptionsXMLParser.&nbsp; Is the render-server somehow disabled in
that release?&nbsp; I'm currently attempting to compile it myself on the
linux system. <br><br>
On 1/10/06, <b>Amy Squillacote</b>
&lt;<a href="mailto:amy.squillacote@kitware.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
amy.squillacote@kitware.com</a>&gt; wrote:<br>

<dl>
<dd>At 12:18 PM 1/10/2006, Randall Hand wrote:<br>
<blockquote type="cite" cite="http://">
<dd>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>

</dd><dd>From the command line, if I do<br>

</dd><dd>&nbsp; On Irix: pvdataserver -rc --client-host=meteor<br>

</dd><dd>&nbsp; On Linux: pvclient -rc --data-server-host=prism<br><br>

</dd><dd>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>

</dd><dd>Using a PVX file like so (named &quot;dual.pvx&quot;):<br>

</dd><dd>&lt;?xml version=&quot;1.0&quot; ?&gt;<br>

</dd><dd>&lt;pvx&gt;<br>

</dd><dd>&nbsp; &lt;Option Name=&quot;reverse-connection&quot; /&gt; <br>

</dd><dd>&nbsp; &lt;Process Type=&quot;client&quot;&gt;<br>

</dd><dd>&nbsp;&nbsp;&nbsp; &lt;Machine
Name=&quot;<a href="http://meteor.erdc.hpc.mil" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">meteor.erdc.hpc.mil</a>
&quot; /&gt;<br>

</dd><dd>&nbsp; &lt;/Process&gt; <br>

</dd><dd>&nbsp; &lt;Process Type=&quot;data-server&quot;&gt;<br>

</dd><dd>&nbsp;&nbsp;&nbsp; &lt;Machine
Name=&quot;<a href="http://prism.erdc.hpc.mil" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">prism.erdc.hpc.mil</a>
&quot; /&gt;<br>

</dd><dd>&nbsp; &lt;/Process&gt; <br>

</dd><dd>&lt;/pvx&gt;<br><br>

</dd><dd>And then doing the following:<br>

</dd><dd>&nbsp; On Linux: pvclient dual.pvx<br>

</dd><dd>&nbsp; On Irix: pvserver dual.pvx or pvdataserver dual.pvx<br><br>

</dd><dd>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>

</dd><dd>[11:14:32am]% pvserver dual.pvx<br>

</dd><dd>Connect to localhost:11111<br>

</dd><dd>ERROR: In
/viz/home/rhand/src/paraview-2.4.2/VTK/Parallel/vtkSocketCommunicator.cxx,
line 521<br>

</dd><dd>vtkSocketCommunicator (1622f3a8): Can not connect to localhost on
port 11111<br><br>
<br>

</dd><dd>ERROR: In
/viz/home/rhand/src/paraview-2.4.2/Servers/Common/vtkPVClientServerModule.cxx,
line 573<br>

</dd><dd>vtkPVClientServerModule (161f4330): Server error: Could not connect
to the client. localhost 11111<br><br>

</dd><dd>ERROR: In
/viz/home/rhand/src/paraview-2.4.2/Servers/Common/vtkPVClientServerModule.cxx,
line 583<br>

</dd><dd>vtkPVClientServerModule (161f4330): No GUIHelper set, can not exit
application </dd></blockquote><br>

</dd><dd>The default host (--client-host, in this case) is localhost. You
either need to specify --client-host=client_host_name on the server
command line or add it to the .pvx file: &lt;Option
Name=&quot;reverse-connection&quot; Value=client_host_name/&gt;.<br>
<br>
<blockquote type="cite" cite="http://">
<dd>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>

</dd><dd>-- <br>

</dd><dd>Randall Hand<br>

</dd><dd>Visualization Scientist, <br>

</dd><dd>ERDC-MSRC Vicksburg, MS <br>

</dd><dd>Homepage: <a href="http://www.yeraze.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.yeraze.com</a>
<br>

</dd><dd>_______________________________________________<br>

</dd><dd>ParaView mailing list<br>

</dd><dd><a href="mailto:ParaView@paraview.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ParaView@paraview.org</a><br>

</dd><dd>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.paraview.org/mailman/listinfo/paraview</a></dd></blockquote><br>

</dd></dl><br><br>
<br>
-- <br>
Randall Hand<br>
Visualization Scientist, <br>
ERDC-MSRC Vicksburg, MS<br>
Homepage: <a href="http://www.yeraze.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.yeraze.com</a>
</blockquote>


</span></div></blockquote></div><br><br clear="all"><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>