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
doku:vsc3quickstart [2017/03/23 14:36] – [Data transfer] irdoku:vsc3quickstart [2021/09/14 13:28] (current) – removed goldenberg
Line 1: Line 1:
-====== Login and data transfer ====== 
-===== Windows ===== 
-[[doku:win2vsc|How to connect from Windows?]] 
- 
-===== Mac ===== 
- 
-In order to be able to submit jobs on VSC the following lines have to be included in your ''.bashrc'' file 
- 
-<code> 
-export LC_CTYPE=en_US.UTF-8 
-export LC_ALL=en_US.UTF-8 
- 
-# Alternatively, to suppress this warning, change on the Mac: 
-#      Terminal -> Preferences... -> Settings -> Advanced - 
-#      - Uncheck the option “Set locale environment variables on startup” - 
-#      - Restart Terminal 
-# see also: https://wiki.vsc.ac.at/doku.php?id=doku:osx-mavericks&s[]=locale 
-</code> 
- 
- 
- 
- 
-===== Linux and Mac ===== 
-==== Login ==== 
-Open a terminal window and type 
-<code> 
-ssh <username>@vsc2.vsc.ac.at            # VSC-2 
-                                         #  OR 
-ssh <username>@vsc3.vsc.ac.at            # VSC-3 
-</code> 
- 
-===  Two factor authentication === 
-First, you will be asked to type your //password// 
-<code> 
-Password:  
-</code> 
-Then, you will be asked for your **o**ne **t**ime **p**assword (**OTP**; sms token which is sent to your mobile phone). This [[faq:account|OTP]] is an additional feature increasing the security of the cluster. 
-<code> 
-sms sent; please enter otp: 
-</code> 
- 
-=== 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-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 
-<code> 
-ssh <username>@l21.vsc.ac.at   
-                .. 
-ssh <username>@l23.vsc.ac.at   
-#               OR 
-ssh <username>@l31.vsc.ac.at   
-                .. 
-ssh <username>@l35.vsc.ac.at   
-</code> 
-This can be used for troubleshooting. E.g., in order to resolve specific questions, it may be useful that  the support team can test your jobs on the same login server as you.  
- 
- 
-=== 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>@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>@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. 
- 
-==== Data transfer ==== 
-  - Transfer your programs and data/input files to your home directory.   
-   
-<code>     
-scp <filename> <username>@vsc2.vsc.ac.at:~/   # VSC-2 
-                                              #  OR     
-scp <filename> <username>@vsc3.vsc.ac.at:~/   # VSC-3 
-</code>   
-  - (Re-)Compile your application. Please use the latest "Intel" MPI-Environment as described in [[doku:mpi|MPI Environment]]. 
- 
  
  • doku/vsc3quickstart.1490279765.txt.gz
  • Last modified: 2017/03/23 14:36
  • by ir