The installation program silent mode, sometimes referred to as an “unattended installation,” allows you to install the software with a response file to set default values, without any interaction required on your part.
Follow the same steps as you would for a standard console mode installation, but invoke the installation program wizard at the command prompt as follows:
On Microsoft Windows:
setupConsole.exe -silent -options MA.resp -W SybaseLicense.agreeToLicense=true
where MA.resp is the full path to the response file.
WARNING! When you run a silent installation, Sybase recommends that you use the setupConsole.exe executable, which runs in the foreground. The normal setup.exe executable runs in the background, giving you the false impression that the installation has terminated immediately, without a completion status. This may result in duplicate installation attempts.
On UNIX:
./setup -silent -options MA.resp -W SybaseLicense.agreeToLicense=true
where MA.resp is the full path to the response file.
The -W SybaseLicense.agreeToLicense=true command
option makes your agreement with the Sybase License Agreement the
default option in the silent mode installation.
If an error occurs during installation, see “Installation troubleshooting”.
To verify that the software components were installed correctly, see “Verifying the installation”.
After you complete the Mirror Replication Agent software installation, you must set up the SYBASE environment on the Mirror Replication Agent host machine. See “Setting up the SYBASE environment”.