Administration Server Database Details
The administrator server that you are replicating must be set up to use an external database. This screen displays the information about the external database used by the first admin server. You cannot change this information for the replica server.
Click Test Connection to make sure you can connect to the database from the replica machine.
Field | Description |
---|---|
Database Driver | Driver for the external database:
Default: JDBC driver provided for HSQL 1.8.400. |
Database URL |
URL of the external database. Default: jdbc:hsqldb:hsql://localhost:1234/amx.
Note: For PostgreSQL database, you must add client machine IP address entry in the
pg_hba.conf file. If the TIBCO ActiveMatrix Administrator is replicated, you must also add IP address of the machine on which ActiveMatrix Administrator is replicated in the
pg_hba.conf file. For more information, see PostgreSQL documentation.
|
Username | External database username.
Default: sa. |
Password | External database password.
Default: None. |
Max Connections | Maximum number of database connections to allocate.
Default: 10. |
Database Server is SSL Enabled | Select to enable the database server for SSL. When selected, the SSL Keystore Configuration fields are enabled.
Default: Cleared. Note: PostgreSQL database with SSL enabled is not supported in TIBCO ActiveMatrix Service Grid 3.4.2.
|