A silent mode installation, sometimes referred to as an unattended installation, allows you to install the product using a response file to set default values, without any interaction required on your part. Installing in silent mode is useful when you want multiple identical installations or when you want to automate the installation process.
Follow the same steps as you would for a console installation, but at the command line, enter:
HP-UX, HPIA 64, and Solaris:
./setup -silent -options REP.response -W\ SybaseLicense.agreeToLicense=true
IBM AIX and Linux:
./setup -silent -options REP.response -is:javahome\ JVM -W SybaseLicense.agreeToLicense=true
Where:
REP.response – is the name of the file containing the installation options you chose.
-W SybaseLicense.agreeToLicense=true – specifies that you agree with the Sybase License Agreement text.