Isilon Quota Operations: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Quota Operations ==
== Quota Operations ==
# List all Directory Quotas
# List all Directory Quotas
## <tt>'''isi quota quotas list --type directory'''</tt>
#: <tt>'''isi quota quotas list --type directory'''</tt>
# View a Directory Quota
# View a Directory Quota
#: <tt>'''isi quota quotas view <path> [ --type directory | directory ]'''</tt>
#: <tt>'''isi quota quotas view <path> [--type directory | directory]'''</tt>
#:: <tt>'''ex: isi quota quotas view /ifs/data/share --type directory'''</tt>
#:: <tt>'''ex: isi quota quotas view /ifs/data/share --type directory'''</tt>
#:: <tt>'''ex: isi quota quotas view /ifs/data/share directory'''</tt>
#:: <tt>'''ex: isi quota quotas view /ifs/data/share directory'''</tt>
# Create a Directory Quota
#: <tt>'''isi quota quotas create <path> [--type directory | directory] --hard-treshold <size>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P] --container yes --enforced yes'''</tt>
#:: <tt>'''isi quota quotas create /ifs/data/share --type directory --hard-threshold 500G --advisory-threshold 450G --container yes --enforced yes'''</tt>
#:: <tt>'''isi quota quotas create /ifs/data/share directory --hard-threshold 500G --advisory-threshold 450G  --container yes --enforced yes'''</tt>
# Modify the hard and advisory thresholds of a share
# Modify the hard and advisory thresholds of a share
## <tt>'''isi quota quotas modify <path> [ --type directory | directory ] --hard-threshold <size>[ MB | GB | TB ] --advisory-threshold <size>[ MB | GB | TB ]'''</tt>
#: <tt>'''isi quota quotas modify <path> [--type directory | directory] --hard-threshold <size>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P]'''</tt>
##: <tt>'''ex: isi quota quitas modify /ifs/data/share --type directory --hard-threshold 500GB --advisory-threshold 450GB'''</tt>
#:: <tt>'''ex: isi quota quitas modify /ifs/data/share --type directory --hard-threshold 500G --advisory-threshold 450G'''</tt>
##: <tt>'''ex: isi quota quitas modify /ifs/data/share directory --hard-threshold 500GB --advisory-threshold 450GB'''</tt>
#:: <tt>'''ex: isi quota quitas modify /ifs/data/share directory --hard-threshold 500G --advisory-threshold 450G'''</tt>

Latest revision as of 17:29, 23 March 2017

Quota Operations

  1. List all Directory Quotas
    isi quota quotas list --type directory
  2. View a Directory Quota
    isi quota quotas view <path> [--type directory | directory]
    ex: isi quota quotas view /ifs/data/share --type directory
    ex: isi quota quotas view /ifs/data/share directory
  3. Create a Directory Quota
    isi quota quotas create <path> [--type directory | directory] --hard-treshold <size>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P] --container yes --enforced yes
    isi quota quotas create /ifs/data/share --type directory --hard-threshold 500G --advisory-threshold 450G --container yes --enforced yes
    isi quota quotas create /ifs/data/share directory --hard-threshold 500G --advisory-threshold 450G --container yes --enforced yes
  4. Modify the hard and advisory thresholds of a share
    isi quota quotas modify <path> [--type directory | directory] --hard-threshold <size>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P]
    ex: isi quota quitas modify /ifs/data/share --type directory --hard-threshold 500G --advisory-threshold 450G
    ex: isi quota quitas modify /ifs/data/share directory --hard-threshold 500G --advisory-threshold 450G