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>.
- Download the latest OAA installation Image
<OAA_Image>.zip
from My Oracle Support by referring to the document ID 2723908.1. - 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
- Navigate to the
<WORKDIR>/oaaimages/oaa-install
directory and copy the install template file toinstallOAA.properties
:
Thecd /workdir/oaaimages/oaa-install cp installOAA.properties.template installOAA.properties
installOAA.properties
file will be used later Preparing the Properties file for Installation.