Silent mode installation

You can also install Service Management Unite Automation in silent mode if you have the silent input properties.

Before you begin

The silent installation is run by using a previously created silent input properties file. You can generate the install.properties input file in two ways:
  • Run a wizard-based graphical installation using setup.bin with the -Dpreparesilent=true option. When the installation procedure completes, the install.properties file is created in the <EEZ_INSTALL_ROOT>/install subdirectory of the product installation path. When an update installation is performed, the file is read to obtain the parameters and values needed for the update process. If this file is not found, the update installation fails.

    If you want to perform a silent installation of Service Management Unite Automation on more than one system, you can take the install.properties file which was generated during a graphical installation, and use it on other systems of the same type. You might need to replace system-specific parameters in the file to customize it for the target system.

  • You can prepare an install.properties file without performing a complete installation on the target system. The first part of the installation procedure gathers all the necessary parameters needed to generate the install.properties file. You do this by starting the graphical installer on the target system with the options -Dpreparesilent=true and -Dpropertiesfileonly=true. With these options, the installation procedure stops before the product files are copied to the product directory. The install.properties file is created and stored in directory /tmp.

    If you want the file to be created in a specific path, you can optionally specify -Dpropertiesfilepath=<fully_qualified_path>. If the specified path is incorrect, the file is saved in the default temporary directory on the system.

For example, if you want the file to be saved to /var/mydir, use the following command:

setup.bin -Dpreparesilent=true -Dpropertiesfileonly=true -Dpropertiesfilepath=/var/mydir

Note: The option -Dpropertiesfilepath=<fully_qualified_path> can be used only if -Dpreparesilent=true and -Dpropertiesfileonly=true are also specified. You can use the install.properties file for a silent installation only if the -Dpreparesilent=true option is specified.

Procedure

  1. Copy the input properties file install.properties to the system on which you want to perform the silent installation.
  2. Edit the install.properties file and make sure that it contains all your system-specific parameters, such as host names, directories, and so on. Password parameters in the install.properties file do not contain any values. You must add the passwords manually to the file, or else the installation fails.
  3. To start the installation, enter the following command depending on the platform you use:
    setup.bin -f <fully_qualified_properties_file_name>
    If the input file install.properties is found, silent installation starts. If the file is not found, the wizard-driven installation starts.