Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If working from outside the AgResearch local network, connect to AgR VPN
    (or Inscrutable ( or Iramohio ) first:
    e.g. connect via a Terminal application:
    ssh inscrutable.agresearch.co.nz)

  2. Once logged on, continue to connect to an eRI login node:
    ssh username@agresearch.co.nz@login-0.eri.agresearch.co.nz
    (or login-1) enter your password if prompted

  3. List the contents of your sandbox project folder:
    ls -la /agr/persist/projects/XXXX-abc_defghijklm

  4. List the contents of your scratch folder:
    ls -la /agr/scratch/projects/XXXX-abc_defghijklm

  5. Change into the scratch location:
    cd /agr/scratch/projects/XXXX-abc_defghijklm

  6. Run export PATH=/agr/persist/apps/miniconda/bin:$PATH

  7. Run conda init bash

  8. Run source ~/.bashrcRun export SINFO_FORMAT="%15P %5a %8s %.10l %.6c %.6z %.7D %10T %N" for a more detailed view of sinfo output

  9. Start working…

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#DEEBFF

While other datasets or projects might be visible, please do not attempt to modify them during this phase of data staging/migration.

...