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.me
on 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,
SCRATCH
andHPCPERM
?For long term archival purposes, most users may also use ECFS. Files will be stored in ECMWF's Data Handling System on Tape. Create a small text file and copy it to your ECFS space, then ensure it is there, retrieve it and remove it.
Cooperating State access to ECFS
Users from Cooperating States do not have full access to the ECFS service, but only to a temporary storage domain on tape for 90 days. They should therefore not use ECFS for longer term archival.
Temporary spaces
There are a number of temporary spaces you can use in your session or job.
Create a file called
testfile
on the$TMPDIR
,$SCRATCHDIR
and/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
~/.profile
in 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
SCRATCH
orHPCPERM
directories. Can you get back the latest version?