Set UseODBCDatabase
to True
if you want to use a shared SQL database backend to store collected statistics.
By default, the Controllers store statistics locally, and HPE Coordinator polls the Controllers for the statistics.
When you set UseODBCDatabase
to True
, the Controllers store the statistics in the SQL backend, and HPE Coordinator retrieves the statistics from the database that you configure in the ConnectionString parameter in the [Server]
section. HPE Coordinator also uses this database to store information about the Controller components.
You must set UseODBCDatabase
to the same value in the HPE Coordinator and Controller configuration files. If you set UseODBCDatabase
to True
, HPE Coordinator and the Controllers must connect to the same database.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | StatsCollector |
Example: | UseODBCDatabase=True
|
See Also: |
|