<?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: VNC Installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717359#M62210</link>
    <description>There are no real worries as to VNC's interaction with other X11 applications. The chief thing I would caution is that VNC has no built in security -- passwords and usernames, like telnet, hang out there in the clear. &lt;BR /&gt;&lt;BR /&gt;When the server is started up, you have to select a screen number (ergo :0, :1 etc) and when you connect via the VNC viewer, the tcp port will be the corresponding 5900, 5901, etc.&lt;BR /&gt;&lt;BR /&gt;VNC tunnels nicely through ssh if you have that installed, so secure remote administration is possible that way. The mail website at &lt;A href="http://www.uk.research.att.com/vnc/index.html" target="_blank"&gt;http://www.uk.research.att.com/vnc/index.html&lt;/A&gt; has a link to a good how-to on running VNC through ssh.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Mark</description>
    <pubDate>Tue, 07 May 2002 16:33:05 GMT</pubDate>
    <dc:creator>Mark Fenton</dc:creator>
    <dc:date>2002-05-07T16:33:05Z</dc:date>
    <item>
      <title>VNC Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717355#M62206</link>
      <description>hello experts,&lt;BR /&gt;&lt;BR /&gt;we are running HP-UX 11 64 bits, Oracle 8.1.7.0 and 9iAS (1.0.2.2.0) on my L-Class.&lt;BR /&gt;&lt;BR /&gt;Owing to several problems related to the fact that my server does not have a graphics console and that we have to refer to a graphics workstation (EntriaII - connected to a K-Class), we have been advised to install VNC server on our L-Class.&lt;BR /&gt;&lt;BR /&gt;We have already downloaded the software (VNC 3.3.3r2) source, but are not sure about the installation. Is it seamless? &lt;BR /&gt;&lt;BR /&gt;Anybody with prior experience with this installtion, please guide us. We do not mess up with our current OS installation since we are on Production Environment and cannot afford doing test on that server.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for your guidance and help.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Mon, 06 May 2002 06:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717355#M62206</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-05-06T06:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: VNC Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717356#M62207</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you do not even have to build VNC from source as you can get it ready to run from HP:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x74a68cc5e03fd6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x74a68cc5e03fd6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Mon, 06 May 2002 06:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717356#M62207</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-05-06T06:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: VNC Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717357#M62208</link>
      <description>Thank you sir,&lt;BR /&gt;&lt;BR /&gt;am honoured by a fast reply from an expert ;) &lt;BR /&gt;This was what i was looking for! only 3.45 MB. Already downloaded it from &lt;A href="http://www.openview.hp.com/uploads/hpuxvnc.tar.gz" target="_blank"&gt;http://www.openview.hp.com/uploads/hpuxvnc.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;the icing would be a few hints on any precaution i need to take. I fear messing up with existing X11/graphics/motif installations. &lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 07:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717357#M62208</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-05-06T07:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: VNC Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717358#M62209</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry If I misunderstood, but as I can see you wanna some extra tips to avoid messup with the X11. Don't be affraid, the VNC will not change anything in your X11 installation. The depot file will create a /opt/vnc dir and put all the files in there. If wanna run the server, you should run the Xvnc executable, and if you want connect to any other VNC server, you must run the vncviewer executable... &lt;BR /&gt;&lt;BR /&gt;There are a few configurations that you can make via the vncserver script in the same dir.&lt;BR /&gt;&lt;BR /&gt;Hope this help you.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;F??bio Maciel&lt;BR /&gt;Telefonica Empresas&lt;BR /&gt;S??o Paulo - Brazil</description>
      <pubDate>Tue, 07 May 2002 15:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717358#M62209</guid>
      <dc:creator>Fabio Maciel</dc:creator>
      <dc:date>2002-05-07T15:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: VNC Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717359#M62210</link>
      <description>There are no real worries as to VNC's interaction with other X11 applications. The chief thing I would caution is that VNC has no built in security -- passwords and usernames, like telnet, hang out there in the clear. &lt;BR /&gt;&lt;BR /&gt;When the server is started up, you have to select a screen number (ergo :0, :1 etc) and when you connect via the VNC viewer, the tcp port will be the corresponding 5900, 5901, etc.&lt;BR /&gt;&lt;BR /&gt;VNC tunnels nicely through ssh if you have that installed, so secure remote administration is possible that way. The mail website at &lt;A href="http://www.uk.research.att.com/vnc/index.html" target="_blank"&gt;http://www.uk.research.att.com/vnc/index.html&lt;/A&gt; has a link to a good how-to on running VNC through ssh.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 07 May 2002 16:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717359#M62210</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-05-07T16:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: VNC Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717360#M62211</link>
      <description>Hello,&lt;BR /&gt;Thank you each one of you:&lt;BR /&gt;Mr. Wodish&lt;BR /&gt;Mr. Mark Fenton&lt;BR /&gt;Mr. Fabio Maciel&lt;BR /&gt;&lt;BR /&gt;Really useful, encouraging and supportive replies.&lt;BR /&gt;&lt;BR /&gt;Will let you know about the outcome later.&lt;BR /&gt;&lt;BR /&gt;Need to schedule a proper date/time for the installation on my production server.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 08 May 2002 03:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vnc-installation/m-p/2717360#M62211</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-05-08T03:51:38Z</dc:date>
    </item>
  </channel>
</rss>

