Author |
Is there such a thing like a VNC for VMS? |
want2learn
Member
Posts: 3
Location: Costa Rica
Joined: 16.09.07 |
Posted on September 16 2007 13:01 |
|
|
Is there such a thing like a VNC for VMS?
I want to know is possible to stablish a graphical connection remotely. |
|
Author |
RE: Is there such a thing like a VNC for VMS? |
jkmccarthy
Member
Posts: 21
Location: Los Angeles, CA
Joined: 08.01.08 |
Posted on May 01 2008 18:55 |
|
|
A week or two ago I was surfing the web on VMS-related topics, and stumbled across Alexey's page here:
http://fafner.dyndns.org/~alexey/index.html
that includes a VNC server for OpenVMS. Last time I checked, the VMS freeware CD offering was a VNC client only (allowing you to remotely view another computer's screen on VMS), but Alexey's port of the VNC server opens the potential for viewing your OpenVMS DECwindows X-display remotely from another computer's console (Windows, Linux, Mac, etc.) using VNC.
If anyone attempts installing and using this VNC server on VMS, post a reply here letting me and others hear your experiences with it.
Good luck,
-- Jim
http://108.245.139.61:8000/~jkm/computers.htm |
|
Author |
RE: Is there such a thing like a VNC for VMS? |
Mshonak
Member
Posts: 5
Joined: 26.06.08 |
Posted on July 06 2008 16:36 |
|
|
So any one success to get the VNC work on openvms? |
|
Author |
RE: Is there such a thing like a VNC for VMS? |
imiller
Administrator
Posts: 277
Location: UK
Joined: 24.02.06 |
Posted on July 06 2008 23:31 |
|
|
The TightVNC viewer (a VNC client) was also ported to vms by Alexi
http://www.openvms.org/stories.php?story=07/10/04/3635808
http://www.openvms.org/stories.php?story=07/10/16/8124601 |
|
Author |
RE: Is there such a thing like a VNC for VMS? |
Mshonak
Member
Posts: 5
Joined: 26.06.08 |
Posted on July 07 2008 22:29 |
|
|
thanks it worked |
|
Author |
RE: Is there such a thing like a VNC for VMS? |
imiller
Administrator
Posts: 277
Location: UK
Joined: 24.02.06 |
Posted on July 08 2008 03:22 |
|
|
What worked? |
|
Author |
RE: Is there such a thing like a VNC for VMS? |
giacomo
Member
Posts: 14
Joined: 01.10.07 |
Posted on October 05 2008 23:25 |
|
|
Hi all
I downloaded the X11VNC server from http://fafner.dyndns.org/~alexey/index.html
Downloaded & installed the OPENJPEG and ZLIB , as per "readme.vms"
help says:
(It allows to view, control OpenVMS desktop from your local *nix, Windows or either OpenVMS
(see http://fafner.dyndns.org/~alexey/vnc.zip) workstation by your local keyboard and mouse.
Access to VMS desktop may be protected via password.
Before compilation, you should already have ZLIB and JPEG packages installed.
(nice place to get both is http://fafner.dyndns.org/~alexey/index.html )
Compilation is simple and looks like in *nix world:Compilation is simple and looks like in *nix world:
$@configure
$@build
$@x11vnc$startup
configure.com procedure detects configuration, test required libraries and creats build.com procedure.
build.com compiles package and creates x11vnc$startup.com install procedure
x11vnc$startup.com sets up all environment to be needed.)
as I launch the @configure for the VNC server I get:
$ @configure
Configuring X11VNC for OpenVMS
Checking architecture ... Alpha
Checking OS ... OpenVMS V8.3
Compiler ... DEC C
Checking build utility ... MMK
$
BUT there is no build to be launched , and no warning/messages/errors at the end
Maybe I should install "JPEG Library version 6B" instead?
I did't cos , again , the help says :
To build the library only execute build.com
Library will be built without /NAME=AS_IS in standard OpenVMS manner.
After building define JPEG as DEVICE:[where_jpeg_located]
but NO build.com is there
What may I miss?
thanks
Edited by giacomo on October 05 2008 23:38 |
|
Author |
RE: Is there such a thing like a VNC for VMS? |
imiller
Administrator
Posts: 277
Location: UK
Joined: 24.02.06 |
Posted on October 06 2008 23:51 |
|
|
A further point on what Stephen just said is that Alexey has a full time paid job which does not include fixing open source programs he has ported. He is a helpful person but a timely response is not guaranteed so reporting a problem and suggesting a fix at the same time is always appreciated.
|
|