Install Upgrade Software on Source (20.x) Audit Vault Server (AVDF)
-
Copy the migration file in the
tmpdirectory 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 -
Log in to the source Audit Vault Server through SSH and switch to the
rootuser. -
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 -
Get the latest version of the Autoupgrade tool from My Oracle Support, ID 2485457.1.
-
Copy
autoupgrade.jarto$ORACLE_HOME/rdbms/admin/on the source AVS with the permission as-rw-r-----. 1 oracle oinstall autoupgrade.jar.-
Copy
autoupgrade.jarin thetmpdirectory of the source Audit Vault Server from your host machine by running the following command:scp autoupgrade.jar support@<AVS_IPADDRESS>:/tmp/ -
Log in to the source Audit Vault Server through SSH as the
supportuser.ssh support@<audit_vault_server_ip_address>Switch to the
rootuser.su - rootSwitch to the
oracleuser.su - oracle -
Copy the
autoupgrade.jarfile to$ORACLE_HOME/rdbms/admin/by running the following command:cp /tmp/autoupgrade.jar $ORACLE_HOME/rdbms/admin/ -
Set the file permissions by running the following command:
/bin/install -m 0640 -o oracle -g oinstall /tmp/autoupgrade.jar $ORACLE_HOME/rdbms/admin/ -
Verify the permissions by running the following command:
ls -lrth autoupgrade.jarSample Output:
-rw-r-----. 1 oracle oinstall 6.3M Jul 13 07:00 autoupgrade.jar
-