5.1.3 Obtaining the Installation Software

This section provides steps for downloading the installation software.

All of the following steps should be performed on the <INSTALL_HOST>.

  1. Download the latest OAA installation Image <OAA_Image>.zip from My Oracle Support by referring to the document ID 2723908.1.
  2. Create a <WORKDIR>/oaaimages directory and copy across the <OAA_Image>.zip:
    mkdir -p /workdir/oaaimages
    cd /workdir/oaaimages
    cp <download_location>/<OAA_Image>.zip .
    unzip <OAA_Image>.zip
  3. Navigate to the <WORKDIR>/oaaimages/oaa-install directory and copy the install template file to installOAA.properties:
    cd /workdir/oaaimages/oaa-install
    cp installOAA.properties.template installOAA.properties
    The installOAA.properties file will be used later Preparing the Properties file for Installation.