knowledgebase

recipes that save time

View the Project on GitHub hbc/knowledgebase

FASRC

Login:

From terminal window:

ssh userid@login.rc.fas.harvard.edu

Enter pw (you won’t see the cursor move) Enter verification code from DUO (mine is labeled “Third-Party msimoneau@login.rc.fas.harvard.edu”) (again, cursor won’t move)

Note - your userid is typically the first initial of your first name and your last name. (ie. jsmith)

You’ll land in your home directory (ie /n/home04/userid). Your home directory provides 100GB of storage that is private to you. It cannot be expanded or shared. It is not suitable for storing data security Level 3 or above.

The paths for shared work/storage are:

/n/holylfs05/LABS/hsph_bioinfo or /n/netscratch/hsph_bioinfo

We are in the group hsph_bioinfo. Three folders are available: /n/holylfs05/LABS/hsph_bioinfo (Everyone, Lab, Users directories). The hsph_bioinfo group has a 20T storage limit. Additionally,, /n/netscratch/hsph_bioinfo has 50TB total available for the group. Files are not backed up and will be removed after 90 days. Use this storage if you’re running low elsewhere.

Primarily everyone should use the Lab Directory. (/n/holylfs05/LABS/hsph_bioinfo/Lab and /n/netscratch/hsph_bioinfo)

drwxrwsr-x+ 5 root hsph_bioinfo 4096 Mar 6 11:44 Everyone

drwxrws—+ 5 root hsph_bioinfo 4096 Aug 9 2021 Lab

drwxrws—+ 12 root hsph_bioinfo 4096 Apr 9 14:18 Users

There’s an FASRC group named hsph_bioinfo_admins - Shannan and Lorena are in this group and have access to everything in /n/holylfs05/LABS/hsph_bioinfo

Copy data to/from FASRC using scp, ftp, Globus, etc.

SCP

Zhu: i use scp to copy files from O2.

Cd to destination folder on FAS then:

scp -r userid@transfer.rc.hms.harvard.edu:path/to/your/folder .

Globus

/n/holylfs05/LABS/hsph_bioinfo - Just Lab and Users directories are available from globus. Copy data to these two directories (or better yet netscratch.) The “Everyone” directory is to store data available to everyone on FASRC, but is not exposed to the wider Globus world.

Move data for transfer from Everyone to Lab, then it will be visible in Globus.

lftp - for GEO upload

lftp is one of the options GEO allows for data upload Use the -c option to make the upload continue if the connection drops for some reason

Adam/FASRC was helpful for a GEO upload Oct 2024

do the ftp from a FASRC login node

Misc Notes: