Follow

Info: Using Multiple Database Instances with Trust Protection Platform

Applies To:
All Versions of Venafi Trust Protection Platform

Summary:
While Venafi Trust Protection Platform can run in multiple database instance environments, this installation is NOT supported.

Details:
If you have multiple database instances, please be aware of the following:

  1. Ensure that the servers are pointing to the same time source and that the time for each server is synchronized.
  2. Verify that the config schema matches in all databases
  3. Execute the following commands against all database instances for MSSQL using SQL Server Management Studio (or other SQL management tool) and compare the results:
    • select * from dbo.config_relations;
    • select * from dbo.config_classes;
    • select * from dbo.config_attributes;
  4. Execute the following commands against all database instances for Oracle using SQL Plus or SQL Developer and compare the results:
    • select * from DIRECTOR.config_relations;
    • select * from DIRECTOR.config_classes;
    • select * from DIRECTOR.config_attributes;
      IMPORTANT! Replace all instances of 'DIRECTOR' in the scripts with the database Username in your environment.
  5. Based on the information in the previous two steps, review the following:
    • All sequences/seed tables must be synchronized.
    • Verify that all Trust Protection Platform servers are pointing to the same database instance.
  6. Ensure that database failover will not occur during the entire upgrade process.
Was this article helpful?
0 out of 0 found this helpful

Comments