Chapter 4, Action Programs
The Tunable Action Program
- Name:
- Description:
The relevant tunable parameter will be increased by the proportion specified by the increase keyword. To prevent continual re-configuration of the operating system that may occur if resource depletion is being caused by a poorly designed application, the times keyword specifies a maximum number of times that the system will be reconfigured. The sofar keyword stores the number of reconfigures thus far. If the times value is reached, it may be reset.
If the approval keyword is set to true, the required reconfiguration command will be sent to the administrator for approval.
Control Keywords
approval - Request approval by an administrator before acting.
times - Number of times to increase resource allocation.
increase - Percentage by which to increase the resource each time.
sofar - Number of increases performed so far.
Keyword Defaults
approval - true
times - 5
sofar - 0
increase - 20%