SSM Installation and Configuration Guide

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

Silent Mode Installations

This section describes how to install SSMs using silent mode installation.

 


Silent Mode Overview

In silent mode, the SSM installer reads inputs from an XML file rather than prompt you to enter these values one at a time. Silent-mode installs displays no GUI windows and completes without user intervention.

To perform a silent-mode install, you first set up the XML template file and then run the installer with an option that tells it to read that file.

 


XML File

When an SSM is installed in regular (non-silent) mode, a silent-mode XML file is created. This file can be modified and used for subsequent silent mode installs. The created file is BEA_HOME/ales30-ssm/<ssmtype>/adm/silent_install_ssm.xml. Use the information in Table 10-2 to modify the file for your purposes.

Table 10-1
Data Element Name
Description
Default or Sample Value
BEAHOME
BEA_HOME directory in which to install the Administration Server
C:\bea
USER_INSTALL_DIR
Directory within BEA_HOME directory in which to install the SSM
C:\bea\ales30-wls-ssm
SCM_INSTALL_DIR
Directory within BEA_HOME directory in which to install the Service Control Manager.
Note: Do not enter if not using an SCM.
C:\bea\ales30-scm
COMPONENT_PATHS
Specifies the SSMs to install, separated by the pipe ( | ) character. Possible component selections are:
  • ALES SSM COMBO/ALES SSM for Java
  • ALES SSM COMBO/ALES SSM for Web Service
  • ALES SSM COMBO/ALES SSM for IIS
  • ALES SSM COMBO/ALES SSM for Apache
  • ALES SSM COMBO/ALES SSM for WLS8.1
  • ALES SSM COMBO/ALES SSM for WLS
  • ALES SSM COMBO/ALES SSM for Oracle
  • ALES SSM COMBO/ALES SSM for WebSphere
 
SCM_JAVA_HOME
Java home for SCM.
d:\bea\jrockit150_06
WLS8_SSM_JAVA_HOME
Java home for the WLS 8.1 SSM.
d:\bea\jrockit150_06
WLS9_SSM_JAVA_HOME
Java home for the WLS SSM.
d:\bea\jrockit150_06
JAVA_SSM_JAVA_HOME
Java home for the Java SSM.
d:\bea\jrockit150_06
IIS_SSM_JAVA_HOME
Java home for the Web Server SSM on Microsoft IIS.
d:\bea\jrockit150_06
APACHE_SSM_JAVA_HOME
Java home for the Web Server SSM on Apache.
d:\bea\jrockit150_06
WEBSPHERE_SSM_JAVA_HOME
Java home for the Websphere SSM.
d:\bea\jrockit150_06
ORACLE_SSM_JAVA_HOME
Java home for the Oracle SSM.
d:\bea\jrockit150_06
WEBSERVICE_SSM_JAVA_HOME
Java home for the Web Service SSM.
d:\bea\jrockit150_06
SCM_INTERFACE_LIST
A comma-separated list of IP addresses of the network interfaces to which to bind the Service Control Manager.
169.254.25.129
ENTERPRISE_DOMAIN_
NAME
Should always be asi.
asi
SCM_NAME
The name to assign the Service Control Manager.
Note: Do not enter if not using an SCM.
testscm
SCM_PORT
Port used by the SCM to receive configuration and policy data from the Administration Server; may not be used by any other server.
Note: Do not enter if not using an SCM.
7005
SCM_PRIMARY_ADMIN_
URL
The address used by the Administration Server.
https://lancer:7010/
SCM_BACKUP_ADMIN_URL
The address used by a secondary (backup) Administration Server, if you have one. Optional.
https://dancer:7010/
Silent-Mode XML File Entries

 


Launch the Installer in Silent-Mode

Table 10-2 Silent Installation Configuration

To run the SSM installation in silent mode, use one of the following commands:


  Back to Top       Previous  Next