Set or Modify Quotas for Users and/or Groups
Explains how to set or modify quotas for one or more entities using either the Control System or the CLI.
Set or Modify Quotas for Multiple Users and/or Groups Using the Control System
- Select the users/groups from the list of users/groups in the Accountable Entities pane.
-
Click Edit Properties.
The Edit Properties dialog displays.
-
Verify the list of users/groups and modify or set the following for the
users/groups:
- Hard quota, which raises an alarm when the limit is reached and prevents further writes.
- Advisory quota, which raises an alarm when the threshold is reached, but does not prevent further writes.
Note: Both, advisory and hard, quotas can be expressed in megabytes (MB), which is the default, gigabytes (GB), or terabytes (TB). - Click Save Changes for the changes to take effect.
Set or Modify Quotas for an Entity Using the Control System
-
Click the user/group from the list of users/groups or the
associated with the user/group in the Accountable Entities pane to display the Edit Properties window.
-
Modify or set the following for the user or group:
Note: Both, advisory and hard, quotas can be expressed in megabytes (MB), which is the default, gigabytes (GB), terabytes (TB), petabytes (PB), exabytes (EB), and zettabytes (ZB).
- Click Save Changes for the changes to take effect.
Set or Modify Quotas for Users and/or Groups Using the CLI or the REST API
The basic command to set or modify quotas for multiple entities is:
maprcli entity modify
-entities <entities>
-advisoryquota <advisory quota>
-quota <quota>
The basic command to set or modify quotas for an entity is:
maprcli entity modify
-name <entityname>
-type <type>
-advisoryquota <advisory quota>
-quota <quota>
For complete reference information, see
entity modify
.