Oracle Audit Vault – 20.4 – Part 1 – Installation

Share on:

In this blog, we will cover the audit vault installation and issues encountered while performing the installation.

Intro

Database security is in greater demand sector in the current data era. Companies are spending colossal sums of money to enhance the security of the database servers. Oracle came up with an Oracle Audit Vault and Firewall to protect and prevent data from internal and external attackers. 

It’s important to get an understanding of what is Database Audit Vault and Database Firewall?

What is the Database Audit Vault?

Oracle Audit Vault and Database Firewall (AVDF) is a complete Database Activity Monitoring (DAM) solution that combines native audit data with network-based SQL traffic capture… A Quick-JSON collector simplifies ingesting audit data from databases like MongoDB.

What is Database Firewall?

Oracle Database Firewall acts as the first line of defence for databases, helping prevent internal and external attacks from reaching the database. Highly accurate SQL grammar-based technology monitors and blocks unauthorized SQL traffic on the network before it reaches the database.

 

NOTE:

The Audit Vault Server and Database Firewall server are software appliances. You must not make any changes to the Linux operating system through the command line on these servers unless following official Oracle documentation or under guidance from Oracle Support.

oracle audit vault 1

Make sure to full fill these prerequisites before starting the installation.

In this scenario, we are going to install this on the Virtual Box.

 

1 . Prerequisites

1.1 VM Creation

  • 8GB – Memory
  • 250GB – HDD
  • 1 core CPU.


1.2 Network Settings

Make sure to note the VM-Network address range and default gateway because we need this to set up the VM network and access this using URL.

oracle audit vault 2

 

1.3 Download the image

We can download the iso image from:https://edelivery.oracle.com/

Then search for Oracle Audit Vault and Database Firewall.
In this case, we are going to download Audit Vault and Database 20.4.

oracle audit vault 3

This comes with two separate iso images:

  1. Audit Vault 
  2. Firewall

oracle audit vault 4

 

2. Installation

First, we need to create a VM with 8GB memory, 250GB hard disk, and 1 core. After that browse the iso to controller IDE. This pre-setup installation media consists of database and application installation.

Mount ISO file:

oracle audit vault 5

Then it will automatically mount the iso image and start booting from the ISO image.

oracle audit vault 6

 

2.1 Installation Issues: HDD Capacity

We faced an issue when trying to give less capacity for HDD.

Error:

oracle audit vault 7

 

Solution:

Increase the HDD size by 250 or more.

2.2 Installation issues: Lack of memory

If you tried to install this only with 4GB of memory Installation will fail with below mention error, so make sure to give 8GB to avoid this failure.

oracle audit vault 8

 

2.3 Setup root account password

We have taken a few screenshots of the installation to get an understanding of the installation components.

The first screenshot shows the disk partitioning. The second screenshot shows the installation of the requirement RPMs.

oracle audit vault 9

oracle audit vault 10

After this step, the setup will move to root password configuration.

oracle audit vault 11

Now the installation will again prompt the iso to continue with other steps. Again browse the same iso image from controller ide.

oracle audit vault 12

oracle audit vault 13

 

2.4 Setup Network

I have added two network interfaces here, Network settings information (Chapter 1 – Prerequisites) is required to set up the network.

  1. NAT network to access the internet.
  2. VM-host network to access VM via same network range 192.168.56.1.

oracle audit vault 14

Feed network information:

oracle audit vault 15

oracle audit vault 16

On completion of the network setup, the installation will move to ASM and DB installation

oracle audit vault 17

oracle audit vault 18

Once the repository creation is done setup will apply the GRID RU.

oracle audit vault 19

oracle audit vault 20

 

2.5 Setup Application.

The last two steps of the installation illustrate the application installation and migrating the created repository to ASM storage.

oracle audit vault 21

oracle audit vault 22

 

Congratulations, now the installation is complete!

You can access the web application from the mentioned URL.

oracle audit vault 23

 

3. Web Application Access

Initial access needs root credentials. After that, we need to set up several users to segregate the accounts.

oracle audit vault 24

This oracle document link will cover the setup of these accounts for segregation of duties.

Post-Install Configuration Tasks (oracle.com)

 

3.4 Setting the Usernames and Passwords of Audit Vault Server Users 
(taken from oracle documents)

Set up usernames and passwords for Oracle Audit Vault and Database Firewall (Oracle AVDF).

In the post-install configuration page, you set up usernames and passwords for the following Oracle Audit Vault and Database Firewall users:

  • Super Administrator
  • Super Auditor
  • Repository Encryption Keystore
  • Support
  • Root

Changing the root user password on this screen is optional as it is already set during installation.

Password Requirements:

If your password contains Unicode character (such as non-English characters with accent marks), the password requirement is as follow: “between 8 and 30 characters long…etc”

  • Be between 8 and 30 characters long.

If you are using English-only, ASCII printable characters, Oracle Audit Vault and Database Firewall require that passwords:

  • Be between 8 and 30 characters long.
  • Contain at least one of each of the following:
  • Lowercase letters: A-Z
  • Uppercase letters: A-Z
  • Digits: 0-9

Punctuation marks: comma (,), period (.), plus sign (+), colon (:), an exclamation mark (!), and underscore (_)

oracle audit vault 25

Console output:

oracle audit vault 26

Share on:

More from this Author

OCI OEM Installation – (Using Market Place Image)

OCI OEM Installation – (Using Market Place Image)

  Introduction Monitoring plays a major part in mission-critical environments. Most businesses depend on IT infrastructure.  As the ... Read More

OCI Tablespace Creation Error ORA 28361 Master Key not yet set for CREATE TABLESPACE in OCI DBCS

OCI Tablespace Creation Error – ORA-28361: Master Key not yet set for CREATE TABLESPACE in OCI DBCS

Introduction We are living in a data era. Every organization invests in a colossal sum of money to secure its IT infrastructure environment. ... Read More

Back to Top