IBM Tivoli Storage FlashCopy Manager for UNIX and Linux, Version 4.1

Installing in silent mode

To install Tivoli® Storage FlashCopy® Manager in silent mode you require a response or properties file.

About this task

You can generate a properties file during installation in either graphic or console mode by starting the executable file as follows:
./4.1.0.0-TIV-TSFCM–platform.bin [-i console] 
-DRECORDFILE=/tmp/installer.properties

Procedure

  1. To install in silent mode, create the response or properties file, such as installer.properties, containing the following variables:
    1. The installation directory:
      USER_INSTALL_DIR=installation_directory
      where installation_directory has the value:
      • AIX®: /usr/tivoli/tsfcm/acs_4.1.0.0
      • Linux: /opt/tivoli/tsfcm/acs_4.1.0.0
      • Solaris: /opt/tivoli/tsfcm/acs_4.1.0.0
      • HP-UX: /opt/tivoli/tsfcm/acs_4.1.0.0
    2. To create a log file during installation, set the variable:
      INSTALL_LOG_DESTINATION=installation_directory/log_file_name
    3. Set the variable for the license file:
      LICENSE_ACCEPTED=TRUE
    4. To define the product database component that is installed, set the following variable:
      CHOSEN_INSTALL_SET=InstallSet
      
      where InstallSet is
      TSMFCMORA (Oracle component)
      TSMFCMSAP (SAP with Oracle component)
      TSMFCMDB2 (DB2 component)
      TSMFCMGEN (Custom application agent component)
    5. (Oracle and Oracle in an SAP environment) To set the home folder of the Oracle SID, use the following variable:
      ORACLE_HOME_FOLDER=/oracle/SID
    6. (DB2®): To copy the required files directly to desired DB2 instances after installing in the main installation directory, set the following variable with a comma-separated list of existing DB2 instances:
      DB2_INSTANCES_SELECTED=db2inst1,db2inst2
      If you do not want to copy the files, leave this variable blank:
      DB2_INSTANCES_SELECTED=
  2. Invoke the executable file with the -i silent option and the -f option to specify the properties file:
    ./version-TIV-TSFCM–OS-platform.bin -i silent -f properties_file
    The properties_file specification must contain a full path.

Results

Sample properties file (DB2)
# Properties file for Tivoli Storage FlashCopy® Manager Installations
# Created on: May 8, 2013 4:18:38 PM
# This file contains the information, the installer needs to perform 
# a successful installation in silent mode.
#
# Properties recorded: 

# Has the license been accepted
# -----------------------------
LICENSE_ACCEPTED=TRUE

# The chosen Install Set
# -----------------------------
CHOSEN_INSTALL_SET=TSMFCMDB2

# Installation Directory
# ----------------------
USER_INSTALL_DIR=/usr/tivoli/tsfcm/acs_4.1.0.0

# Selected IBM DB2 Instances
# --------------------------
# Specify a comma separated list of existing IBM DB2 instances,
# e.g. DB2_INSTANCES_SELECTED=db2inst1,db2inst2
# During the installation all files from install directory will be copied to
# the home directory of IBM DB2 instance(s) (<instance home>/sqllib/acs)
# If you do not want to copy the files, leave it blank.
DB2_INSTANCES_SELECTED=db2inst1,db2inst2

# Linux Distribution
# This can either be SLES10, SLES11, RHEL5 or RHEL6
LINUX_DISTRO=SLES11
Sample properties file (Oracle)
# Properties file for Tivoli Storage FlashCopy® Manager Installations
# Created on: May 6, 2013 10:45:09 AM
# This file contains the information, the installer needs to perform 
# a successful installation in silent mode.
#
# Properties recorded: 

# Has the license been accepted
# -----------------------------
LICENSE_ACCEPTED=TRUE

# The chosen Install Set
# -----------------------------
CHOSEN_INSTALL_SET=TSMFCMORA

# Installation Directory
# ----------------------
USER_INSTALL_DIR=/usr/tivoli/tsfcm/acs_4.1.0.0

# ORACLE_HOME Directory
# ---------------------
ORACLE_HOME_FOLDER=/oracle/SID

# Linux Distribution
# This can either be SLES10, SLES11, RHEL5 or RHEL6
LINUX_DISTRO=SLES11
Sample properties file for Oracle in an SAP environment
# Properties file for Tivoli Storage FlashCopy® Manager Installations
# Created on: May 11, 2013 1:02:55 PM
# This file contains the information, the installer needs to perform 
# a successful installation in silent mode.
#
# Properties recorded: 

# Has the license been accepted
# -----------------------------
LICENSE_ACCEPTED=TRUE

# The chosen Install Set
# -----------------------------
CHOSEN_INSTALL_SET=TSMFCMSAP

# Installation Directory
# ----------------------
USER_INSTALL_DIR=/usr/tivoli/tsfcm/acs_4.1.0.0

# ORACLE_HOME Directory
# ---------------------
ORACLE_HOME_FOLDER=/oracle/SID

# Selected IBM DB2 Instances
# --------------------------

# Linux Distribution
# This can either be SLES10, SLES11, RHEL5 or RHEL6
LINUX_DISTRO=SLES11
Sample properties file for IBM® Tivoli Storage FlashCopy Manager for Custom Applications
The following sample is the properties file for IBM Tivoli Storage FlashCopy Manager for Custom Applications on a Linux system.
LICENSE_ACCEPTED=TRUE
CHOSEN_INSTALL_SET=TSMFCMGEN
USER_INSTALL_DIR=/opt/tivoli/tsfcm/acs_4.1.0.0
#ORACLE_HOME_FOLDER=
#DB2_INSTANCES_SELECTED=
LINUX_DISTRO=SLES11, RHEL5 or RHEL6

Lines starting with the # character are treated as comments.



Feedback