Isilon Quota Operations: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "== Quota Operations == # List all Directory Quotas ## <tt>'''isi quota quotas list --type directory'''</tt> # View a Directory Quota ## <tt>'''isi quota quotas view <path> [ -...")
 
Line 6: Line 6:
##: <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>
# 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>'''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 directory --hard-threshold 500GB --advisory-threshold 450GB'''</tt>

Revision as of 18:03, 1 March 2017

Quota Operations

  1. List all Directory Quotas
    1. isi quota quotas list --type directory
  2. View a Directory Quota
    1. 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. Modify the hard and advisory thresholds of a share
    1. isi quota quotas modify <path> [ --type directory | directory ] --hard-threshold <size>[ MB | GB | TB ] --advisory-threshold <size>[ MB | GB | TB ]
      ex: isi quota quitas modify /ifs/data/share --type directory --hard-threshold 500GB --advisory-threshold 450GB
      ex: isi quota quitas modify /ifs/data/share directory --hard-threshold 500GB --advisory-threshold 450GB