Skip to content

Connecting to Test iRODS server on TACC

kxk302 edited this page May 12, 2020 · 1 revision
  1. Get iRODS credentials file for Test from Nate
  2. Get iRODS server URL, and username/password by running the following command on your laptop:
  • gpg -d ~/irods-creds.gpg
  • irods-creds.gpg is the name of the credentials file in step 1
  • May have to enter your SSH key pass phrase
  1. SSH to stampede server (replace 'kxk302' with your TACC user id)
  1. Load iRODS module into shell
  • module load irods
  1. Run iinit command
  • Use server name, and username/password from step 2
  • zone name is 'galaxy', and port number is 1247
Clone this wiki locally