Run the AutoUpgrade Tool in Deploy Mode on the Destination Audit Vault Server
This step is expected to take about 35 minutes for an 840GB Audit Vault Server database. Plan for an additional 1.5 minutes per 100 GB over 1 TB.
-
Log in to the destination Audit Vault Server through SSH and switch to the
rootuser. -
Switch to the
oracleuser.su - oracle -
Run the following command to unset the PDB environment variable and ensure the following actions occur on the container database.
unset ORACLE_PDB_SID -
Run the following command to launch the autoupgrade tool:
$ORACLE_HOME/jdk/bin/java -jar /var/lib/oracle/dbfw/rdbms/admin/autoupgrade.jar -config /usr/local/dbfw/migrate_20x/avs20x.cfg -mode deployPress
Enterafter you see a job number fordeploy.Run the following command to view the status of the job at the frequency specified:
status -job <job_number> -a <time in seconds>Check the job summary report at:
/var/lib/oracle/cfgtoollogs/autoupgrade/cfgtoollogs/upgrade/auto/status/status.html. Move to the next steps when the status shows that the job has finished.
Related Topics