Installing in Silent Mode

Unattended or silent installations are typically used to update multiple systems across the enterprise.

Prerequisites

Create an installation response file.

A silent or unattended installation requires no user interaction, and all installation configuration information is taken from the response file. This is useful when you want multiple identical installations, or to fully automate installation.

Task
To install in silent mode, run:
  • On IBM AIX (64-bit):
    /ibmaix64/RMP_Suite/setupaix.bin -f responseFileName 
    -i silent -DAGREE_TO_SYBASE_LICENSE=true
  • On HP-UX (64-bit):
    /hpia64/RMP_Suite/setuphpia64.bin -f responseFileName 
    -i silent -DAGREE_TO_SYBASE_LICENSE=true
  • On Linux on POWER (64-bit):
    /ibmplinux64/RMP_Suite/setuplinuxppc64.bin -f 
    responseFileName -i silent -DAGREE_TO_SYBASE_LICENSE=true
  • On Linux x86-64 (64-bit):
    /linuxamd64/RMP_Suite/setuplinux64.bin -f responseFileName 
    -i silent -DAGREE_TO_SYBASE_LICENSE=true
  • On Sun Solaris 10 SPARC (64-bit):
    /sunsparc64/RMP_Suite/setupsolarisSparc.bin -f 
    responseFileName -i silent -DAGREE_TO_SYBASE_LICENSE=true
  • On Sun Solaris 10 x64 (64-bit):
    /sunx64/RMP_Suite/setupsolarisx86.bin -f responseFileName 
    -i silent -DAGREE_TO_SYBASE_LICENSE=true
where:
  • responseFileName is the absolute path of the file name containing the installation options you chose.
  • The -D option specifies that you agree with the Sybase License Agreement text.
Note: You must agree to the Sybase License Agreement when installing in silent mode. You can either:
  • Include the option -DAGREE_TO_SYBASE_LICENSE=true in the command line argument, or,
  • Edit the response file to include the property AGREE_TO_SYBASE_LICENSE=true.

Except for the absence of the GUI screens, all actions of the installer are the same, and the result of an installation in silent mode is exactly the same as one performed in GUI mode with the same responses.

Related tasks
Creating a Response File
Related reference
Command Line Options