Table of Contents

Search

  1. Preface
  2. Secure Agent services
  3. API Microgateway Service
  4. CMI Streaming Agent
  5. Common Integration Components
  6. Database Ingestion service
  7. Data Integration Server
  8. Elastic Server
  9. File Integration Service
  10. GitRepoConnectApp
  11. IDMC Data Gateway Service
  12. Mass Ingestion (Files)
  13. Metadata Foundation Application
  14. Metadata Platform Service
  15. Process Server
  16. SecretManagerApp
  17. Configuring Secure Agent service properties

Secure Agent Services

Secure Agent Services

Resetting transaction logs on Linux

Resetting transaction logs on Linux

If the PostgreSQL server does not start because of corruption to the control information, use the command
pg_resetxlog
to reset the control information.
To reset the control information of the PostgreSQL database, perform the following steps:
  1. Go to
    <Secure Agent installation directory>/apps/process-engine/data/db/postgresql-linux-x64-binaries/pgsql/bin
    .
  2. Run the following command:
    pg_resetxlog -D <path to postgreSQL data directory>
For example, you reset the transactions logs in the
Data
directory, if you run the following command:
pg_resetxlog -D "home/apps/process engine/data/PostGreSql/Data"

0 COMMENTS

We’d like to hear from you!