Check access to TIFR (Jan 5)

Overview

Teaching: 0 min
Exercises: 0 min
Questions
  • Can you log in to TIFR to use condor?

Objectives
  • Learn the workshop login commands for TIFR and test your access.

Log in with ssh

For this lesson, many temporary accounts have been created on a TIFR computing cluster. The local facilitators will provide you with a username and password to use for this activity. If you are following this lesson apart from the local group at WHEPP, please reach out on the Mattermost channel to request login credentials.

In a terminal on your local computer (NOT inside a docker container), use ssh to connect to the cluster:

$ ssh userXX@ui3.indiacms.res.in  # replace XX with the number provided to you

After entering the password, you should see the following on your screen:

bob@localpc:wheep2024$ ssh user1@ui3.indiacms.res.in
user1@ui3.indiacms.res.in's password: 
Last login: Wed Jan  3 11:30:53 2024 from 14.139.98.164
Wed Jan  3 11:38:15 IST 2024
Welcome to the TIFR-INDIACMS computing cluster.
Please note that the persistant storage quota at the $HOME area is 5 GB.
Use $HOME/t3store/ for your storage needs.

For whepp participants, if you need access to the storage and computing resources post-expiration of your account, please contact the organizers of opendata-workshop.
[user1@ui3 ~]$

Discussion prompts

Great! You’re now set up for the rest of the lesson on January 10.

Key Points

  • Logging in to the TIFR cluster is easy for workshop participants!