6.3.22 ssorptd action definition file (ssorptd.def)
Define ssorptd daemon process actions in the ssorptd action definition file. If you have made any changes in this definition file, perform one of the following operations to apply these changes:
-
Execute the ssorptd -r command.
Note that the changes might not become valid depending on the key that has been changed.
-
Restart the ssorptd daemon process.
- Organization of this subsection
(1) Format
The following shows the format of the ssorptd action definition file.
When coding definitions in the ssorptd action definition file, note the following:
-
If the definition file includes multiple definitions for the same item, the definition written last is assumed to be valid, and those definitions preceding the last definition are ignored.
-
When omitting the specification of a key on a line, omit the whole line.
(2) Description
The next table lists the items that must be, or can be, defined in the ssorptd action definition file.
Key name |
Value |
---|---|
max-logfile-size: <<4>>((1 to 32 megabytes)) |
Specify the maximum size of a log file. |
logfile-num: <<3>> ((1 to 10)) |
Specify the number of the log files. |
trace: <<off>> |
Specify whether to output a trace file for troubleshooting at failure occurrence. To output the trace file, specify on. To not output the trace file, specify off. |
max-tracefile-size: <<4>> ((1 to 32 megabytes)) |
Specify the maximum size of a trace file. |
tracefile-num: <<3>> ((1 to 10)) |
Specify the number of the trace files. |
max-client: <<2>> ((1 to 99)) |
Specify the maximum number of concurrent sessions the ssorptd daemon process allows for the connections via the Report Configuration window and the report command (ssodemandrpt). In other words, specify the maximum number of concurrent sessions with the Report Configuration window and the report command (ssodemandrpt). Note that one of the specified number of sessions is always secured for the Report Configuration window. Also, regardless of the setting of this key, multiple Report Configuration windows cannot be opened concurrently. |
max-data:#2 <<20>> ((1 to 64)) |
Specify the maximum number of report conditions that can be defined in a report definition file.
|
default-disp-address: <<none>> |
Specify the collecting server IP address to be displayed in the host-name format (IP-address) in the Report Condition Addition wizard. Specify the same value as that specified in the change-my-address: key in the ssocolmng action definition file. |
exponential-notation: <<on>> |
Select the format in which values are displayed for the scale markings on the vertical and horizontal axes of the graphs in HTML-format report files if values to be displayed are 1,000,000 or larger. You can select one of two formats. One is the integer or decimal fraction display format, and the other is the exponent display format. The selected format is applied to line graphs, histograms, bar graphs, and stacked bar graphs. When on is specified, exponent display is used. When off is specified, integer or decimal fraction display is used. Note that if the value of a scale marking is less than 1,000,000, integer or decimal fraction display is used regardless of the specification in this key.
|