Running a silent installation
You can run a silent installation command that does not require interaction.
Before you begin
Before you start a silent installation, complete the following tasks:
- Prepare your target systems for installation.
- Log in as the appropriate user to be the owner of the database server.
- Prepare a response file. You need different response files for UNIX-style operating systems and Windows operating systems.
About this task
- Accept the license. Include the LICENSE_ACCEPTED=TRUE property.
- Bypass operating system prerequisite checks. Use with caution. Include the PRQCHECK=FALSE property.
- Set the installation path. Include the USER_INSTALL_DIR=path property.
- Overwrite existing product installations. Use with caution. Include the OVERWRITE_PRODUCT=TRUE property.
- Create and start a database server during installation. Include the IDS_INSTANCE_CREATE=1 and IDS_INSTANCE_INIT=1 properties.
Procedure
To run a silent installation on each target computer:
Results
Log files are created during the installation process. You can use the log files to troubleshoot installation errors.
Example
The following silent installation command specifies the default response file in the media_dir directory, specifies an installation directory of opt/IBM/Informix with the -DUSER_INSTALL_DIR property, and accepts the license with the -DLICENSE_ACCEPTED=TRUE property:
onedb_install -i silent -f media_dir/bundle.properties
-DUSER_INSTALL_DIR=opt/IBM/Informix -DLICENSE_ACCEPTED=TRUE