Skip to content

Setting up TPS Database

Endi S. Dewata edited this page Jun 4, 2025 · 2 revisions

Overview

This page describes the process to set up a TPS database using DS. It assumes that the DS database has been installed as described in DS Installation.

Availability: Since PKI 11.5

Configuring TPS Database Connection

$ pki-server tps-db-config-mod \
    --secure false \
    --hostname ds.example.com \
    --port 389
$ pki-server password-set \
    --password Secret.123 \
    internaldb

Initializing TPS Database

$ pki-server tps-db-init

Adding TPS Search Indexes

$ pki-server tps-db-index-add

Rebuilding TPS Search Indexes

$ pki-server tps-db-index-rebuild

Adding TPS VLV Indexes

$ pki-server tps-db-vlv-add

Rebuilding TPS VLV Indexes

$ pki-server tps-db-vlv-reindex
Clone this wiki locally