<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DISPLAY problems with ReflectionX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942832#M113979</link>
    <description>Hi Samo,&lt;BR /&gt;&lt;BR /&gt;if you do not worry about NOT using your WRQ Reflection/X any more, why not go for the "CYGWIN" version of X?&lt;BR /&gt;It is free, it is stable, it is way more up to date than WRQ, and you can run multiple session s on your PC.&lt;BR /&gt;And of course there is an OpenSSH available (free, again) from CYGWIN, so that you can run your X sessions encrypted over SSH tunnels.&lt;BR /&gt;Each session on your PC gets another server number, so for the UN*Xs, one is using the DISPLAY on :0, the next on :1, and so on, but all on your PC.&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Apr 2003 21:31:58 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2003-04-03T21:31:58Z</dc:date>
    <item>
      <title>DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942817#M113964</link>
      <description>Hi,&lt;BR /&gt;This is my problem.When I connect from my PC to HP-UX through ReflectionX and when I type export | grep DISPLAY, I get IP from my PC, and I can start GUI without any problems.But when I login from this hp-ux to another hp-ux, and when I type export | grep DISPLAY, I get the name of the hp-ux and I can not start GUI.How can I setup in the .profile to export DISPLAY="IP of PC I am connecting through ReflectionX":0.0&lt;BR /&gt;I can not just type in the IP because I am not the only one using this hp boxes.Is there a way to get IP from PC.Thanks for your answers.&lt;BR /&gt;Samo</description>
      <pubDate>Thu, 03 Apr 2003 08:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942817#M113964</guid>
      <dc:creator>Samo_2</dc:creator>
      <dc:date>2003-04-03T08:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942818#M113965</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# who am i -R command give you your remote IP.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Thu, 03 Apr 2003 08:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942818#M113965</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2003-04-03T08:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942819#M113966</link>
      <description>Hi Samo,&lt;BR /&gt;&lt;BR /&gt;add the lines to you $HOME/.profile&lt;BR /&gt;&lt;BR /&gt;# -- Do trick to set the display in case of remote login&lt;BR /&gt;     HOST=`who am i -R |awk '{print $NF}' | sed "s/(\(.*\))/\1/"`&lt;BR /&gt;     if [ "$HOST" != "" ] &amp;amp;&amp;amp; [ "$HOST" != ":0" ] &amp;amp;&amp;amp; [ "$HOST" != ":0.0" ];&lt;BR /&gt;     then&lt;BR /&gt;        if [ "$HOST" = `who am i -R |awk '{print $NF}' | sed "s/(\(.*\))/\1/"` ]&lt;BR /&gt;        then&lt;BR /&gt;          HOST=$HOST:0.0&lt;BR /&gt;        fi&lt;BR /&gt;          echo "     +--&amp;lt;&amp;lt;"&lt;BR /&gt;          echo "     |  Remote login detected, setting DISPLAY to $HOST"&lt;BR /&gt;          echo "     +--&amp;gt;&amp;gt;"&lt;BR /&gt;        DISPLAY=$HOST&lt;BR /&gt;        export DISPLAY&lt;BR /&gt;     fi&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 03 Apr 2003 08:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942819#M113966</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-04-03T08:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942820#M113967</link>
      <description>Hi&lt;BR /&gt;You must be invoking the Reflection X client from your PC to HP server , from there you are telneting into the other HP unix box ? if yes the you wont get the GUI , if any applicxation you want to invoke like glance which is GUI based on the other HP server , then just export DISPLAY , the dispaly will be your HP server IP from where you telneted .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Apr 2003 08:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942820#M113967</guid>
      <dc:creator>CCIL</dc:creator>
      <dc:date>2003-04-03T08:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942821#M113968</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Indeed it is on your original login only.&lt;BR /&gt;&lt;BR /&gt;Either when you login to reflection the first time you need to save a file in your .dtprofile which contains your current display.&lt;BR /&gt;&lt;BR /&gt;Or on the second machine&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo $(remsh firstmachine who -uR|grep -v old|grep $LOGNAME|tail -n 1)|read line&lt;BR /&gt;set $(echo $line)&lt;BR /&gt;export DISPLAY=$8":0.0"&lt;BR /&gt;echo $DISPLAY&lt;BR /&gt;&lt;BR /&gt;                     Steve Steel</description>
      <pubDate>Thu, 03 Apr 2003 08:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942821#M113968</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-04-03T08:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942822#M113969</link>
      <description>Hi "Robert-Jan Goossens",&lt;BR /&gt;I have copyed you answer and tried it but it does not work because DISPLAY is still exporting to machine to which I connect with ReflectionX. DISPLAY at least I think so should be pointing to my PC.If I type export DISPLAY="IP_of_my_PC":0.0 then it works.</description>
      <pubDate>Thu, 03 Apr 2003 08:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942822#M113969</guid>
      <dc:creator>Samo_2</dc:creator>
      <dc:date>2003-04-03T08:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942823#M113970</link>
      <description>Hi Samo,&lt;BR /&gt;&lt;BR /&gt;Just reread your question, think you are logging in from your PC to UNIX  (this working good) DISPLAY is set to you PC, but if you logging in to another UNIX host your DISPLAY has been set to the first HPUX host.&lt;BR /&gt;&lt;BR /&gt;If This is the case then you have to set your DISPLAY manualy export DISPLAY=PCipadress:0.0&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 03 Apr 2003 09:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942823#M113970</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-04-03T09:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942824#M113971</link>
      <description>Hi Steve,&lt;BR /&gt;Thanks for your answer, I tryed what you wrote but this does not work because command who -uR does not sort it's output by last access.So when I use "tail -n 1" the output I get is not necessary the right one.But thanks anyway.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Apr 2003 11:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942824#M113971</guid>
      <dc:creator>Samo_2</dc:creator>
      <dc:date>2003-04-03T11:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942825#M113972</link>
      <description>Manually setting I know but the problem is that I am not the only one using this so everybody else in the company will have to type this and if it is possible I would like to avoid this.The only "solution" I know is to configure Reflection on every PC so they have this command "export DISPLAY=IP:0.0" maped to one button(example F1).But that is a lot of work for me.</description>
      <pubDate>Thu, 03 Apr 2003 11:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942825#M113972</guid>
      <dc:creator>Samo_2</dc:creator>
      <dc:date>2003-04-03T11:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942826#M113973</link>
      <description>Samo,&lt;BR /&gt;&lt;BR /&gt;What conf do you use on your PC's to get an ipadress (dhcp,dns ??) ?</description>
      <pubDate>Thu, 03 Apr 2003 12:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942826#M113973</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-04-03T12:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942827#M113974</link>
      <description>The DISPLAY variable must always match the IP address of your display device (ie, your PC). Change the who options to:&lt;BR /&gt;&lt;BR /&gt;who -muR&lt;BR /&gt;&lt;BR /&gt;and then extract the last field, something like this:&lt;BR /&gt;&lt;BR /&gt;export DISPLAY="$(/usr/bin/who -muR | awk '{print $NF}'):0.0"&lt;BR /&gt;&lt;BR /&gt;However, the who command only reports on the incoming address, so if you telnet to cpu1 and then on to cpu2, cpu2 will return cpu1 as your DISPLAY, not your PC. There is no scriptable way to track back to your original PC.&lt;BR /&gt;&lt;BR /&gt;BTW: telnetting through many machines is a really bad idea! The problem is that you may remove some files or perform some maintenance on the wrong machine.  Initiate each system as a separate window and the DISPLAY will be set correctly.</description>
      <pubDate>Thu, 03 Apr 2003 12:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942827#M113974</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-04-03T12:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942828#M113975</link>
      <description>We do not use dhcp, and we have static IP's</description>
      <pubDate>Thu, 03 Apr 2003 12:48:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942828#M113975</guid>
      <dc:creator>Samo_2</dc:creator>
      <dc:date>2003-04-03T12:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942829#M113976</link>
      <description>To Bill,&lt;BR /&gt;Is it possible, if you know to start two different Reflection sesions.Problem is that I MUST be logedin to both system and must run GUI on both.</description>
      <pubDate>Thu, 03 Apr 2003 12:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942829#M113976</guid>
      <dc:creator>Samo_2</dc:creator>
      <dc:date>2003-04-03T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942830#M113977</link>
      <description>Hi Samo,&lt;BR /&gt;&lt;BR /&gt;add the ipadress in the $HOME/.profile&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=pc-ipadress:0.0&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 03 Apr 2003 12:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942830#M113977</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-04-03T12:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942831#M113978</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am using reflection and I can only get 1 session at a time .&lt;BR /&gt;&lt;BR /&gt;It will reset the current session otherwise.&lt;BR /&gt;&lt;BR /&gt;You can do it with linux easily.&lt;BR /&gt;&lt;BR /&gt;If before you telnet to another box you do&lt;BR /&gt;&lt;BR /&gt;echo $DISPLAY &amp;gt; /tmp/$LOGNAME"newhostname"&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=$(cat /tmp/$LOGNAME$(hostname)&lt;BR /&gt;&lt;BR /&gt;will always work&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            Steve Steel</description>
      <pubDate>Thu, 03 Apr 2003 13:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942831#M113978</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-04-03T13:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942832#M113979</link>
      <description>Hi Samo,&lt;BR /&gt;&lt;BR /&gt;if you do not worry about NOT using your WRQ Reflection/X any more, why not go for the "CYGWIN" version of X?&lt;BR /&gt;It is free, it is stable, it is way more up to date than WRQ, and you can run multiple session s on your PC.&lt;BR /&gt;And of course there is an OpenSSH available (free, again) from CYGWIN, so that you can run your X sessions encrypted over SSH tunnels.&lt;BR /&gt;Each session on your PC gets another server number, so for the UN*Xs, one is using the DISPLAY on :0, the next on :1, and so on, but all on your PC.&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Apr 2003 21:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942832#M113979</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2003-04-03T21:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942833#M113980</link>
      <description>Samo,&lt;BR /&gt;&lt;BR /&gt;You can open 2 xterm windows from your ReflectionX to 2 different hosts and the DISPLAY will be set to your PC automatically. Maybe you are opening CDE session on one server and then , are unable to open another session ofr 2nd host.&lt;BR /&gt;&lt;BR /&gt;I use ReflectionX and use it in this way and can have 2 separate displays from 2 different machines (e.g. SAM from 2 servers on my PC)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;...Manjeet</description>
      <pubDate>Thu, 03 Apr 2003 22:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942833#M113980</guid>
      <dc:creator>Kellogg Unix Team</dc:creator>
      <dc:date>2003-04-03T22:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942834#M113981</link>
      <description>The key in understanding Xwindows and multiple systems is that CDE (the fancy desktop manager) can only be run from one machine. Reflection/X defaults to starting the CDE desktop so starting another CDE session from another system doesn't make much sense. Now in CDE, when you pick a terminal window, that window is resident on the CDE host and you are interacting with the CDE host, just as if you ran a telnet session to that first machine.&lt;BR /&gt;&lt;BR /&gt;However, when you then telnet from the host1 window over to host2, you are telling host1 to talk to host2 and host2 knows nothing about your PC. This can get REALLY confusing, so I recommend dumping the CDE desktop (it's a monster on the network) and simply using telnet to each box as needed (assuming you don't use any graphics programs. just text-based commands). The best way is to NOT use the PC's telnet (which usually defaults to a very dumb Hyperterminal) but to use Reflection/1 (aka, Reflection for HP). This is a different program from Reflection/X. It is strictly a terminal emulator and should be set to HP2392A, and telnet connection.&lt;BR /&gt;&lt;BR /&gt;Now you can start as many sessions as you want--the PC handles each window separately and DISPLAY is no longer needed because the program is local. Reflection for HP has a very powerful (but easy to use) macro recorder that can create an auto-login for each machine. And once you've used HP smart terminals for SAM and swinstall, you'll never look back at dumb vt100 stuff again. WRQ emulation is at version 10 and includes OpenSSH as a standard feature. This is especially true for remote support via modems. If anyone wants some info on how to use Reflection/1 for HP in the HP-UX environment, write me at blhconsulting@mindspring.com</description>
      <pubDate>Thu, 03 Apr 2003 23:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942834#M113981</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-04-03T23:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY problems with ReflectionX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942835#M113982</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I have the same question:&lt;BR /&gt;&lt;BR /&gt;1. Reflex from my PC to a HPUX box1. GUI works fine.&lt;BR /&gt;2. Telnet/rlogin from the HPUX box1 to another HPUX box2. Export DISPLAY with HPUX box1 IP. Run "sam" but no display. I tried to run xhost + at HPUX box2 but cannot open display on HPUX box1.&lt;BR /&gt;3. I cannot export DISPLAY to my PC IP as the HPUX box2 cannot see my PC. In different subnet.&lt;BR /&gt;&lt;BR /&gt;Please advise what shall I do? Thanks.</description>
      <pubDate>Thu, 20 Nov 2003 21:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-problems-with-reflectionx/m-p/2942835#M113982</guid>
      <dc:creator>ooi</dc:creator>
      <dc:date>2003-11-20T21:02:06Z</dc:date>
    </item>
  </channel>
</rss>

