Using Domino® server silent install on Windows™ or UNIX™ systems
Use Domino® silent server installation to install servers without any intervention during the installation process.
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:
- Read the System Requirements Tech Note at the IBM® Support Site for operating system and network requirements.
- Temporarily disable screen savers and turn off virus-detection software. Make sure that all other applications are closed.
- Complete any pending reboot actions.
- If you are upgrading to Domino® from a previous release, see the upgrade information in the Notes® and Domini wiki.
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
About this task
Creating a response file by modifying a sample response file
About this task
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
- To modify a sample response file, do either of the following:
- Open the template file, modify the file as necessary, and then save the file to a new name.
- Save the file to a new file name, modify the file, and then save the file again.
- Run the silent install referencing the response file.
Using an optional response file to install the Domino® server silently
About this task
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
Installation activity |
Parameter |
Description and example |
---|---|---|
Running Domino® server silent install with default settings |
-silent |
Runs silent server install using the default options with no response file On Windows™: setup.exe - silent On UNIX™: ./install - silent |
Running Domino® server silent install with customized settings |
-silent |
Runs silent server install with customized options with a response file On Windows™: setup.exe -silent -options c:\temp\file.txt On UNIX™: ./install -silent -options /local/response.dat |