Preparation

Preparation

Introduction _

  • Curry operates on the machine named docri that exists in the Vision group.

    The user should operate docri by a remote access.
    Therefore, it is necessary to use VNC(Virtual Network Computing).

What is VNC? _

  • VNC is composed of VNCViewer and VNCServer.

    VNCServer is started on the machine operated remotely, and Your machine uses VNCViewer.
    VNCViewer transmits the input such as the keyboard events to VNCServer, and as a result VNCServer sends back the screen to Viewer by processing the input.


    (VNC operating image)
    VNC

Launch VNCServer _

First of all, to use Curry, VNCServer is started on docri.

  1. Login to docri and execute "vncserver -cc 3"


    startup server

  2. The following screens are displayed. The figure of 16 is called a display number.

    It is necessary to remember this figure because VNCViewer uses it for connecting to VNCServer.

    DISPLAY number

  3. Please execute here ahead only when you have never started VNCServer.

    VNCServer makes the directory named ".vnc" under the home directory.
    Configuration file concerning the screen and xstartup are made in that.
    example:/home/cnb/rhayashi/.vnc/xstartup
    You must change the setting as below, because Curry cannot run by the default setting.

    /home/cnb/myaccount/.vnc/xstartup

    #!/bin/sh

    xrdb $HOME/.Xresources
    xsetroot -solid grey
    xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &


  4. Set the login password of VNCServer. Execute "vncpasswd" and enter the password twice.


    change password

  5. VNCServer is shutted down. enter "vncserver -kill :16" (16 is display number.)


    shutdown server

  6. Execute procedure 1 and 2, and restart VNCServer.



How to use VNCViewer _

  1. Please download, and install VNCViewer from the following URL.

    http://www.realvnc.com/
    http://www.vector.co.jp/soft/win95/net/se324464.html

  1. Launch VNCViewer. The following screens to be displayed.


    VNCViewer



  2. Enter "docri:5900+display number" and click OK button.

    In this example, it is "docri:5916."

    VNCViewer



  3. Enter password and click OK button.


    VNCViewer



  4. If the desktop of docri is displayed as follows, it is a success.


    docri desktop



Execution file of Curry _

  • Please download the following compression file, and uncompress on your home directory.

    curry.tar.gz

    The execution file and the directory are made one by one when uncompressing. Please set it up as follows.

    /home/cnb/myAccount/curry45
    /home/cnb/myAccount/CurryV45

Top Next