4 Installing Oracle AIA
About Installing Oracle AIA
You can install Oracle AIA in two ways:
-
Active install: Install Oracle AIA by using the Oracle AIA Installer. See "Installing Oracle AIA by Using Interactive Install".
-
Silent install: Install Oracle AIA based on a response file generated by an active install. See "Installing Oracle AIA by Using Silent Install".
Installation Assumptions
The instructions in this chapter assume the following:
-
That you have installed and configured all prerequisite software. See "Oracle AIA System Requirements".
-
That you have gathered all required information. See "Information Requirements".
-
That you have performed all required pre-installation tasks. See "Oracle AIA Pre-Installation Tasks".
Installing Oracle AIA by Using Interactive Install
To install Oracle AIA:
-
Download the Oracle AIA software media pack from the Oracle software delivery website, located at:
-
Unzip the software media pack to a temporary directory and navigate to that directory.
$ unzip oc-cn-aia-comms-12.3.2.0.0.zip $ cd oc-cn-aia-comms $ unzip -j aiapip-12.3.2.0.0.zip comms_home_installer_generic.jar
-
Ensure that your JAVA_HOME environment variable is set to the location where you installed the Java Development Kit and added to the PATH variable.
-
Enter one of the following commands:
-
To run the Installer and save a response file for future silent installations:
java -jar comms_home_installer_generic.jar -record -destinationFile response_file
where response_file is the name of the response file, including the complete path to the directory where you want to store the response file.
Note:
The response file is saved only after you click Install or Cancel on the Installation Summary screen. If you cancel the installation earlier, none of the information entered is saved.
-
To run the Installer without saving a response file:
java -jar comms_home_installer_generic.jar
The Welcome screen of the Oracle AIA Installer appears.
-
-
Review the components that will be installed and click Next.
The Installation Inventory screen appears.
-
Click Next.
The Java Home Location screen appears.
-
In the Java Home field, enter or browse to the directory where the Oracle Java Development Kit (JDK) is installed and click Next.
The Installation Summary screen appears.
-
Review the installation summary.
-
(Optional) To change any of the information shown on the summary screen:
-
Select any screen from the navigation panel.
-
Edit the information.
-
Select the Installation Summary screen from the navigation panel.
-
-
Do one of the following:
-
To cancel the active installation, click Cancel.
The Installer closes.
-
To complete the active installation:
-
Click Install.
The Installation Progress screen appears.
-
Wait for the progress bar to reach 100% and click Next.
The Installation Complete screen appears.
-
Review the information.
-
Click Finish.
The Installer closes and the installation is complete.
-
Review the installation log file and resolve any errors that appear. The log file is located in the temp_folder/ OraInstallYYYY-MM-DD_HH-MM-SSAMPM directory.
-
Verify that the following directories were created in the installation home directory:
comms_home
custom
inventory
OPatch
oracle_common
oraInst.loc
oui
-
Prepare the SOA domain as described in "Preparing the SOA Domain".
-
Configure and deploy the pre-built integrations that you will use as described in "Configuring and Deploying Pre-Built Integrations".
-
If you used the -record option when running the Installer, the values you entered are saved in the response file whether you click Cancel or Install on the Installation Summary screen. See "Installing Oracle AIA by Using Silent Install" for information about using this response file for silent installation.
-
Installing Oracle AIA by Using Silent Install
You can perform a silent installation using a response file with values recorded by the Oracle AIA Installer.
To perform a silent installation:
-
Generate the response file by performing an interactive installation and using the -record option as described in "Installing Oracle AIA by Using Interactive Install".
-
In the command line, navigate to the directory where you unzipped the software media pack.
-
Enter the following command:
java -jar comms_home_installer_generic.jar -silent -responseFile response_file
A message showing installation progress appears. A success message is displayed when installation is complete.
-
Review the installation log file and resolve any errors that appear. The log is located in the Install_home/comms_home/logs directory.
-
Verify that the following directories were created in the installation home directory:
-
comms_home
-
custom
-
inventory
-
OPatch
-
oracle_common
-
oraInst.loc
-
oui
-
-
Prepare the SOA domain as described in "Preparing the SOA Domain".
-
Configure and deploy the pre-built integrations that you will use as described in "Configuring and Deploying Pre-Built Integrations".
Preparing the SOA Domain
After installing Oracle AIA, you must prepare the SOA domain by copying domain configuration files and updating the domain.
Copying Domain Configuration Files
To copy the domain configuration files:
-
On the system where you installed Oracle AIA, navigate to the following directory:
Comms_home/comms_home/src/SCEApp
-
Do one of the following:
-
On UNIX, in the command line, run the following command:
SCEApp.sh
When prompted, enter the path to the Oracle Fusion Middleware home directory.
The script copies the domain configuration files to the appropriate directories.
-
On Windows:
-
Copy the files in Table 4-1 from Comms_home/comms_home/src/SCEApp to the directories specified in the table.
Table 4-1 Domain Configuration Files and Their Destination Directories
File Destination Directory aiafp.zip
Oracle_home/soa
classes.zip
Oracle_home/soa/soa/modules/oracle.soa.ext_11.1.1
oracle.soa.fp_template.jar
Oracle_home/soa/common/templates/wls
In a clustered environment, copy the files from their directories on the administration server to the corresponding directories on each managed server.
-
Unzip aiafp.zip and classes.zip.
In a clustered environment, unzip the files on the administration server and each managed server.
-
-
Updating the Domain
To update the domain:
-
Update the domain as described in Oracle Fusion Middleware Creating WebLogic Domains Using the Configuration Wizard. On the Templates screen:
-
Select the Update Domain Using Custom Template option.
-
Browse to the following directory:
Oracle_home/soa/common/templates/wls
-
Select the oracle.soa.fp_template.jar custom template.
-
Click Next.
-
Complete the domain update as described in the Fusion Middleware documentation.
-
-
Verify that the domain was updated successfully:
-
Start all servers in the SOA domain.
-
Log in to Oracle Enterprise Manager Fusion Middleware Control.
-
From the Target Navigation tree, expand SOA, then the SOA infrastructure element, then the SOA partition element.
A list of composites deployed on the SOA partition appears.
-
Verify that the following composites appear:
-
AIAAsyncErrorHandlingBPELProcess
-
Reload Process
-
-