DOMINO SERVER INSTALLATION


Using silent server installation to install Domino on Windows or UNIX systems
Use IBM® Lotus® Domino® silent server installation to install servers without any intervention during the installation process. 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:

Customized silent server install on Windows and UNIX systems

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 sample response files, sample_response.txt or unix_response.dat., are located on the CD with the other installation files.

1. To modify the sample response file, do one of these:

2. Run the silent install referencing the response file.

Using a response file

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 Microsoft® Windows® platforms


For UNIX® platforms
For additional examples for Windows and UNIX platforms, see the table.
Installation activityExample
Running silent install with default selections and optionsOn Windows: setup.exe - silent

On UNIX: ./install - silent

Running silent install using response filesOn Windows: setup.exe -silent -options c:\temp\file.txt

On UNIX: ./install -silent -options /local/response.dat

Related topics