Install Upgrade Software on Source (20.x) Audit Vault Server (AVDF)

  1. Copy the migration file in the tmp directory of the source Audit Vault Server by running the following command:

    scp <location of file>/avs-source-migrate-2.26.0.0.0.rpm <username>@<source-ip>:/tmp/avs-source-migrate-2.26.0.0.0.rpm
  2. Log in to the source Audit Vault Server through SSH and switch to the root user.

  3. Install the DBSecCentral source migration file onto the source AVS by running the following command:

    dnf install /tmp/avs-source-migrate-2.26.0.0.0.rpm
  4. Get the latest version of the Autoupgrade tool from My Oracle Support, ID 2485457.1.

  5. Copy autoupgrade.jar to $ORACLE_HOME/rdbms/admin/ on the source AVS with the permission as -rw-r-----. 1 oracle oinstall autoupgrade.jar.

    1. Copy autoupgrade.jar in the tmp directory of the source Audit Vault Server from your host machine by running the following command:

      scp autoupgrade.jar support@<AVS_IPADDRESS>:/tmp/
    2. Log in to the source Audit Vault Server through SSH as the support user.

      ssh support@<audit_vault_server_ip_address>

      Switch to the root user.

      su - root

      Switch to the oracle user.

      su - oracle
    3. Copy the autoupgrade.jar file to $ORACLE_HOME/rdbms/admin/ by running the following command:

      cp /tmp/autoupgrade.jar $ORACLE_HOME/rdbms/admin/
    4. Set the file permissions by running the following command:

      /bin/install -m 0640 -o oracle -g oinstall /tmp/autoupgrade.jar $ORACLE_HOME/rdbms/admin/
    5. Verify the permissions by running the following command:

      ls -lrth autoupgrade.jar

      Sample Output:

      -rw-r-----. 1 oracle oinstall 6.3M Jul 13 07:00 autoupgrade.jar