DataScience Workbook / 06. High-Performance Computing (HPC) / 1. Introduction to HPC infrastructure / 1.3 ISU HPC / 1.3.3 LSS Storage


Introduction

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 ⤴.
Once you have purchased space on LSS, folders can be mounted to your computer directly. Check out this guide on how to mount folders from LSS ⤴.

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 ⤴ 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


Homepage Section Index Previous Next top of page