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.

  1. Log in to the destination Audit Vault Server through SSH and switch to the root user.

  2. Switch to the oracle user.

    su - oracle
  3. Run the following command to unset the PDB environment variable and ensure the following actions occur on the container database.

    unset ORACLE_PDB_SID
  4. 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 deploy

    Press Enter after you see a job number for deploy.

    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