/opt getting filled post 11.1.2 upgrade on Embedded DB gateway
search cancel

/opt getting filled post 11.1.2 upgrade on Embedded DB gateway

book

Article ID: 436048

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

It seems post 11.1.2 upgrade on embedded DB based gateway /opt file system is getting filled and majortly we've noticed it's the derby DB directory which is rapidly getting large :

/opt/SecureSpan/Gateway/node/default/var/db/ssgdb

It seems the issue is occurring as the recommended property '"alwaysSaveInternal": false,' is getting lost as soon as we create a bundle again from embedded db gateway using graphman. Thus we'll need to manually add the property again. can you please provide a permanent solution to get this property into bundle? 

Environment

11.1

Resolution

It appears this behavior is specific to Gateway version 11.1.2, where the alwaysSaveInternal setting is now managed within the auditConfigurations section of the bundle. If this section is missing or created with an older schema, the gateway defaults the value to true to ensure audits are saved, which is why your manual changes are being overwritten during bundle recreation.

To resolve this permanently, please follow these steps:

  1. Ensure you are using Graphman schema version 11.1.2 for your exports.
  2. On your source gateway, verify the Audit Configuration in the Policy Manager is set to your preferred state (Internal Audit Sink/Lookup policies configured).
  3. Re-export the bundle and verify that the auditConfigurations section is present in the JSON and includes the following: "alwaysSaveInternal": false
  4. Ensure the bundle also includes the Internal Audit Lookup Policy and Internal Audit Sink Policy names to maintain configuration integrity.