The tspr.properties ASCII text file resides in the /etc/opt/terraspring directory on the control plane server. The file modifies the behaviors of all N1 Provisioning Server software. The file is read line by line. Each line specifies one property and its corresponding value. The property values are configurable. In the following property listing default values are provided only where applicable.
The following sections describe the properties and values of the tspr.properties file. Default values are provided where applicable.
The following properties are located in the TSPRcs package of the tspr.properties file.
com.terraspring.cs.fm.FM.scrubbing |
Specifies whether to scrub disks during deactivation.
Default: true
com.terraspring.core.log.CPLog.exthandler |
The name of the class to provide the concrete implementation of the com.terraspring.core.log.CPLog.exthandler interface.
Although the core package owns this property, its values are defined by the monitoring package.
Default: com.terraspring.mlg.MonLogHandler
The following properties are located in the TSPRcore package of the tspr.properties file.
com.terraspring.core.log.CPlog.exthandler |
The class name of the object to provide the extended log handler implementation.
Default: null
com.terraspring.core.sysGridOS.DBConection |
The name of the class to provide the concrete implementation of the com.terraspring.core.sysGridOS.DBConection interface.
Default: null
Although the core package owns this property, its values are defined by the database package (TSPRdb).
The following properties are located in the TSPRdrvrs package of the tspr.properties file.
com.terraspring.drivers.sun.HighAvailabilitySFB10LB |
Specifies high availability load balancer pairs.
com.terraspring.drivers.utils.expect.Expect.print |
Specifies whether to enable logging of the actual telnet or terminal server session between the farm manager and a resource pool server.
Default: no
com.terraspring.drivers.utils.expect.Expect.output |
The file name to which to print the actual telnet or terminal server session between the farm manager and a resource pool server.
Default: null
com.terraspring.drivers.utils.snmp.SNMP.retries |
Specifies the number of times to attempt an SNMP connection.
Default: 20
com.terraspring.drivers.utils.snmp.SNMP.timeout |
The maximum amount of time in milliseconds to attempt an SNMP connection before exiting.
Default: 6000
com.terraspring.core.log.CPLog.exthandler |
The name of the class to provide the concrete implementation of the com.terraspring.core.log.CPLog.exthandler interface.
Although the core package owns this property, its values are defined by the monitoring package.
Default: com.terraspring.mlg.MonLogHandler
com.terraspring.mlg. MonLogPolicy.userMsgMode |
Specifies the location to which to route user messages. You can route user messages to multiple locations by specifying a comma-delimited list of values. Possible values are:
DB (database)
NONE (no routing)
NMS (network management system)
DB, NMS
NMS, DB
Default: DB
com.terraspring.mlg.MonLogPolicy.infoMsgMode |
Specifies the location to which to route informational messages. You can route informational messages to multiple locations by specifying a comma-delimited list of values. Possible values are:
DB (database)
NONE (no routing)
NMS (network management system)
DB, NMS
NMS, DB
Default: DB, NMS
com.terraspring.mlg.SnmpConf.SnmpTrapReceivePort |
The port on which the SNMP trap receiver receives traps.
Default: 162
com.terraspring.mlg.SnmpConf.SnmpTrapSendPort |
The port on which the SNMP trap receiver sends traps.
Default: 162
com.terraspring.mlg.forwardingIP |
The IP address of the third-party NMS on the N1 Provisioning Server.
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 |
The name of the class to provide the concrete implementation of the com.terraspring.core.sys.DBConnection interface.
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 |
The name of the class to provide the concrete implementation of the com.terraspring.core.sys.DBConnection interface.
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 |
The port number to which the CPDB is connected.
Default: 5432