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:
For AIX:
./setupaix.bin -silent -options RMP.response -W SybaseLicense.agreeToLicense=true
For Solaris Opteron:
./setupsolarisx86.bin -silent -options RMP.response -W SybaseLicense.agreeToLicense=true
For Solaris SPARC:
./setupsolarisSparc.bin -silent -options RMP.response -W SybaseLicense.agreeToLicense=true
For HP-Itanium:
./setuphpia64.bin -silent -options RMP.response -W SybaseLicense.agreeToLicense=true
For HP-UX:
./setuphp11x.bin -silent -options RMP.response -W SybaseLicense.agreeToLicense=true
For Linux:
./setuplinux.bin -silent -options RMP.response -W SybaseLicense.agreeToLicense=true
Where:
RMP.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.