Isilon Quota Operations

From UNIX Systems Administration
Jump to navigation Jump to search

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