Reference documentation
We will now explore the different options when it comes to storing your data.
Main filesystems
Connect to Atos HPCF or ECS main login node. What is your default filesystem? Can you try 4 different ways to accessing that space?
There are 3 more main storage spaces. Create an empty file called
del.meon each one of them. Then, check that they have been created withls, and then remove them withrm.How much space have you used in each of your main 4 filesystems? How much can you store?
If you are on the VDI, open a new terminal there. Can you access your
HOME,PERM,SCRATCHandHPCPERM?
Temporary spaces
There are a number of temporary spaces you can use in your session or job.
Create a file called
testfileon the$TMPDIR,$SCRATCHDIRand/tmp/.Open another session in the same login node with
ssh $HOSTNAME. Can you find the files you have created earlier?
Filesystem Usage
Can you decide what would be the best filesystem to use in the following cases? Why would you make that choice?
Store the source code, scripts and configuration of your programs and workflows
Store Climate Files to be used by your model runs on Atos HPCF.
Working directory for your jobs.
Store data that that you use frequently, which is considerable in size.
Store data for longer term which is considerable in size, such as experiment results. You are not going to use it often.
Temporary files that you don't need beyond the end of the session or job
Recovering Deleted files
Reference documentation
Imagine you have accidentally deleted
~/.profilein your HOME directory. Can you get back the latest version?Imagine you have accidentally deleted a file in your PERM directory. Can you get back the latest version?
Imagine you have accidentally deleted a file in your
SCRATCHorHPCPERMdirectories. Can you get back the latest version?