Installation Guide

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Installing BEA SALT Using Silent Installation

This section contains the following topics:

 


Preparing for Silent Mode Installation

Before you install BEA SALT, complete the following tasks.

 


Creating a Silent Mode Installation Template File

To create a template file for use in the silent installation process, you must use the following keywords:

Table 4-1 Template File Keywords 
For This Keyword . . .
Enter the Following Value . . .
INSTALLER_UI=
(UNIX and Windows)
The mode of installation. The default is silent; do not modify this value.
BEAHOME=
(UNIX and Windows)
The full pathname of the BEA Home directory of your choice.
USER_LIC_FILE=
(UNIX and Windows)
The full pathname of the BEA SALT 1.1 license file on your computer.
OVERWRITE=yes
(UNIX and Windows)
If you are using silent mode installation over an existing version of BEA SALT, you must add this line to your template file.
This is a case-sensitive keyword; the value must be lowercase. Any value other than "yes" will not overwrite the existing BEA SALT version and cancels the installation.

Sample Windows Template

INSTALLER_UI=silent
### BEA Home Directory ###
### NOTE: backslashes must be escaped. ###
BEAHOME=C:\\bea
### User License File ###
USER_LIC_FILE=d:\\r90\\BJ\\bld\\udataobj\\lic.txt
### Overwite Option###
OVERWRITE=yes

Sample UNIX Template

INSTALLER_UI=silent
### BEA Home Directory ###
### NOTE: backslashes must be escaped. ###
BEAHOME=/home/user/bea
### User License File ###
USER_LIC_FILE=/home/user/lic.txt
### Overwite Option###
OVERWRITE=yes

 


Installing BEA SALT on Windows

To invoke the silent installation procedure on a Windows system, execute the following steps:

An initial window appears indicating that the installer is running. The amount of time to install in silent mode is approximately the same as interactive mode.

 


Installing BEA SALT on UNIX

To invoke the silent mode installation procedure on a UNIX system, execute the following steps:

 


Verifying Silent Mode Installation

You can verify successful silent mode installation by checking the TUXDIR directory to see if all the SALT binaries are listed.

If silent mode installation failed, check the following log files:

Windows:

%USERPROFILE%\Salt_silent_install.log

UNIX:

$HOME/Salt_silent_install.log

 


See Also


  Back to Top       Previous  Next