3.6.0 Matrix Server Command Reference (5697-7083, December 2007)

Chapter 3: mx Commands 96
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
[--force]
Continue with the command even if some specified filesystems already have
quotas enabled.
setdefaults—Set the default hard and soft limits for one or more filesystems
mx quota setdefaults [opt_args] ALL_FILESYSTEMS|<ps device> ...
The optional arguments are:
[--userHardLimit <unlimited | #{K,M,G,T}>]
The default hard limit for all users on the filesystem. unlimited means that
the default is unlimited. The size modifiers are K (kilobytes), M (megabytes),
G (gigabytes), or T (terabytes). If a modifier is not specified, the size is
calculated in kilobytes. (The default is rounded down to the nearest
filesystem block.)
[--usersoftLimit <unlimited | #{K,M,G,T}>]
The default soft limit for all users on the filesystem. unlimited means that the
default is unlimited. The size modifiers are the same as --userHardLimit.
[--force]
Continue with the command even if some specified filesystems do not have
quotas enabled.
setoptions—Set the quota options on a filesystem
mx quota setoptions [opt-args] ALL_FILESYSTEMS|<ps device> ...
The optional arguments are:
[--enforceHardLimit <enable|disable>]
Whether hard limits are enforced.
[--logHardLimitViolations <enable|disable>]
Whether violations of the hard limit are logged.
[--logSoftLimitViolations <enable|disable>]
Whether violations of the soft limit are logged.
[--defaultQuotaType <staticdq|dynamicdq>]
Whether the default quotas should be static or dynamic. When staticdq is
used, new users are assigned an explicit limit that is the same as the
filesystem’s default limit. When dynamicdq is used, the users limit references
the filesystem’s default limit. When the filesystem limit is changed, the users
limit also changes to match the new filesystem limit.