Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
doku:vsc3quickstart [2016/06/21 08:28] – [Login] irdoku:vsc3quickstart [2017/09/01 13:17] – [Mac] ir
Line 8: Line 8:
  
 <code> <code>
-# Connecting from a Mac under OS X Mavericks displays the following warning: 
-# -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): 
-# No such file or directory 
-# This will result in an error when submitting jobs to the Grid Engine on VSC-2. 
-# If the following is set, this warning can be savely ignored: 
- 
 export LC_CTYPE=en_US.UTF-8 export LC_CTYPE=en_US.UTF-8
 export LC_ALL=en_US.UTF-8 export LC_ALL=en_US.UTF-8
Line 24: Line 18:
 </code> </code>
  
- +See also [[doku:osx-mavericks|osx-mavericks]].
  
 ===== Linux and Mac ===== ===== Linux and Mac =====
Line 47: Line 40:
  
 === Direct login to dedicated login server === === Direct login to dedicated login server ===
-The address //<username>@vsc2.vsc.ac.at// points to all **three** login servers of VSC-2, l21, l22, and l23; //<username>@vsc3.vsc.ac.at// points to all **five** login servers of VSC-3l31, l32, l33, l34, and l35. Connections to one of these addresses are assigned to one of the respective servers in round robin manner.+The address //<username>@vsc2.vsc.ac.at// points to all **three** login servers of **VSC-2**:, l21, l22, and l23; //<username>@vsc3.vsc.ac.at// points to all **five** login servers of **VSC-3**: l31, l32, l33, l34, and l35. Connections to one of these addresses are assigned to one of the respective servers in round robin manner.
 If there is reason for, it is possible to directly connect to a dedicated login server If there is reason for, it is possible to directly connect to a dedicated login server
 <code> <code>
Line 62: Line 55:
  
 === Configuration of the ssh login === === Configuration of the ssh login ===
-  - port 22 is open only for login with password and one-time-password (otp). Since port 22 is the default ssh port, stating a 'ssh <username>@vsc3.vsc.ac.at' will always ask for a password. +  - port 22 is open only for login with password and one-time-password (otp). Since port 22 is the default ssh port, stating a ''ssh <username>@vsc2.vsc.ac.at'' or ''ssh <username>@vsc3.vsc.ac.at'' will always ask for a password. 
-  - login with ssh-key + otp is only possible at port 27: ssh -p 27 <username>@vsc3.vsc.ac.at+  - login with ssh-key + otp is only possible at port 27: ''ssh -p 27 <username>@vsc2.vsc.ac.at'' or ''ssh -p 27 <username>@vsc3.vsc.ac.at''
   - currently the lifetime of the otp is set to 12 hours, ie. every 12 hours a new otp has to be entered. All logins in between will not require an otp.   - currently the lifetime of the otp is set to 12 hours, ie. every 12 hours a new otp has to be entered. All logins in between will not require an otp.
  
 ==== Data transfer ==== ==== Data transfer ====
-  Transfer your programs and data/input files to your home directory.    <code>    scp <filename> <username>@vsc2.vsc.ac.at:~/    </code>   +  * 1. Transfer your programs and data/input files to your home directory.   
-  (Re-)Compile your application. Please use the latest "Intel" MPI-Environment as described in [[doku:mpi|MPI Environment]].+   
 +<code>     
 +scp <filename> <username>@vsc2.vsc.ac.at:~/   # VSC-2 
 +                                              #  OR     
 +scp <filename> <username>@vsc3.vsc.ac.at:~/   # VSC-3 
 +</code>   
 +  * 2. (Re-)Compile your application. Please use the latest "Intel" MPI-Environment as described in [[doku:mpi|MPI Environment]].