Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
doku:storage [2023/06/26 08:05] – [The DATA Filesystem] goldenbergdoku:storage [2023/06/26 08:06] (current) – [The HOME Filesystem (VSC-3)] goldenberg
Line 17: Line 17:
  
  
-====== The HOME Filesystem (VSC-3) ====== 
- 
-  * Use for non I/O intensive jobs 
-  * Basically NFS Exports over infiniband (no RDMA) 
-  * Logical volumes of projects are distributed among the servers 
-    * Each logical volume belongs to 1 NFS server 
-  * Accessible with the ''%%$HOME%%'' environment variable 
-    * /home/lv70XXX/username 
  
 ====== The HOME Filesystem (VSC-4) ====== ====== The HOME Filesystem (VSC-4) ======
Line 47: Line 39:
 </code> </code>
  
-====== The BINFL filesystem ====== 
- 
-  * Specifically designed for Bioinformatics applications 
-  * Use for I/O intensive jobs 
-  * ~ 1 PB Space (default quota is 10GB/project) 
-    * Can be increased on request (subject to availability) 
-  * BeeGFS Filesystem 
-  * Accessible via ''%%$BINFL%%'' environment variable 
-    * ''%%$BINFL%%'' … ///binfl/lv70XXX/username// 
-  * Also available on VSC-4 
-  * Check quota 
- 
-<code> 
-    beegfs-ctl --getquota --cfgFile=/etc/beegfs/hdd_storage.d/beegfs-client.conf --gid 70XXX 
-</code> 
-<code> 
-VSC-3 > beegfs-ctl --getquota --cfgFile=/etc/beegfs/hdd_storage.d/beegfs-client.conf --gid 70824 
-      user/group     ||           size          ||    chunk files     
-     name      id  ||    used    |    hard    ||  used    hard    
---------------|------||------------|------------||---------|--------- 
-        p70824| 70824||    5.93 MiB|   10.00 GiB||      574|  1000000 
- 
-</code> 
-====== The BINFS filesystem ====== 
- 
-  * Specifically designed for Bioinformatics applications 
-  * Use for very I/O intensive jobs 
-  * ~ 100 TB Space (default quota is 2GB/project) 
-    * Can be increased on request (subject to availability) 
-  * BeeGFS Filesystem 
-  * Accessible via ''%%$BINFS%%'' environment variable 
-    * ''%%$BINFS%%'' … ///binfs/lv70XXX/username// 
-  * Also available on VSC-4 
-  * Check quota 
- 
-<code> 
-    beegfs-ctl --getquota --cfgFile=/etc/beegfs/nvme_storage.d/beegfs-client.conf --gid 70XXX 
-</code> 
-<code> 
-VSC-3 > beegfs-ctl --getquota --cfgFile=/etc/beegfs/nvme_storage.d/beegfs-client.conf --gid 70824 
-      user/group     ||           size          ||    chunk files     
-     name      id  ||    used    |    hard    ||  used    hard    
---------------|------||------------|------------||---------|--------- 
-        p70824| 70824||      0 Byte|    2.00 GiB||        0|     2000 
- 
-</code> 
  
 ====== The TMP filesystem ====== ====== The TMP filesystem ======
  • doku/storage.1687766714.txt.gz
  • Last modified: 2023/06/26 08:05
  • by goldenberg