Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-setting-up-environment/learners/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
0006 JLab farm are included below.
0007 
0008 ## Connecting to an iFarm node
0009 
0010 Before connecting to an iFarm node, you must first connect to the login node via -
0011 
0012 ```bash
0013 ssh USER@login.jlab.org
0014 ```
0015 
0016 Where you should replace USER with your username. You will be prompted to enter your password. For
0017 the login node this is your PIN + two-factor token. Do not insert a space between the PIN and token.
0018 Once on the login node, you can then connect to an interactive node via -
0019 
0020 ```bash
0021 ssh USER@ifarm9
0022 ```
0023 
0024 You will again be prompted for your password, this time, it's your CUE password.
0025 
0026 Other iFarm nodes can be specified if desired. Additionally, you can also just use -
0027 
0028 ```bash
0029 ssh -J USER@login.jlab.org USER@ifarm9
0030 ```
0031 
0032 to do both steps at once.
0033 
0034 See this [Service Now](https://jlab.servicenowservices.com/scicomp?id=kb_article_view&sysparm_article=KB0015066)
0035 documentation for further pointers and assistance.
0036 
0037 For running larger/longer simulation/reconstruction jobs, you may find the
0038 [scripts](https://github.com/eic/snippets/tree/main/JLab_Farm_Scripts) in the snippets repository
0039 useful.