<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Rick,<br>
    <br>
    If you are running from cmd.exe you capture the output in a file as
    follows:<br>
    <blockquote>paraview.exe > out.txt 2>&1<br>
    </blockquote>
    If you launch from within a cygwin shell, you see the output as
    usual. I find cygwin much nicer than cmd.<br>
    <br>
    Burlen<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 04/01/2014 12:52 PM, Angelini,
      Richard C (Rick) CIV USARMY ARL (US) wrote:<br>
    </div>
    <blockquote
cite="mid:345817C8A61EA841AAE0120EC1514D954F2506F7@umechphd.easf.csd.disa.mil"
      type="cite">
      <pre wrap="">Classification: UNCLASSIFIED
Caveats: NONE

I'm debugging a ParaView client-server connection issue between ParaView
4.1.0 running on a Windows machine and a remote HPC system.    I'd like to
see the SSH string that's being generated on the Windows side, but I don't
see any output that says "Server Launch command is :"  like I see on the
Linux and Mac systems.   Is there some way to see this output on the Windows
machine?   This output must be generated by Paraview by default, because I
don't think that that I'm doing anything in my default_servers.pvsc file to
print this output.


Here's what I see on Mac/Linux in the terminal window where I run the
client.   There are the values that I'm setting in the host profile as
described in the default_servers.pvsc file, and I then see the SSH command
that gets built and executed.    

LOGINNODE=remote-host.xx.xx.xx
NODES=2
NODE_TYPE=compute
PROCS=8
PROJECTNUM=ABC123456789
PV_CONNECT_ID=43481
PV_SERVER_PORT=9333
QUEUE=serial
SERVER_PORT=49130
SSHLOC=/usr/krb5/bin/ssh
USERNAME=my_username
WALLTIME=10
Setting ConnectID: 43481
Accepting connection(s): my-host.xx.xx.xx:9333

Server launch command is : /usr/krb5/bin/ssh -q "-o
StrictHostKeyChecking=no" "-o ExitOnForwardFailure=yes" -R
49130:127.0.0.1:9333 -l my_username remote-host.xx.xx.xx  /usr/bin/env
PV_CONNECT_ID=43481 PV_PORT=49130 VERSION=4.1.0 WALLTIME=10
PROJECTNUM=ABC123456789 QUEUE=serial NODES=2 PROCS=8 TUNNEL=1
NODE_TYPE=compute LOGINNODE=remote-hostname.xx.xx.xx
/app/DAAC/paraview/utils/pvserver.sh


________________________________
Rick Angelini
USArmy Research Laboratory
CISD/HPC Architectures Team
Building 120 Cube 315
Aberdeen Proving Ground, MD 
Phone:  410-278-6266


Classification: UNCLASSIFIED
Caveats: NONE


</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>