Changes between Version 37 and Version 38 of vnc3d


Ignore:
Timestamp:
04/19/16 18:59:24 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v37 v38  
    6464==== ok, what do I have to do?
    6565Using VNC requires three general steps.
    66 1. '''Start a VNC server''' on a JURECA node.
    67 2. '''Tunnel VNC traffic''' to your workstation.
    68 3. '''Start a VNC viewer''' on your workstation and connect to the VNC server.
     661. '''Prepare your account''' on a JURECAVIS node.
     672. '''Start a VNC server''' on a JURECA node.
     683. '''Tunnel VNC traffic''' to your workstation.
     694. '''Start a VNC viewer''' on your workstation and connect to the VNC server.
    6970
    7071\\
    71 === 1. Start VNC server ...
     72=== 1. Prepare your account ...
     73Before you use VNC '''for the first time''' you have to prepare your account:
     74* login to a JURECAVIS node
     75* create the directory ~/.vnc
     76* define VNC password
     77{{{ #!sh
     78ssh <USERID>@jurecavis.fz-juelich.de
     79mkdir ~/.vnc
     80vncpasswd
     81}}}
     82
     83\\
     84=== 2. Start VNC server ...
    7285The following steps are necessary to start a VNC server on JURECA. \\
    7386Please notice that you have two general options:
     
    8093 * + system is not shared (exclusive use)
    8194 * -- access through batch system
     95
     96
    8297
    8398In case the VNC server could successfully be started (details in 1a,b), you will find a simular line in the output:
     
    144159
    145160
    146 === 2. Tunnel VNC traffic to workstation
     161=== 3. Tunnel VNC traffic to workstation
    147162Now you have to open an SSH tunnel from your workstation to node on which your VNC server is running. \\
    148163The steps to be done depend strongly on your operating system and your setup.
     
    169184
    170185
    171 === 3. Start a VNC viewer and connect
     186=== 4. Start a VNC viewer and connect
    172187If you are using Linux, a VNC viewer typically is already part of the distribution or can be installed from a repository. \\ For Windows, a VNC viewer can be downloaded for example [http://sourceforge.net/projects/turbovnc/files/ here].
    173188
     
    176191vncviewer localhost:1
    177192}}}
    178 After typing in your VNC password, you will have access to the remote graphical desktop running on the visualization node of JURECA.
     193After typing in your VNC password (defined in step 1), you will have access to the remote graphical desktop running on the visualization node of JURECA.
    179194
    180195=== Use hardware acceleration in your VNC session