Go to primary content
Oracle Agile Engineering Data Management Server Installation Guide on Windows and UNIX
Release e6.2.1.0
E69109-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

1 Introduction

This guide describes how to install the Agile e6.2.1.0 server on all supported operating systems - Windows and UNIX.

If the information varies between Windows and UNIX, a note is added to point out the differences.


Note:

The information in this document will always refer to Windows first, then to UNIX.

1.1 Installation Components

Possible installation components:

  • Oracle Database Server 12c Release 1 (12.1.0.2) 64-Bit

  • Oracle Database Client 12c Release 1 (12.1.0.2) 32-bit

  • Oracle WebLogic Server 12cR2 (12.2.1.2.0)

  • Agile e6 Server (always referred to as EDM Server)

The following table shows the different options to install the necessary components with the Agile e6 installer.


Note:

With the Agile e6 installer, every component has to be installed separately.


Note:

The installation scenarios in this document are assuming that Oracle WebLogic Server and EDM Server will be installed on the same machine.

In case of installing the Oracle WebLogic Server and the EDM Server on different machines, please refer to the chapter Component Based Installation.


The following table gives an overview of the installation components, their necessary requirements, and Windows / UNIX support.


Note:

Before installing Agile e6, make sure that you meet all installation prerequisites, including required operating system maintenance level fixes, and system patch levels, mentioned in the Prerequisites Guide for Agile e6.2.1.0

Installation Component Requirements for Windows and UNIX Agile e6 Installer Support


Windows UNIX
Oracle Database Server None

The Oracle Database Server can be installed independently

Yes No
Oracle Database Client After the Oracle Database Client is installed, the SQLnet has to be configured Yes No
Oracle WebLogic Server The installation source file (fmw_12.2.1.2.0_wls.jar) has to be available on the hard disk, before installing the Oracle WebLogic Server with the Agile e6 Installer.

After the Oracle WebLogic Server is installed, the Node Manager has to be configured.

Yes No
EDM Server The Oracle Database Server has to be installed and running

The Oracle Database Client 32-bit has to be installed locally.

The Oracle WebLogic Server has to be installed locally, with a running Node Manager.

Yes Yes
Agile e6 File Server None

The Agile e6 File Server can be installed independently.

Note: The Agile e6 File Server is usually installed on a different machine than the EDM Server.

Yes Yes


Note:

Do NOT install on an existing EDM Server on Windows that is in use.

1.2 Syntax in Entire Document


Description Example
Path Names The path name on a Windows operating system contains backslashes '\'. C:\Windows\system32

The path name on a UNIX operating system contains slashes '/'. /usr/bin
Environment Variables The environment variable on a Windows operating system has to be placed between two percent '%' characters. echo %ORACLE_HOME%

The environment variable on a UNIX operating system has to be placed after a dollar '$' character. echo $ORACLE_HOME

OR:

echo ${ORACLE_HOME}