6.3.10 ssotrapd action definition file (ssotrapd.def)
In the ssotrapd action definition file, define the actions of the ssotrapd daemon process. If you have made any changes in this definition file, perform one of the following operations to apply these changes:
-
Execute the ssotrapd -r command.
-
Restart the ssotrapd daemon process.
- Organization of this subsection
(1) Format
The following is a format of the ssotrapd action definition file.
When coding definitions in an ssotrapd action definition file, note the following:
-
If the definition file includes same definitions, 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 an ssotrapd 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. |
snmp-dump: <<off>> |
Specify whether to output an SNMP packet dump for troubleshooting at failure occurrence. To output the SNMP packet dump, specify on. To not output the SNMP packet dump, specify off. |
max-dumpfile-size: <<8>> ((0 to 99 megabytes)) |
Specify the maximum size of the SNMP packet dump trace file. When 0 is specified, the trace is acquired without limiting the file size. |