Isilon Quota Operations: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
#:: <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
# 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] --enforced yes'''</tt>
#: <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 --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 --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>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P]'''</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 500G --advisory-threshold 450G'''</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 500G --advisory-threshold 450G'''</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