Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Before You Install
  4. Data Archive Installation
  5. Data Vault Installation
  6. Application Accelerator Installation
  7. Application Retirement for Healthcare Accelerator Installation
  8. MongoDB Accelerator Installation
  9. Salesforce Accelerator Installation
  10. After You Install
  11. Data Archive Upgrade
  12. Data Vault Upgrade
  13. Upgrading Oracle History Data
  14. Upgrading PeopleSoft History Data
  15. ILM Data Validation Option Setup
  16. Data Archive Source and Target Database Requirements
  17. Data Archive Connectivity
  18. Data Archive Uninstallation
  19. SAP Application Retirement
  20. Database Users and Privileges
  21. Data Visualization Designer Installation
  22. Data Archive Installation Requirements Checklist and Architecture Options

Installation and Upgrade Guide

Installation and Upgrade Guide

Silent Mode Installation Properties

Silent Mode Installation Properties

The
SilentInstall.properties
file contains parameters for silent mode installation. Update the properties to specify the options for your installation or upgrade.

New Installation Properties

If you upgrade Data Archive, the installation program ignores the new installation properties.
The following properties apply to new installations:
INSTALLATION_TYPE
Installation type, either PRODUCT, PATCH, or ACCELERATORS. For normal installations, set
INSTALLATION_TYPE=PRODUCT
.
NEW_INSTALL, UPGRADE
Installation mode. You can install or upgrade Data Archive.
To install Data Archive, set
NEW_INSTALL=1
and
UPGRADE=0
. To upgrade Data Archive, set
NEW_INSTALL=0
and
UPGRADE=1
.
PA_LICENSE_FILE
License key file and location. Enter the path and the file name of the license key file.
For Data Vault Service for External Applications installation, specify an empty directory that is different from the Data Archive installation directory.
DATA_VISUALIZATION
Data visualization properties.
Select one of the following options:
  • To skip installation of the Data Visualization component, set
    DATA_VISUALIZATION=0
    and
    DATA_VISUALIZATION_UPGRADE=0
    .
  • To install the Data Visualization component, set
    DATA_VISUALIZATION=1
    and
    DATA_VISUALIZATION_UPGRADE=0
    .
INSTALL_ARCHIVE
To install Data Archive, set
INSTALL_ARCHIVE=true
. If you set this property to false, the installation program does not install any ILM product.
ILM_PRODUCT_SELECTED, FASA
Controls whether to install the ILM Engine and repository or the Data Vault Service for External Attachments.
To install the ILM Engine and repository, set
ILM_PRODUCT_SELECTED=1
and comment the FASA property. To install the Data Vault Service for External Attachments (FASA), set
FASA=1
and comment the ILM_PRODUCT_SELECTED property.
USER_INSTALL_DIR
Installation directory. Enter the absolute path for the installation directory.
SCHEMA_ALREADY_EXISTS
Controls whether to create or reuse an ILM repository.
If this is the first time that you are installing an ILM product for the release, and you did not create the schema before installation, set
SCHEMA_ALREADY_EXISTS=0
. If you created the schema but did not create tablespaces and filegroups before installation, set
SCHEMA_ALREADY_EXISTS=1
.
For installation on IBM DB2, you must create the ILM repository schema and tablespaces before you install.
DB_VERSION, PC_REPO_DBTYPE
Database version and type for the database where you want to create or access the ILM repository. You can create the repository in specific versions of IBM DB2, Microsoft SQL Server, or Oracle.
Set these properties as follows:
Database
DB_VERSION Value
PC_REPO_DBTYPE Value
IBM DB2
DB_VERSION=UDB
PC_REPO_DBTYPE=DB2_Adapter
Microsoft SQL Server 2000
DB_VERSION=2000
PC_REPO_DBTYPE=SqlServer
Microsoft SQL Server 2005
DB_VERSION=2005
PC_REPO_DBTYPE=SqlServer
Microsoft SQL Server 2008
DB_VERSION=2008
PC_REPO_DBTYPE=SqlServer
Microsoft SQL Server 2012
DB_VERSION=2012
PC_REPO_DBTYPE=SqlServer
Oracle 8i
DB_VERSION=8i
PC_REPO_DBTYPE=ORACLE
Oracle 9i
DB_VERSION=9i
PC_REPO_DBTYPE=ORACLE
Oracle 10g
DB_VERSION=10g
PC_REPO_DBTYPE=ORACLE
Oracle 11g
DB_VERSION=11g
PC_REPO_DBTYPE=ORACLE
Oracle 12c
DB_VERSION=12c
PC_REPO_DBTYPE=ORACLE
ADMIN_UID, ADMIN_PWD
User name and password for the database user that has privileges to create and access the ILM repository users and the schema. The database user can be the system or any other user with administrator privileges.
If this is a new installation and the repository does not exist in the database, enter the database user name and the password. Otherwise, comment these properties.
AM_HOST, AM_PORT
Host name and port number of the machine that hosts the ILM repository database.
AM_SID
Database service name of the database that hosts the ILM repository.
JDBC connections use the Oracle service name to connect to the database. The Oracle service name might not be the same as the Oracle SID.
Use the following SQL statement to determine the database service name:
select name, value from v$parameter where name = 'service_names';
AM_UID, AM_PWD
ILM repository user name and password.
If you install Data Visualization, the ILM repository user name and password cannot contain the following special characters: @ :
SSL_ENABLED
Confirms whether the AMHOME database is SSL enabled. To confirm whether AMHOME is SSL enabled, enter SSL_ENABLED=true or SSL_ENABLED=false, respectively.
CREATE_TABLESPACES
Controls whether to create tablespaces or filegroups for the ILM repository.
If the repository exists in the database, set
CREATE_TABLESPACES=0
or comment this property. To use existing tablespaces, set
CREATE_TABLESPACES=0
or comment this property. If the repository does not exist, set
CREATE_TABLESPACES=1
to create tablespace in the database.
For installation on IBM DB2, set
CREATE_TABLESPACES=0
. You must create the ILM repository schema and tablespaces before you install.
AM_D_TSPACE
Name of the tablespace or filegroup in which to create the ILM repository tables, for example, AM_DATA.
If the repository exists in the database, enter the existing tablespace name. If the repository does not exist and you do not create tablespaces, enter the existing tablespace name. If the repository does not exist and you create tablespaces, verify that the tablespace name does not exist in the database.
If you do not specify a value for this property, the installation program creates the repository tables in the default tablespace or filegroup.
AM_I_TSPACE
Name of the index tablespace or filegroup, for example, AM_INDEX.
If the repository exists in the database, enter the existing tablespace name. If the repository does not exist and you do not create tablespaces, enter the existing tablespace name. If the repository does not exist and you create tablespaces, verify that the tablespace name does not exist in the database.
AM_DATA_FILE_LOC
File name and path for the tablespace or filegroup data file. For example,
C:\oracle\oradata\orcl11\AM_DATA
.
If the repository does not exist in the database and you create tablespaces, enter a value for this property. Otherwise, comment this property.
AM_DATA_FILE_SIZE
Size of the data tablespace or filegroup. Minimum recommended size is 3000 MB.
If the repository does not exist in the database and you create tablespaces, enter a value for this property. Otherwise, comment this property.
AM_IDX_FILE_SIZE
Size of the index tablespace or filegroup. Minimum recommended size is 3000 MB.
If the repository does not exist in the database and you create tablespaces, enter a value for this property. Otherwise, comment this property.
AM_IDX_FILE_LOC
File name and path for the tablespace .dbf file. For example,
C:\oracle\oradata\orcl11\AM_INDEX
.
If the repository does not exist in the database and you create tablespaces, enter a value for this property. Otherwise, comment this property.

Upgrade Properties

The following properties apply to Data Archive upgrades:
INSTALLATION_TYPE
Installation type, either PRODUCT, PATCH, or ACCELERATORS. For normal installations, set
INSTALLATION_TYPE=PRODUCT
.
NEW_INSTALL, UPGRADE
Installation mode. You can install or upgrade Data Archive.
To install Data Archive, set
NEW_INSTALL=1
and
UPGRADE=0
. To upgrade Data Archive, set
NEW_INSTALL=0
and
UPGRADE=1
.
PA_LICENSE_FILE
License key file and location. Enter the path and the file name of the license key file.
For Data Vault Service for External Applications installation, specify an empty directory that is different from the Data Archive installation directory.
USER_INSTALL_DIR
Installation directory. Enter the absolute path for the installation directory. For new installations, comment this property.

0 COMMENTS

We’d like to hear from you!