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>.zipfrom My Oracle Support by referring to the document ID 2723908.1. - Create a 
<WORKDIR>/oaaimagesdirectory 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-installdirectory and copy the install template file toinstallOAA.properties:
Thecd /workdir/oaaimages/oaa-install cp installOAA.properties.template installOAA.propertiesinstallOAA.propertiesfile will be used later Preparing the Properties file for Installation.