Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-setting-up-environment/_extras/JLAB_Farm_QuickStart.md is written in an unsupported language. File is not indexed.

0001 ---
0002 title: "JLab Farm Quick Start"
0003 ---
0004 
0005 If you will be running eic-shell on the JLab farm systems, some pointers for getting started on the SDCC system are included below.
0006 
0007 ## Connecting to an iFarm node
0008 
0009 Before connecting to an iFarm node, you must first connect to the login node via -
0010 
0011 ```console
0012 ssh USER@login.jlab.org
0013 ```
0014 Where you should replace USER with your username. You will be prompted to enter your password. For the login node this is your PIN + two-factor token. Do not insert a space between the PIN and token. Once on the login node, you can then connect to an interactive node via -
0015 
0016 ```console
0017 ssh USER@ifarm9
0018 ```
0019 You will again be prompted for your password, this time, it's your CUE password.
0020 
0021 Other iFarm nodes can be specified if desired. Additionally, you can also just use -
0022 
0023 ```console
0024 ssh -J USER@login.jlab.org USER`@ifarm9
0025 ```
0026 to do both steps at once. 
0027 
0028 See this [Service Now](https://jlab.servicenowservices.com/scicomp?id=kb_article_view&sysparm_article=KB0015066) documentation for further pointers and assistance.
0029 
0030 For running larger/longer simulation/reconstruction jobs, you may find the [scripts](https://github.com/eic/snippets/tree/main/JLab_Farm_Scripts) in the snippets repository useful.