Purpose
Defines the
configuration parameters for the dpid2 daemon.
Description
The dpid2.conf file provides the configuration information for the dpid2 daemon. Stop the daemon using the stopsrc command
and start it using the startsrc command if there are changes
to the configuration file. The daemon should be under the System Resource
Control (SRC) for issuing these start or stop commands.
Keywords
The directives are specified
in the form
<keyword>=<value>. The following keyword
is case-insensitive:
- dpiTimeOut
- Specifies the timeout in seconds that the dpid2 daemon
waits for the arrival of data from subagents. The default value is
8 seconds. The maximum timeout value is 600 seconds. If you specify
any value less than or equal to zero, the default value is taken for
processing.
Note: This sample configuration file is in the /usr/samples/snmpd/dpi2 directory. You must copy the configuration
file to the /etc directory to use the configurable parameter dpiTimeOut.
Examples
The following
example sets the configurable parameter dpiTimeOut to the maximum
value of 600 seconds.
dpiTimeOut=600
Files
| Item |
Description |
| /etc/dpid2.conf |
Defines the configuration parameters for the dpid2 daemon. |