How to access Gemini (NAS) Storage



How to access GEMINI (NAS Storage)

       

SSH to DTN (Data Transfer Node)
ssh linkblue@dtn.ccs.uky.edu #(Recommended)

#Depending on what GEMINI instance you have been given access on 
#You need to go to mount point to access your data
cd /gemini1-1/projectname
or
cd /gemini1-2/projectname


SSH to direct to Gemini Nodes
#Depends on which Gemini instance you are given access. 
ssh linkblue@gemini1-1.ccs.uky.edu
OR
ssh linkblue@gemini1-2.ccs.uky.edu

#Once successfully logged-in, access your data
cd /gemini/projectname 

Center for Computational Sciences