Isilon Quota Operations: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
# 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>
# 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>[ 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 --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>
##: <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
    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