<?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 Invoke Xapps from telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591985#M651219</link>
    <description>I have a very basic question which is not clear.&lt;BR /&gt;&lt;BR /&gt;Can we invoke HP-UX/Unix/Linux X-Applications within a CLI Telnet session from a remote host.&lt;BR /&gt;&lt;BR /&gt;Can anyone pls clarify</description>
    <pubDate>Sat, 27 Feb 2010 12:40:00 GMT</pubDate>
    <dc:creator>arkie</dc:creator>
    <dc:date>2010-02-27T12:40:00Z</dc:date>
    <item>
      <title>Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591985#M651219</link>
      <description>I have a very basic question which is not clear.&lt;BR /&gt;&lt;BR /&gt;Can we invoke HP-UX/Unix/Linux X-Applications within a CLI Telnet session from a remote host.&lt;BR /&gt;&lt;BR /&gt;Can anyone pls clarify</description>
      <pubDate>Sat, 27 Feb 2010 12:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591985#M651219</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-02-27T12:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591986#M651220</link>
      <description>X apps are graphics based and need an X display environment to run and display. You telnet session does not provide the X environment. You need to run an X environment alongside your telnet session so that you can tell the X apps to display there.</description>
      <pubDate>Sat, 27 Feb 2010 12:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591986#M651220</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-02-27T12:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591987#M651221</link>
      <description>Usual procedure is:&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=xxx.xxx.xxx.xxx:0.0&lt;BR /&gt;&lt;BR /&gt;...where xxx.xxx... is your PC's ip address.&lt;BR /&gt;&lt;BR /&gt;Then it's :&lt;BR /&gt;&lt;BR /&gt;dtterm &amp;amp;&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;xterm &amp;amp;</description>
      <pubDate>Sat, 27 Feb 2010 13:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591987#M651221</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-27T13:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591988#M651222</link>
      <description>"Can we invoke HP-UX/Unix/Linux X-Applications within a CLI Telnet session from a remote host."&lt;BR /&gt;&lt;BR /&gt;one answer is "maybe".  &lt;BR /&gt;&lt;BR /&gt;X apps ususally require a X-Windows display, set via the DISPLAY=xxx.xxx.xxx.xxx:y environment variable, so its possible to:&lt;BR /&gt;&lt;BR /&gt;a) start an app form telnet and route it to anoter display, for instance a PC running X&lt;BR /&gt;&lt;BR /&gt;b) some apps, such as AutoCad, accept DISPLAY=NULL, which was used primarily for batch scripts / cron jobs.  X-Display wasn't needed in this case.  That is, I believe, going to be application-specific, so it may not work.  depends on app and what it is you're trying to accomplish</description>
      <pubDate>Mon, 01 Mar 2010 15:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591988#M651222</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2010-03-01T15:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591989#M651223</link>
      <description>Hi TTr, Michael, OldSchool&lt;BR /&gt;&lt;BR /&gt;After a export DISPLAY=xxx.xxx.xxx.xxx:0.0&lt;BR /&gt;...where xxx.xxx... is my PC's ip address&lt;BR /&gt;&lt;BR /&gt;Does a `dtterm &amp;amp;` and/or `xterm &amp;amp;` necessarily does the invoking of X environment in a Windows PC through telnet, ssh ?</description>
      <pubDate>Wed, 03 Mar 2010 05:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591989#M651223</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-03-03T05:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591990#M651224</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Does a `dtterm &amp;amp;` and/or `xterm &amp;amp;`&lt;BR /&gt;&amp;gt; necessarily does the invoking of X&lt;BR /&gt;&amp;gt; environment in a Windows PC through telnet,&lt;BR /&gt;&amp;gt; ssh ?&lt;BR /&gt;&lt;BR /&gt;If I understand the question, then no.&lt;BR /&gt;"dtterm" runs a dtterm.  "xterm" runs an&lt;BR /&gt;xterm.  They expect there to be an X server&lt;BR /&gt;running where DISPLAY says that there's an X&lt;BR /&gt;server.&lt;BR /&gt;&lt;BR /&gt;Generally, one starts the X server software,&lt;BR /&gt;and _then_ tries to use it.  How you start it&lt;BR /&gt;may depend on whose X server software you're&lt;BR /&gt;using.</description>
      <pubDate>Wed, 03 Mar 2010 05:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591990#M651224</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-03T05:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591991#M651225</link>
      <description>I could see that from a basic telnet session also:-&lt;BR /&gt;&lt;BR /&gt;# export DISPLAY=XXX.XXX.XXX.XXX:0.0&lt;BR /&gt;# /usr/dt/bin/dtterm -ls -display $DISPLAY&lt;BR /&gt;&lt;BR /&gt;does the job.&lt;BR /&gt;&lt;BR /&gt;Now, `xclock &amp;amp;` or `sam` works on my laptop fine.</description>
      <pubDate>Wed, 03 Mar 2010 05:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591991#M651225</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-03-03T05:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591992#M651226</link>
      <description>&lt;!--!*#--&gt;&amp;gt; # export DISPLAY=XXX.XXX.XXX.XXX:0.0&lt;BR /&gt;&amp;gt; # /usr/dt/bin/dtterm -ls -display $DISPLAY&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; does the job.&lt;BR /&gt;&lt;BR /&gt;You're working too hard.  After:&lt;BR /&gt;&lt;BR /&gt;      export DISPLAY=XXX.XXX.XXX.XXX:0.0&lt;BR /&gt;&lt;BR /&gt;you don't need to specify "-display&lt;BR /&gt;$DISPLAY".  Plain "/usr/dt/bin/dtterm -ls"&lt;BR /&gt;should be fine.</description>
      <pubDate>Wed, 03 Mar 2010 06:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591992#M651226</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-03T06:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591993#M651227</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] Plain "/usr/dt/bin/dtterm -ls"&lt;BR /&gt;&amp;gt; should be fine.&lt;BR /&gt;&lt;BR /&gt;And, if you add "/usr/dt/bin" to your PATH,&lt;BR /&gt;then plain "dtterm -ls" should be fine, too.</description>
      <pubDate>Wed, 03 Mar 2010 06:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591993#M651227</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-03T06:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591994#M651228</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Now, `xclock &amp;amp;` or `sam` works on my laptop fine.&lt;BR /&gt;&lt;BR /&gt;This means that on your laptop is running an X server. If you stop this server from running, there is nothing you can do on your HP-UX/Unix CLI that would let you see an X desktop on your laptop.&lt;BR /&gt;&lt;BR /&gt;'X Server' uses a specific protocol. Has nothing to do with a telnet/ssh connection.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 03 Mar 2010 06:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591994#M651228</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-03T06:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Xapps from telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591995#M651229</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;Good learning for me. Thanks</description>
      <pubDate>Wed, 03 Mar 2010 06:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-xapps-from-telnet/m-p/4591995#M651229</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-03-03T06:16:12Z</dc:date>
    </item>
  </channel>
</rss>

