Dynamic Reconfiguration Operation
5.2 Hot plug collaboration function
671
CA92344-0539-04
5.2.6 Method of describing configuration file of collaboration program
How to write a configuration file of a collaboration program is as follows:
<Setting itme> = <Setting value>
Setting item
Setting value
verbose
set of verbose mode
true or false
When true is set to verbose item, collaboration program is executed called with “-
v“ argument which indicates verbose mode
Default value is false
timeout
timeout period of collaboration program
For assignable value, please refer to
”5.2.3 Timeout of collaboration program”.
If a collaboration program is executed in verbose mode, standard output and standard error output of the
collaboration program is output to a special log file. Other outputs of collaboration program which executed
in non-verbose mode are output to system log as well as log of DR command. For the log of collaborate
program, refer to the following
“5.2.10 Output of collaboration program”.
Configuration file of collaboration program is not indispensable. If configuration file does not exist, hot plug
collaboration function executes collaboration programs by using the default value.
Note:
Blank line and the line that starts by # in the configuration file is ignored.
You can use Japanese after #, but in this case character code of Japanese must use UTF-8 form.
Write one setting item by one line.
You can insert the blank before or after the setting item, blank and the setting value.
An example of a configuration file is shown below.
e.g. When collaboration program named nn-FJSVxxxx-get-info executes in verbose mode and timeout
period is 10 minutes.
# FJSVxxx-get-cpu-info
verbose = true
timeout = 10