Difference between revisions of "Storage Quotas and Charges"

From Centre for Bioinformatics and Computational Biology
Jump to: navigation, search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== Pricing ===
 
 
The price of a basic account is R 1,500 per year (to be confirmed soon).
 
 
  
 
=== Checking storage quotas ===
 
=== Checking storage quotas ===
  
* A web-based system for checking the different user and group storage quotas and charges is available at [http://storageadmin.bi.up.ac.za http://storageadmin.bi.up.ac.za].
 
* Home directory quotas can be checked with:
 
<source lang="c">
 
To be confirmed
 
</source>
 
 
* nLustre quotas can be checked with:
 
* nLustre quotas can be checked with:
 
<source lang="c">
 
<source lang="c">
> lfs quota -u username /nlustre
+
> lfs quota -uqh <username> /nlustre
 
</source>
 
</source>
  
Line 19: Line 10:
 
=== Storage ===
 
=== Storage ===
  
A basic account (R 2,000 per year) provides:
+
Your quota on the home directories, ie: /home/<username> is 500 GB.
 +
Please note that you are not allowed to store, and process your data from this directory. Its sole intent is for small documents and non-processed files.
 +
 
 +
Your quota on the Lustre file system is 2 TB, with the following provisos:
 +
 
 +
You have a total of 2 TB, but within /nlustre/users/<username>/scratch, you have unlimited storage for a certain period.
 +
The scratch directories get purged periodically on certain dates, 3 times per year:
 +
 
 +
April 30, 0h00.
 +
August 31, 0h00.
 +
December 31, 0h00.
  
* 512 GB of storage space in /home/''user''
+
What remains under your directory structure, ie: /nlustre/users/<username>, excluding scratch, must be within your 2 TB quota.
* 1 TB of storage space in /nlustre/''user'' and /nlustre/scratch/''user''
+
Further, we will not backup anything under /nlustre/users/<username>/scratch.
* 512 GB of storage space in Galaxy
+
* Unlimited computational usage
+
  
 +
We will send only one reminder of the purge date when it approaches. Thereafter, one warning if you are out of quota.
 +
Failure to comply, will get your account locked out.
  
=== Upgrading storage space ===
+
Its the user's responsibility to manage its data, and to keep things ordered, and within quota.
* Storage space may be upgraded at R 1,000 per TB per year in the following steps:
+
** 5 TB total (add 4)
+
** 10 TB
+
** 20 TB or more
+

Latest revision as of 14:16, 10 May 2023

Checking storage quotas

  • nLustre quotas can be checked with:
> lfs quota -uqh <username> /nlustre


Storage

Your quota on the home directories, ie: /home/<username> is 500 GB. Please note that you are not allowed to store, and process your data from this directory. Its sole intent is for small documents and non-processed files.

Your quota on the Lustre file system is 2 TB, with the following provisos:

You have a total of 2 TB, but within /nlustre/users/<username>/scratch, you have unlimited storage for a certain period. The scratch directories get purged periodically on certain dates, 3 times per year:

April 30, 0h00. August 31, 0h00. December 31, 0h00.

What remains under your directory structure, ie: /nlustre/users/<username>, excluding scratch, must be within your 2 TB quota. Further, we will not backup anything under /nlustre/users/<username>/scratch.

We will send only one reminder of the purge date when it approaches. Thereafter, one warning if you are out of quota. Failure to comply, will get your account locked out.

Its the user's responsibility to manage its data, and to keep things ordered, and within quota.