Large Scale Storage (LSS)
The LSS is a storage service for Iowa State faculty and staff. It is useful for research labs that need to store large amounts of data including sequencing data, images, and other large files.
Access
Space on LSS can be requested from ISU LSS website ⤴ (requires ISU login).
Data Transfer
LSS is mounted on data transfer nodes of each cluster meaning you can use data transfer node of the cluster you are using to transfer data from that cluster to LSS. Other options can be found on the data transfers section of the ISU HPC Network intro page.
How to copy data from Nova to LSS?
# Login to novadtn:
ssh <ISU-NetID>@novadtn.its.iastate.edu
The /lss/research
directory contains directories of different research groups/labs.
Store files in your lab directory.
# Copy your files to LSS:
scp /home/$USER/myfile /lss/research/your-lab/
The same method applies to other clusters as well, move data to LSS using data transfer node of the cluster in use.
Further Reading
Remote Access to HPC resourcesVirtual Private Network (VPN) Connection (command line)
Secure Shell Connection (SSH) (command line)
SSH shortcuts and password-less login
Open On Demand (OOD) Connection (web-based GUI)
Setting up your home directory for data analysis
Software Available on HPC
Introduction to job scheduling
Introduction to GNU parallel
Introduction to containers
MODULE 07: Data Acquisition and Wrangling