トップ 差分 一覧 ソース 検索 ヘルプ RSS ログイン

Connect to the MDAS analysis server with VNC

Connect to the MDAS analysis server with VNC

[The entire system][Data analysis servers(mana*)][Software]

Here are the standard steps to connect to the MDAS with VNC.

1. Login to an MDAS analysis server (manaXXX) with SSH
and start a vncserver process.

 $ vncserver

2. Check the display number of the VNC for you and the analysis
server name (manaXXX) you have logged in.
The display number (:n) can be seen with the following command.

 $ vncserver -list

3. Start a VNC client (VNC Viewer) on your machine (PC) and
specify the analysis server name and display number you want to connect to.

e.g. to connect to mana07 with display #2
 mana07.ana.nao.ac.jp:2
 or
 mana07.ana.nao.ac.jp:5902

4. When you finish using VNC, logout on the MDAS desktop screen.
The vncserver process will be automatically terminated.

If you close the VNC client window without logging out, kill your
vncserver process on the MDAS analysis server.

 vncserver -kill [Display number]
 e.g. $ vncserver -kill :2

最終更新時間:2024年09月24日 11時32分39秒