Activities
- Quota Add Entry
- Quota Delete Entry
- Quota Get List Of Entries
- Quota Get Entry
- Quota Modify Entry
- Quota Off
- Quota On
- Quota Resize
- Quota Status
Quota Add Entry
This activity adds a quota entry. If the type, target, volume and tree do not exist, a new entry is created. If the type, target, volume and tree exist, then an error is returned.
Activity Parameters
The Quota Add Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Disk Limit (text box editor type) (type: string): specify the amount of disk space that is reserved for the target. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is to be unlimited. Default is unlimited.
- File Limit (text box editor type) (type: string): specify the number of files that the target can have. Set the value to "-" if the limit is to be unlimited. Default is unlimited.
- QTree (text box editor type) (type: string): specify the qtree name that the quota resides on. For user or group rules, it can be the qtree name or "\" if no qtree. For tree type rules, this field must be "\".
- Quota Target (text box editor type) (type: string): the quota target of the type specified. The target can be of the form: <name>, <number> or <path name>. Multiple targets can be specified by a comma-separated list. Path should be entered in a format that starts with the following "/vol/<volume name>/". For explicit tree rules, the qtree should be specified as "/vol/<volume name>/<qtree name>".
- Quota Type (text box editor type) (type: string): the type of quota rules. Possible values are "user", "group" or "tree".
- Server Name (text box editor type) (type: string): the name of the server.
- Soft Disk Limit (text box editor type) (type: string): the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is unlimited. Default is unlimited.
- Threshold (text box editor type) (type: string): the amount of disk space the target would have to exceed before a message is logged. The value is expressed in kilobytes (1024). Set the value to "-" if the limit is unlimited. Default is unlimited.
- Volume (text box editor type) (type: string): the name of the volume that the quota resides on.
The Read Only Output variable are the possible output values that the activity will provide:
- APIStatus (type: string): outputs the API Status.
- Error Number (type: string): outputs the error number.
- Failure Reason (type: string): outputs the failure reason.
Execution: