Installing the Server with a Silent Installer - spectrum_platform - 23 - 23.1

Spectrum Installation Guide for Linux

Product type
Software
Portfolio
Integrate
Locate
Verify
Product family
Spectrum
Product
Spectrum > Spectrum Platform
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Installation Guide for Linux
Topic type
Overview
Installation
Configuration
How Do I
First publish date
2007
ft:lastEdition
2023-11-17
ft:lastPublication
2023-11-17T17:30:19.950257
The silent install process for the server allows you to preconfigure the server installation process so that it runs without user intervention

To configure a silent install, you specify settings for installer options,such as the installation location and which modules to install, in a properties file, which the installer refers to instead prompting the user.

  1. In the Spectrum Technology Platform installer, go to the folder SilentInstaller.
  2. Open the file installer.properties in a text editor.
  3. Edit installer.properties as necessary to specify the installation settings you want to use. See the comments in installer.properties for additional information.
  4. To run the installer in silent mode, place installer.properties in the same directory as install.sh. When the installer runs it will detect installer.properties and automatically run in silent mode.

    Alternatively, you can place installer.properties in different directory and give the absolute path to the property in the command prompt using the -f argument, as follows:

    install.sh -f PathOfPropertyFile/installer.properties