<?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: Access Unix server on client site in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211740#M60156</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;using cygwin I do it usually following way:&lt;BR /&gt;&lt;BR /&gt;- start cygwin shell console&lt;BR /&gt;- from the cygwin console start X win: startx&lt;BR /&gt;- from opened X win terminal allow any connection: xhost +&lt;BR /&gt;- start separate session to destination server, e.g. via putty&lt;BR /&gt;- set DISPLAY variable in this session pointing back to my local machine&lt;BR /&gt;- start X win application in this session e.g. xclock&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;emha.</description>
    <pubDate>Tue, 01 Dec 2009 08:42:52 GMT</pubDate>
    <dc:creator>emha_1</dc:creator>
    <dc:date>2009-12-01T08:42:52Z</dc:date>
    <item>
      <title>Access Unix server on client site</title>
      <link>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211738#M60154</link>
      <description>Hi Experts, &lt;BR /&gt;&lt;BR /&gt;I need to access Solaris servers on client site. I can access client network using VPN. I have Cent OS installed on a vmware on my system &amp;amp; I have also installed Cygwin on my system. How can I launch server GUI on my Cent OS? I have tried a few steps given below: &lt;BR /&gt;&lt;BR /&gt;On Cent OS: &lt;BR /&gt;1) Launched terminal window &amp;amp; tried using the following command:&lt;BR /&gt;[user@xyz]$ xterm&lt;BR /&gt;[user@xyz]$ X :1 -query ip&lt;BR /&gt;&lt;BR /&gt;This launches a black x-windows. &lt;BR /&gt;&lt;BR /&gt;On windows using Cygwin: &lt;BR /&gt;1) Launched cygwin &amp;amp; ran the following commands in cygwin console:&lt;BR /&gt;$ startx (to launch the xwindows)&lt;BR /&gt;$ export DISPLAY=:0.0&lt;BR /&gt;$ setenv +localhost ip&lt;BR /&gt;2) in the x-windows ran the following commands:&lt;BR /&gt;$ ssh -l username ip/hostname&lt;BR /&gt;$ setenv DISPLAY localip:0.0&lt;BR /&gt;&lt;BR /&gt;Here I do not know what command should I give to launch the server GUI. &lt;BR /&gt;&lt;BR /&gt;Thank you for helping me out. I appreciate it. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;P.D. &lt;BR /&gt;</description>
      <pubDate>Mon, 30 Nov 2009 01:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211738#M60154</guid>
      <dc:creator>P_D</dc:creator>
      <dc:date>2009-11-30T01:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Access Unix server on client site</title>
      <link>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211739#M60155</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;For black window try starting X server in the same depth that is used on the Solaris server.&lt;BR /&gt;&lt;BR /&gt;Cygwin also has startx command so you can use that with '-query'.&lt;BR /&gt;&lt;BR /&gt;You can also try Xming, which is simpler to use and has some GUI controls to choose startup options.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goran</description>
      <pubDate>Mon, 30 Nov 2009 06:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211739#M60155</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2009-11-30T06:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Access Unix server on client site</title>
      <link>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211740#M60156</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;using cygwin I do it usually following way:&lt;BR /&gt;&lt;BR /&gt;- start cygwin shell console&lt;BR /&gt;- from the cygwin console start X win: startx&lt;BR /&gt;- from opened X win terminal allow any connection: xhost +&lt;BR /&gt;- start separate session to destination server, e.g. via putty&lt;BR /&gt;- set DISPLAY variable in this session pointing back to my local machine&lt;BR /&gt;- start X win application in this session e.g. xclock&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;emha.</description>
      <pubDate>Tue, 01 Dec 2009 08:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211740#M60156</guid>
      <dc:creator>emha_1</dc:creator>
      <dc:date>2009-12-01T08:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Access Unix server on client site</title>
      <link>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211741#M60157</link>
      <description>By "server GUI" you probably mean the CDE Desktop, right?&lt;BR /&gt;&lt;BR /&gt;The CDE start-up command is normally /usr/dt/bin/dtsession.&lt;BR /&gt;&lt;BR /&gt;Try this procedure:&lt;BR /&gt;1.) Launch cygwin &amp;amp; startx&lt;BR /&gt;&lt;BR /&gt;2.) in the x-windows, ssh -X -l username ip/hostname&lt;BR /&gt;&lt;BR /&gt;(don't setenv DISPLAY, ssh -X should set it automatically if X11 forwarding has been enabled at the remote sshd configuration. The value of DISPLAY in this case may look a little strange: this is because the remote sshd sets up an encryption proxy to transport the X11 protocol securely over the network. If you change DISPLAY you'll lose the security.)&lt;BR /&gt;&lt;BR /&gt;3.) /usr/dt/bin/dtsession&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 06 Dec 2009 17:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211741#M60157</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-12-06T17:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Access Unix server on client site</title>
      <link>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211742#M60158</link>
      <description>.</description>
      <pubDate>Sun, 06 Dec 2009 17:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211742#M60158</guid>
      <dc:creator>P_D</dc:creator>
      <dc:date>2009-12-06T17:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Access Unix server on client site</title>
      <link>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211743#M60159</link>
      <description>&lt;!--!*#--&gt;&amp;gt; .&lt;BR /&gt;&lt;BR /&gt;It might be helpful to some future reader of&lt;BR /&gt;this thread if you explained what you did to&lt;BR /&gt;solve your problem.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] you probably mean [...]&lt;BR /&gt;&lt;BR /&gt;When someone says this, it probably means&lt;BR /&gt;that your question was not clear enough.</description>
      <pubDate>Mon, 07 Dec 2009 05:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211743#M60159</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-07T05:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Access Unix server on client site</title>
      <link>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211744#M60160</link>
      <description>There was some issue on the client side.</description>
      <pubDate>Mon, 07 Dec 2009 05:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/access-unix-server-on-client-site/m-p/5211744#M60160</guid>
      <dc:creator>P_D</dc:creator>
      <dc:date>2009-12-07T05:38:20Z</dc:date>
    </item>
  </channel>
</rss>

