INSTALLING
About this task
The silent server installation suppresses the wizard and the user interface. There is no need to monitor the installation or to provide additional input through the typical installation dialog boxes.
Before running Domino's silent server install, do the following:
There are three methods of customizing silent server installs. Create or record the response file, which contains the installation configuration information, or modify the sample response file provided in the install kits.
Creating the response file for silent server installation
A typical (non-silent) install uses dialog boxes to receive input from you during installation. The silent (automated) server install does not prompt you for input. Instead, response files are used to provide the detail information for the install process.
Creating a response file by modifying a sample response file
Use this procedure to create a response file by modifying one of the response file templates that are provided in the install kit. Response files contain installation configuration information. The supplied sample response files are sample_response.txt or unix_response.dat.
Procedure
1. To modify a sample response file, do either of the following:
Using an optional response file to install the Domino server silently
To use a response file, specify the -options parameter and the exact path to the response file on the command line. Enter the command in the format shown in the example according to platform.
For Windows™ platforms
setup.exe -silent -options c:\temp\file.txt
For UNIX™ platforms
./install -silent -options /local/response.dat
Note: You can run silent server install with or without a response file. When you run silent server install with a response file, custom install options are applied during installation. When you run silent server install without a response file, only default install options are applied.
Table 1. Silent install activities, parameters, and descriptions
On Windows: setup.exe - silent
On UNIX: ./install - silent
On Windows: setup.exe -silent -options c:\temp\file.txt
On UNIX: ./install -silent -options /local/response.dat
Related concepts Domino server setup program
Related tasks Planning your Domino server deployment Installing Domino on Windows Installing Domino on UNIX Installing Domino server silently on Linux on System z