N1 Provisioning Server 3.1, Blades Edition, System Administration Guide

Control Plane Database Properties — TSPRdb

The following properties are located in the TSPRdb package of the tspr.properties file.

The following properties apply to the Oracle and the Postgres databases.


com.terraspring.core.sys.GridOS.DBConnection
Description:

The name of the class to provide the concrete implementation of the com.terraspring.core.sys.DBConnection interface.


Note –

Although the core package owns this property, its values are defined by the CPDB package (TSPRdb).


Default: com.terraspring.db.oracle.OracleCpdbConnection

The following properties apply to the Postgres database.


com.terraspring.core.sys.GridOS.CpdbConnection
Description:

The name of the class to provide the concrete implementation of the com.terraspring.core.sys.DBConnection interface.


Note –

Although the core package owns this property, its values are defined by the CPDB package (TSPRdb).


Default: com.terraspring.db.postgres.PostgresCpddConnection


com.terraspring.db.CpdbConnection.port
Description:

The port number to which the CPDB is connected.

Default: 5432