Changes between Version 73 and Version 74 of Xen_GPU_cluster


Ignore:
Timestamp:
Apr 15, 2009, 12:01:41 AM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v73 v74  
    868868rider@guest:~$ sudo /etc/init.d/ssh restart [[BR]]
    869869rider@guest:~$ vncserver -geometry 1024x768 -depth 24 :1 [[BR]]
     870rider@guest:~$ vncserver -geometry 1024x768 -depth 24 :2 [[BR]]
    870871rider@guest:~$ netstat -tunlp [[BR]]
    871872{{{
     
    874875Active Internet connections (only servers)
    875876Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    876 tcp        0      0 0.0.0.0:5901            0.0.0.0:*               LISTEN      10652/Xtightvnc --> display :1
    877 tcp        0      0 0.0.0.0:6001            0.0.0.0:*               LISTEN      10652/Xtightvnc
     877tcp        0      0 0.0.0.0:5901            0.0.0.0:*               LISTEN      10652/Xtightvnc ---> guest:1
     878tcp        0      0 0.0.0.0:5902            0.0.0.0:*               LISTEN      10630/Xtightvnc
     879tcp        0      0 0.0.0.0:6001            0.0.0.0:*               LISTEN      10652/Xtightvnc ---> guest:2
     880tcp        0      0 0.0.0.0:6002            0.0.0.0:*               LISTEN      10630/Xtightvnc
    878881tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      -
    879882tcp6       0      0 :::22                   :::*                    LISTEN      -
    880883tcp6       0      0 ::1:6010                :::*                    LISTEN      -
     884}}}
     885
     886=== 4.4.3 Using VNCViewer ===
     887
     888# All of the client users can run their 3D-apps with "Direct rendering" between Multi-VNC. [[BR]]
     889
     890rider@PC:~$ vncviewer guest:1 [[BR]]
     891{{{
     892Run Your apps via command in rxvt
     893}}}
     894rider@NB:~$ vncviewer guest:2 [[BR]]
     895{{{
     896Run Your apps via command in rxvt
    881897}}}
    882898