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