Zum Ende der Metadaten springen
Zum Anfang der Metadaten

Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 44 Nächste Version anzeigen »

HLRN is operating at each site 3 central storage systems:

  • HOME: IBM Spectrum Scale file system with 340 TiByte capacity, which exports via NFS
    • Centrally managed software and the module system in /sw
  • WORK: Lustre parallel file system with 8 PiByte capacity containing
  • PERM: Tape archive with multiple petabyte capacity with additional harddisk caches


The system Emmy has addtional storage options for high IO demands:

  • Phase 1 nodes (partitions medium40 and large40): Local SSD for temporary data at $LOCAL_TMPDIR (400 GiB shared among all jobs running on the node). The environment variable $LOCAL_TMPDIR is available on all nodes, but on the phase 2 systems it points to a ramdisk.
  • DDN IME based burst buffer with 48TiB NVMe storage (general availability together with the phase 2 nodes)

Login and copying data between HLRN sites

Inter-complex login (ssh) as well data copy (rsync/sftp) between both sites (Berlin and Göttingen) should work right out of the box. The same is true for inner-complex ssh and scp between nodes of one site. This is enabled through hostbased authentication.

Always use the short hostname for ssh/rsync, either the generic names blogin, glogin or the specific names like blogin5, glogin2, etc. This allows the usage of the direct intersite connection HLRN Link, which ich much faster then the internet connection, which is used, when you access the nodes of the other site by the hostnames b/glogin.hlrn.de.

HOME

Each user holds one home directory on each compute site Emmy and Lise.

  • user directory HOME=/home/${USER}
    • configuration files
    • source code and executables

The home filesystem and /sw are mounted via NFS, so performance is medium. We take daily snapshots of the filesystem, which can be used to restore a former state of a file or directory. These snapshots can be accessed through the path /home/.snapshots or /sw/.snapshots. There are additional regular backups to restore the filesystem in case of a catastrophic failure.

WORK

The Lustre based work filesystem /scratch is the main work filesystem for the HLRN clusters. Each user can distribute data to different directories.

  • user directory WORK=/scratch/usr/${USER}
    • large intput/output data for production jobs
    • the intention is to use this data for the user only
  • project directories /scratch/projects/<projectID>
    • large intput/output data for production jobs
    • the intention is to share this data within the project group
  • TMPDIR directory = /scratch/tmp/${USER}
    • applications and compilers store data temporarily

We provide no backup of this filesystem. The storage system of Emmy provides around 65GiB/s streaming bandwith and Lise around 85GiB/s in normal operation. The storage system is harddisk based (with solidstate disks vor metadata), so the best performance can be reached with sequential IO of large files that is aligned to the fullstripe size of the underlying RAID6 (Emmy 1MiB, Lise 16MiB).

If you are accessing a large file (1GiB+) from multiple nodes in parallel, please consider to activate striping of the file with the Lustre command lfs setstripe (specific to this file or for a whole directory, changes apply only for new files, so applying a new striping to an existing file requires a file copy) with a sensible stripe_count (recommendation: Emmy up to 32, Lise up to 8) and a stripe_size, which is a multiple of the RAID6 fullstripe size and matches the IO sizes of your job.

A general recommendation for network filesystems is to keep the number of metadata operations for open and closing files, as well as checks for file existence or changes as low as possible. These operations often become a bottleneck for the IO of your job and on large clusters, as the ones operated by HLRN, can easily overload the file servers.

PERM, tape archive

The magnetic tape archive provides additional storage for inactive data to free up space on the work filesystem. It is directly accessible via the login nodes at the mountpoint /perm/${USER}/.

Emmy provides the additional option to access the PERM archive via ssh to the archive nodes gperm1 and gperm2, so you can use rsync, scp, sftp for file transfer.

For reasons of efficiency and performance, small files and/or complex directory structures should not be transferred to the archive directly. Please aggregate your data to compressed tarballs or other archive containers with a maximum size of 5,5TiB before copying your data to the archive.

Quota

If you have questions regarding your quota please contact your consultant.

You read quota information for your user account with the command hlrnquota. More details you find on the page Quota solutions.


HomeWorkPerm
BlockInodeBlockInodeBlockInode
softhardsofthardsofthardsofthardsofthardsofthard
Users40 GiB100 GiBunlim.unlim.3 TiB30 TiB250.0001.500.0002 TiB3 TiB2.0002.200
Projects40 GiB100 GiBunlim.unlim.12 TiB120 TiB1.000.0006.000.0008 TiB12 TiB8.0008.800

You are able to exceed your soft-quota limit for a grace period of 2 weeks until further write access is denied. Exceeding hard-quota limits result in a immediate deny.

File system quotas at HLRN are realized

  • on HOME and WORK with respect to the unix groups
  • on PERM with respect to the user account.

Quota on HOME and WORK

For each stored file on the file systems HOME and WORK the unix group of this file controls the attribution of quota to this unix group. For quota the directory of a file (/scratch/usr/${USER} or /scratch/projects/<projectID>) does not matter.

Each user account is a member in a number of unix groups. You can check the list of unix groups with the command groups.

Unix groups
blogin4> groups myaccount
myaccount prj00012

Once you decide to set the unix group to prj00012 for a file, the used quota for the unix group prj00012 includes this file size.

Modify unix group for a file
blogin4> chgrp prj00012 somefile.txt
blogin4> ls -la somefile.txt
-rw-------  1 myaccount prj00012 237271040 Jul  3  2020 somefile.txt
Modify unix group for a directory
blogin4> chgrp --recursive prj00012 somedirectory
blogin4> ls -lad somedirectory
drwx------  1 myaccount  prj00012      4096 Jul  3  2020 somedirectory



On Feb 1st 2021 all members of a project will be added to the matching UNIX-group and gain access to the projects files. Please adjust your project members / files accordingly by then. If you want to grant project members access to the files before that date, simply re-add them under https://zulassung.hlrn.de/.

  • Keine Stichwörter