INSTALLATION


Using silent server installation to install Domino on Windows or UNIX systems
Use IBM® Lotus® Domino's™ 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 on a Microsoft® Windows® or UNIX® system, do the following:

Customized silent server install on Microsoft 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.

For instructions on how to use the template file to create a response file, see the topic Creating a response file based on a template.

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. There are two methods of generating response files, the template and record methods.

A response file created using the template method contains the literal values that are used during the install process. It is generated prior to the execution of the installation and contains all of the default installation options and paths. You can manually customize this file by editing options. The benefit of using a template file is that you do not need to install a server in order to create the file.

A response file created using the record method is generated after the server install completes, at the time the wizard exits and stores the values of the applicable wizard properties in the file. The recorded response file is useful for saving a record of a specific wizard execution session which can later be reused in a silent or modified installation. When you install a server, your customizations are saved to the resulting response file, eliminating the need to edit the response file. This is the "safer" method because you do not create issues caused by typos or incorrect entries and values.

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.

Creating a new response file template

Use this procedure to create a new response file.

It takes several minutes for the response file to be created. When the SETUP.EXE or ./install file and the JAVA.EXE file have finished running, the new response file is ready for use. To determine whether SETUP.EXE or ./install and JAVA.EXE have finished running, check the Task Manager on Microsoft® Windows®, or the UNIX® system processes.

1. Do one of these:


2. Modify the resulting response file with your specific install options.

3. Run the silent install referencing the response file.

Creating a new response file template

Use this procedure to record a new response file. It takes several minutes for the response file to be created as you must complete the server installation on the system.

1. Do one of these:


2. Run through the installation dialogs making the selections you want specified in you response file. Your response file will be complete at the end of the installation.

3. Run the silent install (on other systems) 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

Creating a Response File:On Windows: setup -options-template c:\temp\file.txt

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

Recording a response fileOn Windows: setup -options-record c:\temp\file.txt

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

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

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

See also