Top
ServerView Resource Orchestrator Cloud Edition V3.1.0 Design Guide
ServerView

F.7.3 Definition File Format

Script language

Specify the script language when you want to use a language other than ruby.

Information

Ruby is used as the script language in sample scripts.

Parameter Format of Definition Files

extension_EXTENSION=execution file path

Specify the extension of the script language such as "rb" or "pl" for EXTENSION.

When there is no specification for the EXTENSION jruby is used.

Execution file path specifies the absolute path.

Example

extension_rb=/usr/bin/jruby

Monitoring Time of Script

Specify the monitoring time when you want to change it to a value besides 300(s).

Information

In the network device automatic configuration function, script execution time is monitored.
When the monitoring time has passed since the beginning of the script execution, the processing of the script is terminated.

Parameter Format of Definition Files

EXECUTE_TIMEOUT=monitoring time

Specify the monitoring time within the range of 1 to 7200(s).

When the specified value is non-numeric or is outside of the above mentioned range, 300(s) is used.

Example

EXECUTE_TIMEOUT=600

Upper output limit of operation ruleset

Specify the upper output limit of operation ruleset when you want to change it to a value besides 500(Kbyte).

Information

When a large amount of data is output as a result of executing a ruleset for operations on network devices, a large amount of memory resources is consumed. By customizing the upper output limit, the memory consumption can be limited.

Parameter Format of Definition Files

SCRIPT_OUTPUT_SIZE_LIMIT= upper output limit

Specify the upper output limit within the range of 1-1000(Kbyte).

When the specified value is non-numeric or is outside the range mentioned above, 500 (KB) is used.

Example

SCRIPT_OUTPUT_SIZE_LIMIT=300