The connection string to use to connect to a SQL database that you want HPE Controller to use to store HPE statistics.
This parameter applies only if you set UseODBCDatabase to True
.
The database must already exist in the SQL backend, but HPE Controller creates any required tables after it connects.
You can encrypt the value of this parameter by using the autpassword command line tool. For more information about how to use this tool, refer to the IDOL Server Administration Guide.
Type: | String |
Default: | None |
Required: | No |
Configuration Section: | Server |
Example: | ConnectionString=Driver=PostgreSQL ANSI(x64); Server=sql-host.mycompany.com; Port=5432; Database=coordinatordb; Uid=postgres;password=password;
|
See Also: | UseODBCDatabase |
|