Installing in silent mode

You can install Data Protection for SAP for Oracle for DB2® in silent mode using a response file. An installation that runs in silent mode suppresses the installation wizard. Instead, user data entry and status messages are displayed in the command line window.

Procedure

To run a silent or unattended installation complete the following steps.

  1. Create a response file during an installation in either graphic or console mode by using option -DRECORDFILE denoting the response file name:
    ./version-TIV-TSMERPDB2-platform.bin [-i console] -DRECORDFILE=properties file
    ./version-TIV-TSMERPORA-platform.bin [-i console] -DRECORDFILE=properties file
    Note: This command is for a UNIX™ system. For a Windows™ system, use the corresponding .exe file with the same options.

  2. ACS only: To copy the files directly to specific IBM® DB2 instances after you install in the main installation directory, set the following variable with a comma-separated list of existing IBM DB2 instances. If you do not want to copy the files, do not type in any DB2 instances.
    DB2_INSTANCES_SELECTED=db2inst1,db2inst2
  3. Start the executable file with the -i silent option (silent mode) and the -f option that denotes the file name of the response file:
    ./version-TIV-TSMERPDB2platform.bin -i silent -f properties file
          
    ./version-TIV-TSMERPORA-platform.bin -i silent -f properties file
          
    Note: This command is for a UNIX system. For a Windows system, use the corresponding .exe file with the same options.
    The properties file specification must contain a full path.

Example

Sample properties file:
USER_INSTALL_DIR=//opt//tivoli//tsm//tdp_r3//db264
NAMEPORTAA_ADRESSE=AAServer
NAMEPORTAA_PORT=5126
RMANYES=
MANNO=
TSMUTL_SERVERADRESSE=TSMServer
TSMUTL_NODE=R3NODE
TSMUTL_BACKUPMGM=MDB
TSMUTL_ARCHIVEMGM=MLOG1 MLOG2
TSMUTL_YES=1
TSMUTL_NO=0
TSMAPI_DSMI_DIR=
TSMAPI_DSMI_CONFIG=
TSMAPI_DSMI_LOG=
TSMAPI_YES=
TSMAPI_NO=
SAP_BR_TOOL=
SAP_CFG_FILE=
TSM_CFG_FILE=
DBGSCRIPTS2=//dev//null
SID=SID
DB2_INSTANCE_NAME=DB2_INSTANCE_NAME
USER_MAGIC_FOLDER_1=//db2//DB2ERE//tdp_r3
LOGGING_NONE=0
LOGGING_LOGARCHMETH1=0
LOGGING_LOGARCHMETH2=0
LOGGING_BOTH=1
LOGGING_NR=12
USER_INSTALL_DIR=/usr/tivoli/tsm/tdp_r3/ora64
SID=SID
SAP_CFG_FILE=/oracle/SID/dbs 
SAP_BR_TOOL=/usr/sap/SID/SYS/exe/run 
TSM_CFG_FILE= 
TSMUTL_YES=1 
TSMUTL_NO=0 
TSMUTL_SERVERADRESSE=TSMServer
TSMUTL_NODE=R3NODE
TSMUTL_BACKUPMGM=MDB 
TSMUTL_ARCHIVEMGM=MLOG1 MLOG2 
TSMAPI_YES= 
TSMAPI_NO= 
TSMAPI_DSMI_DIR= 
TSMAPI_DSMI_CONFIG= 
TSMAPI_DSMI_LOG= 
RMANYES=1 
RMANNO=0 
NAMEPORTAA_ADRESSE= 
NAMEPORTAA_PORT=5126 
 
Lines starting with '# are treated as comments.
Note: This example is a UNIX properties file. When you install IBM Storage Protect™ for ERP in silent mode for Windows, use the corresponding Windows properties file.