Executing a silent installation
To launch the installation program, you use the same command for all components. The options file controls which component is installed and its properties.
You launch the silent installation from the command line and are not prompted for input. On Red Hat Linux or Oracle Solaris operating systems, you can output debug logging to the console window by exporting LAX_DEBUG=true.
Before you begin
- You must have downloaded the installation files from the BMC EPD website.
- You must have created the necessary options files.
- Before executing a silent installation for an HA-CDP, LAP, or AP, you must first add the peer to the grid, as described in Adding-peers.
- The installation programs require at least twice as much space in /tmp as the size of the installation program (at least 512 MB). If the amount of available space is not sufficient, use the IATEMPDIR environment variable to set an alternate location for the installation files. For more information about this environment variable, see Configuring-an-alternate-tmp-directory.
Related topics
If a problem occurs
To execute a silent installation
Install the repository component before installing content. When you finish installing the repository component, you can begin installing content to a computer that has network access to the repository.
- Navigate to the directory that contains the installation program.
From the command line, execute one of the following commands to start the installation program in silent mode.
When you specify the options file name, specify the full path to the options file; do not specify a path that is relative to the installation program.Platform
Command
Server components
Linux
sh ./installCommand -i silent -DOPTIONS_FILE="fullPathToOptionsFile/optionsFile"
Solaris
sh ./installCommand -i silent -DOPTIONS_FILE="fullPathToOptionsFile/optionsFile"
Windows
pathToInstaller\installCommand -i silent -DOPTIONS_FILE="fullPathToOptionsFile/optionsFile"
Development Studio
Windows
pathToInstaller\installCommand -i silent -DOPTIONS_FILE="fullPathToOptionsFile/optionsFile"
Content
Linux
sh ./installCommand -i silent -DOPTIONS_FILE="fullPathToOptionsFile/optionsFile"
Solaris
sh ./installCommand -i silent -DOPTIONS_FILE="fullPathToOptionsFile/optionsFile"
Windows
pathToInstaller\installCommand -i silent -DOPTIONS_FILE="fullPathToOptionsFile/optionsFile"
Type the command carefully. If you type the command incorrectly, you might invoke an installation mode that is unsupported.
- As necessary for your environment, execute the installation program on other computers until you have installed all of the platform components.
Where to go from here
To confirm that the installation is finished, view the installation log files (Viewing-installation-log-files).
When you have finished installing the platform components, verify that the specified platform components were successfully installed (Verifying-the-installation).