General Documentation
- Welcome FAQ
- Secure Shell SSH
- Available Software
- Installing Software
- Guidelines and Policies
- Glossary
- Grant Support
- Sharing Data
- Containers & Singularity
- UserGroup Presentations
- Jupyter Notebook Usage
LSF Primer
Lilac Cluster Guide
Juno Cluster Guide
Cloud Resources
Backup Policy on server/node local drives
File lists
Page History
...
Lilac home storage :
Code Block language bash theme Midnight firstline 1 title Command line linenumbers true mmlsquota lilac:home --block-size auto
Lilac compute storage :
Code Block language bash theme Midnight firstline 1 title Command line linenumbers true mmlsquota -j data_<lab group name> lilac --block-size auto
Code Block language bash theme Midnight firstline 1 title Command line linenumbers true df -h /data/<lab group name> df -ih /data/<lab group name>
Lilac warm storage (oscar) :
Code Block language bash theme Midnight firstline 1 title Command line linenumbers true mmlsquota -j warm_<lab group name> oscar --block-size auto
Code Block language bash theme Midnight firstline 1 title Command line linenumbers true df -h /warm/<lab group name> df -ih /warm/<lab group name>
Tip | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mmlsquota gives information about quota on number of files too, along with information about block quota.
Once the number of blocks or number of files reach the value mentioned in "quota" - Storage system will give 7 days as a grace period, to fill up until the max value mentioned in "limit" is reached. Storage system will not allow any more data to be written when:
|
...