We can update the Oracle Audit Vault using the same configuration and we require to follow the below commands.
firstly you need to download the Oracle Audit Vault patches.
--
first need to update the new network environment using below commands.
vi /usr/local/dbfw/etc/dbfw.conf
- change GATEWAY to 192.168.128.255 and host ip to 192.168.128.50
- remove syslog ip from both records.
SYSLOGDEST="192.168.10.1"
SYSLOGDEST="192.168.10.1:4444"
/usr/local/dbfw/bin/priv/configure-networking
you can check the current status of the below command.
[oracle@auditvault-testvm ~]$ rpm -qa | grep -i avs
[root@auditvault-testvm bin]# rpm -qa | grep -i avs
avs-database-2-19.27.0.0.0-0.x86_64
avs-database-19.27.0.0.0-0.x86_64
avs-bootstrap-20.17.0.0.0-0_260303.0015.noarch
bootstrap-avs-dependencies-20.17.0.0.0-0_260303.0015.noarch
avs-dbsat-20.14.0.0.0-0_250520.0400.x86_64
bootstrap-avs-application-20.14.0.0.0-0_250520.0400.noarch
avs-apex-20.14.0.0.0-0_250520.0400.x86_64
avs-20.14.0.0.0-0_250520.0400.x86_64
Check status screen from using below command.
/opt/avdf/install/bin/bootstrap-post-reboot.rb --upgrade --screen_session
copy the zip files to /var/dbfw/upgrade/patch location
unzip using below command
unzip p399193301
rpm -i avdf-pre-upgrade-20-10910
if this previous query didnt run properly you require to remove the rpm and reinstall. here is how to proceed.
to find the installed version:
rpm -q avdf-pre-upgrade
to remove the installed version:
rpm -e avdf-pre-upgrade-20-10910
once this is installed: it will give you errors if space is concerned. you need to add storage to /root location if required.
clear below locations as well
/tmp/
/var/log/audit/
once the pre-upgrade is passed you require to copy the .iso to /var/dbfw/upgrade location ( around 18GB )
/usr/bin/avdf-upgrade
once the below step is you require to reboot.
which will complete the rest of the upgrade.
Online references:
AVDF Update notes
https://docs.oracle.com/en/database/oracle/audit-vault-database-firewall/20/sigig/patch.html#GUID-1C679858-AFA3-49DB-84D4-946C84BE756B
BACKUP
https://docs.oracle.com/en/database/oracle/audit-vault-database-firewall/20/sigad/manage_server.html#GUID-9DED73B1-0FFF-4325-B756-0CC345B2CB8D
REFERENCE
https://docs.oracle.com/en/database/oracle/audit-vault-database-firewall/20/
Comments
Post a Comment