collectorFinder.configuration database table
The collectorFinder.configuration table specifies the general rules of the Element Management System (EMS) collector methodology and must only contain one record.
Schema
The collectorFinder.configuration database table schema is described in the following table:
Column name |
Constraints |
Data type |
Description |
---|---|---|---|
|
Integer |
The number of threads to be used by the Collector finder. |
|
|
Integer |
The maximum time to wait for a reply from a collector (the timeout). |
|
|
Integer |
The number of times to issue an RPC XML request to a collector. |
|
|
Integer |
The maximum size for an XML-RPC response in bytes. Note: The default maximum response
size might be too small when running a Collector-based discovery against
Collectors that result in very large responses. In such cases, increase
the maximum response size. To increase the maximum response size,
set the m_MaxResponseSize parameter to a higher
value. Make sure you set the same value for m_MaxResponseSize in
both of the following files:
|