Friday, October 8, 2021

Oracle Audit Vault - 20.4 - Part 3 - Register database firewall in AV






This articles elaborates the registration of the oracle firewall software. Registration needs to obtain certificate key from db vault .





1. Obtain security key


Login to database vault web console and navigate to settings and select the security tab to obtain the key.




Copy this certificate from database vault to firewall server. To perform scp we can use support user account.

vi /tmp/ca.crt and copy the key and scp to database firewall server.



2. Register firewall Server.


Now login to firewall server and run below mention command to register the firewall with database vault.

cd /op/avfd/config-utils/bin





 ./config-avs set avs=primary address=192.168.56.20
    certificate=/tmp/ca.crt
   





3. Verification.


Navigate to database firewall tab and verify the firewall status is shows green.



No comments:

Post a Comment

Optimizer Regression After Upgrade? Fix Slow Queries Using DBMS_SQLDIAG.CREATE_SQL_PATCH

  Intro We are in the era of AI, where increasing processing power is critical to managing rapidly growing and complex workloads....