Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.  

...

  • Status (type: string): outputs the status of the operation.
  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.


 

...

 Execution: 

Delete Entry

This activity deletes a quota entry by type, target, volume and tree.  

Activity Parameters

The Delete Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • 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 "\". 
  • 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>".
  • Type (text box editor type) (type: string): the type of quota rules. Possible values are "user", "group" or "tree".
  • 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:

  • Status (type: string): outputs the status of the operation.
  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.

 


Execution:

 

...



Get Entries List

This activity gets a list of quota entries specified by tree, target, volume and type.   

Activity Parameters

The Get Entries List activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • 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 "\". 
  • 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>".
  • Type (text box editor type) (type: string): the type of quota rules. Possible values are "user", "group" or "tree".
  • 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:

  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
  • Status (type: string): outputs the status of the operation.
  • Targets (type: list<string>): outputs the quota targets list.
  • Volumes (type: list<string>): outputs the quota volumes list.

Execution:

 


Get Entry

This activity gets a quota entry by type, target, volume and tree.  

Activity Parameters

The Get Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • 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 "\". 
  • 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>".
  • Type (text box editor type) (type: string): the type of quota rules. Possible values are "user", "group" or "tree".
  • 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:

  • Status (type: string): outputs the status of the operation.
  • Error Number (type: string): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.

Execution:

 


Modify Entry

This activity modifys a quota entry. If the type, target, volume and tree exist, the entry is modified. If the type, target, volume and tree do not exist, then an error is returned.  

Activity Parameters

The Modify 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. 
  • Perform User Mapping (text box editor type) (type: string): if set to True, quota management will perform user mapping for the user specified in quota-target. Only valid for user quotas when the quota-tfarget reffers to a Windows/Unix user name. Not valid for multiple user targets. Default is the current value. 
  • 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 "\". 
  • 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>".
  • 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.
  • Soft File 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:

  • Status (type: string): outputs the status of the operation.
  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.


 

 Execution: 



Disable Volume

This activity disables quota for a specified volume.  

Activity Parameters

The Disable Volume activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • 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:

  • Status (type: string): outputs the status of the operation.
  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.

Execution:

Enable Volume

This activity enables quota for a specified volume.  

Activity Parameters

The Enable Volume activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • 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:

  • Status (type: string): outputs the status of the operation.
  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.

Resize Volume

This activity resizes quota for a specified volume.  

Activity Parameters

The Resize Volume activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • 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:

  • Status (type: string): outputs the status of the operation.
  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.

Execution:

 


Status 

This activity returns the quota status for a specified volume.  

Activity Parameters

The Status activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • 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:

  • Status (type: string): outputs the status of the operation.
  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.

Execution: