<?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: Xwindow problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738674#M255835</link>
    <description># ping 9.184.42.224&lt;BR /&gt;PING 9.184.42.224: 64 byte packets&lt;BR /&gt;&lt;BR /&gt;----9.184.42.224 PING Statistics----&lt;BR /&gt;5 packets transmitted, 0 packets received, 100% packet loss&lt;BR /&gt;# nslookup 9.184.42.224&lt;BR /&gt;Name Server: bcmd10dc01.int.bcm-ltd.co.uk&lt;BR /&gt;Address: 28.1.254.31&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;looking up FILES&lt;BR /&gt;*** No hostname information is available for "9.184.42.224"&lt;BR /&gt;# who -u&lt;BR /&gt;root console Jan 17 14:00 old 2179&lt;BR /&gt;in867566 ttyp1 Feb 24 08:48 . 27363 10.214.2.84&lt;BR /&gt;in228614 ttyp2 Feb 24 08:11 . 26565 10.219.106.26&lt;BR /&gt;in867566 ttyp3 Feb 24 08:28 . 26972 hp9w1608&lt;BR /&gt;in228614 ttyp4 Feb 24 09:02 . 28878 10.219.106.26&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;what is your IP-Address in who -u output? If you are login from your machine. What is the ip-address of your client machine in this?&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
    <pubDate>Fri, 24 Feb 2006 04:16:04 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2006-02-24T04:16:04Z</dc:date>
    <item>
      <title>Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738665#M255826</link>
      <description>Hi Gurus&lt;BR /&gt;&lt;BR /&gt;    I am facing a problem in running SAM in xwindow.I Am using Xmanager2.0 to bring the xwindow to lcal machine. Please find the attached document for the error i am getting.&lt;BR /&gt;&lt;BR /&gt;    I am connecting a server hp9xxxx first.&lt;BR /&gt;From there i am telneting to hp7xxxx server.&lt;BR /&gt;&lt;BR /&gt;     The ip address of my local machine is 9.184.42.224.&lt;BR /&gt;&lt;BR /&gt;Please help me as i have to use sam in xwindow urgently.&lt;BR /&gt;&lt;BR /&gt;thanks in advance.&lt;BR /&gt;s.o</description>
      <pubDate>Fri, 24 Feb 2006 03:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738665#M255826</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-02-24T03:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738666#M255827</link>
      <description>You have exported DISPLAY variable in normal user mode as,&lt;BR /&gt;&lt;BR /&gt;$ env | grep DIS&lt;BR /&gt;DISPLAY=9.184.42.224:0.0&lt;BR /&gt;$ su&lt;BR /&gt;Password:&lt;BR /&gt;&lt;BR /&gt;Try to set in root session as,&lt;BR /&gt;# export DISPLAY=9.184.42.224:0.0&lt;BR /&gt;# echo ${DISPLAY}&lt;BR /&gt;&lt;BR /&gt;has to show the setting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# sam &amp;amp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Meantime, you have to start xwindow client session. It will work.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2006 03:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738666#M255827</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-24T03:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738667#M255828</link>
      <description>please find the error messge&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2006 03:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738667#M255828</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-02-24T03:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738668#M255829</link>
      <description>HI, &lt;BR /&gt;&lt;BR /&gt;Why dont you directly start a X window to hp7xx ?? Anyways, you can easily export your display IP in hp7xxx as &lt;BR /&gt;&lt;BR /&gt;# export DISPLAY=&lt;IP_OF_HP9XXXX&gt;:0.0 &lt;BR /&gt;&lt;BR /&gt;Now, start sam again. It should work. &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/IP_OF_HP9XXXX&gt;</description>
      <pubDate>Fri, 24 Feb 2006 03:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738668#M255829</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-24T03:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738669#M255830</link>
      <description>/usr/bin/X11/xhost:  unable to open display "9.184.42.224:0.0"&lt;BR /&gt;&lt;BR /&gt;hm.. Problem is with connectivity. Do this,&lt;BR /&gt;&lt;BR /&gt;# ping 9.184.42.224&lt;BR /&gt;# nslookup 9.184.42.224&lt;BR /&gt;&lt;BR /&gt;From 9.184.42.224 machine to hp-ux machine,&lt;BR /&gt;&lt;BR /&gt;# ping hp-ux machine&lt;BR /&gt;&lt;BR /&gt;IS it working?&lt;BR /&gt;&lt;BR /&gt;Can you show this,&lt;BR /&gt;&lt;BR /&gt;# who -u&lt;BR /&gt;&lt;BR /&gt;Are you able to see the ip-address of 9.184.42.224 there? &lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Fri, 24 Feb 2006 03:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738669#M255830</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-24T03:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738670#M255831</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Are you able to ping to your local pc from hp7xxx??? That should be a problem. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 24 Feb 2006 03:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738670#M255831</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-24T03:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738671#M255832</link>
      <description>Hi Muthu&lt;BR /&gt;&lt;BR /&gt;    Thanks for your immediate reply. Let me explain once more how am i trying.&lt;BR /&gt;&lt;BR /&gt;I am using putty ssh to connect to the hp9xxxx server. I am enabling the "X11 forwarding" in the putty. I am creating an environment by running Xmanager passive.&lt;BR /&gt;&lt;BR /&gt; As you said i set the DISPLAY variable in root. But how can i start the client session after running sam.&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;s.o&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2006 04:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738671#M255832</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-02-24T04:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738672#M255833</link>
      <description>Hi Muthu/Arun&lt;BR /&gt;&lt;BR /&gt;   I am not able to ping from local machine to server.&lt;BR /&gt;&lt;BR /&gt;From server please find the o/p of the commands you specified.&lt;BR /&gt;&lt;BR /&gt;# ping 9.184.42.224&lt;BR /&gt;PING 9.184.42.224: 64 byte packets&lt;BR /&gt;&lt;BR /&gt;----9.184.42.224 PING Statistics----&lt;BR /&gt;5 packets transmitted, 0 packets received, 100% packet loss&lt;BR /&gt;# nslookup 9.184.42.224&lt;BR /&gt;Name Server:  bcmd10dc01.int.bcm-ltd.co.uk&lt;BR /&gt;Address:  28.1.254.31&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;looking up FILES&lt;BR /&gt;*** No hostname information is available for "9.184.42.224"&lt;BR /&gt;# who -u&lt;BR /&gt;root       console      Jan 17 14:00  old    2179&lt;BR /&gt;in867566   ttyp1        Feb 24 08:48   .    27363  10.214.2.84&lt;BR /&gt;in228614   ttyp2        Feb 24 08:11   .    26565  10.219.106.26&lt;BR /&gt;in867566   ttyp3        Feb 24 08:28   .    26972  hp9w1608&lt;BR /&gt;in228614   ttyp4        Feb 24 09:02   .    28878  10.219.106.26&lt;BR /&gt;#&lt;BR /&gt;Anything can be guessed from this? How can i go ahead?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;s.o</description>
      <pubDate>Fri, 24 Feb 2006 04:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738672#M255833</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-02-24T04:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738673#M255834</link>
      <description>&lt;BR /&gt;Hi Arun&lt;BR /&gt;&lt;BR /&gt;   tried exporting DISPLAY as you said. still the same error is coming.&lt;BR /&gt;&lt;BR /&gt;# export DISPLAY=10.214.2.84:0.0&lt;BR /&gt;# echo $DISPLAY&lt;BR /&gt;10.214.2.84:0.0&lt;BR /&gt;# sam&lt;BR /&gt;&lt;BR /&gt;The DISPLAY environment variable is set to "10.214.2.84:0.0", but&lt;BR /&gt;the current configuration won't allow sam to run on that display.&lt;BR /&gt;&lt;BR /&gt;The DISPLAY environment variable may be incorrect, or, if you are&lt;BR /&gt;running sam remotely, you may need to allow the remote system&lt;BR /&gt;to access your local X server by typing&lt;BR /&gt;&lt;BR /&gt;      /usr/bin/X11/xhost +hp7d104&lt;BR /&gt;&lt;BR /&gt;on your local machine.&lt;BR /&gt;&lt;BR /&gt;Do you want to proceed using the terminal version of sam?&lt;BR /&gt;(yes or no) [yes]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;s.o&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2006 04:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738673#M255834</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-02-24T04:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738674#M255835</link>
      <description># ping 9.184.42.224&lt;BR /&gt;PING 9.184.42.224: 64 byte packets&lt;BR /&gt;&lt;BR /&gt;----9.184.42.224 PING Statistics----&lt;BR /&gt;5 packets transmitted, 0 packets received, 100% packet loss&lt;BR /&gt;# nslookup 9.184.42.224&lt;BR /&gt;Name Server: bcmd10dc01.int.bcm-ltd.co.uk&lt;BR /&gt;Address: 28.1.254.31&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;looking up FILES&lt;BR /&gt;*** No hostname information is available for "9.184.42.224"&lt;BR /&gt;# who -u&lt;BR /&gt;root console Jan 17 14:00 old 2179&lt;BR /&gt;in867566 ttyp1 Feb 24 08:48 . 27363 10.214.2.84&lt;BR /&gt;in228614 ttyp2 Feb 24 08:11 . 26565 10.219.106.26&lt;BR /&gt;in867566 ttyp3 Feb 24 08:28 . 26972 hp9w1608&lt;BR /&gt;in228614 ttyp4 Feb 24 09:02 . 28878 10.219.106.26&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;what is your IP-Address in who -u output? If you are login from your machine. What is the ip-address of your client machine in this?&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Fri, 24 Feb 2006 04:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738674#M255835</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-24T04:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738675#M255836</link>
      <description>Hi muthu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   My pc ip address is 9.184.42.224.&lt;BR /&gt;From this machine i am connecting to 10.214.2.84(hp9xxxx). From there i am telneting to hp7xxxxx.(ip address 28.1.254.25).The who -u is not showing my pc ip. but it is showing my hp9xxxx ip.&lt;BR /&gt;in867566 ttyp1 Feb 24 08:48 . 27363 10.214.2.84&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;s.o&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2006 05:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738675#M255836</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-02-24T05:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738676#M255837</link>
      <description>Yep. I guessed it.&lt;BR /&gt;&lt;BR /&gt;Then you can get sam view on your first machine 9.184.* You can get sam view in step-up machine. If you want to have the view then you have to setup routing table to the machine directly. So that you can get it.&lt;BR /&gt;&lt;BR /&gt;May be you can login with step-up machine with GUI based from there get the GUI of real machine. That is possible.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Fri, 24 Feb 2006 06:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738676#M255837</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-24T06:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738677#M255838</link>
      <description>Hi Muthu&lt;BR /&gt;&lt;BR /&gt;  thanks for your reply. But I cant understand it. Could you please tell me the step by step procedure.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;s.o&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2006 06:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738677#M255838</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-02-24T06:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Xwindow problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738678#M255839</link>
      <description>Hi S.O, &lt;BR /&gt;&lt;BR /&gt;The logic is simple, &lt;BR /&gt;&lt;BR /&gt;1) Xmanager from PC 9.184.42.224&lt;BR /&gt;&lt;BR /&gt;2) From, hp9xxxx open a telnet window to hp7xxxx &lt;BR /&gt;&lt;BR /&gt;3) in hp7xxxx, do this, &lt;BR /&gt;&lt;BR /&gt;# export DISPLAY=hp9xxxx:0.0 &lt;BR /&gt;&lt;BR /&gt;4) Execute "sam" in hp7xxxx&lt;BR /&gt;&lt;BR /&gt;5) You will get a xwindow in hp9xxx&lt;BR /&gt;&lt;BR /&gt;6) See the window from XManager in PC..&lt;BR /&gt;&lt;BR /&gt;Hope this is clear. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 24 Feb 2006 07:48:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xwindow-problem/m-p/3738678#M255839</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-24T07:48:47Z</dc:date>
    </item>
  </channel>
</rss>

