Installing BMC Atrium Core in silent mode


When installing BMC Atrium Core in a server group environment using the silent mode, install BMC Atrium CMDB first on the primary server and then on the secondary server.

Before you begin

An example AtriumCore-ini-template.txt file contains all of the options that you can use for silent installation. You can find the AtriumCore-ini-template.txt file in the <AtriumInstallerDirectory>\Disk1\utility folder.

To run the installer in silent mode

  1. Using the worksheets in Completing-the-installation-spreadsheet as a guide, edit the options in the AtriumCore-ini-template.txt file, ensuring that you include the appropriate -P-J, or -A option:

    The [confluence_table-plus] macro is a standalone macro and it cannot be used inline.
    As you edit the AtriumCore-ini-template.txt file, apply the following guidelines:

    • Remove the comment (#) markers.
    • To use an encrypted password, use the -J passwordOption= option.
    • In UNIX environments, ensure that no Ctrl+M characters appear in the AtriumCore-ini-template.txt file.
    • Enter Yes for the BMC_EULA_ACCEPT parameter:
      ## BMC EULA Accept
      -J BMC_EULA_ACCEPT=Yes
    • For a fresh installation, you must specify:
      -J USER_SELECTED_INSTALL_MODE=<FRESH>
    • For an upgrade, you must specify:
      -J USER_SELECTED_INSTALL_MODE=<UPGRADE>
    • To install BMC Atrium CMDB in a server group environment, you must create separate AtriumCore-ini-template.txt files on the primary server and then on the secondary server.
    • To use an encrypted password, use the -J BMC_AR_PASSWORD option. To encrypt your password, see Encrypting-passwords-using-the-BMC-Atrium-Core-Maintenance-Tool.
  2. Save the AtriumCore-ini-template.txt file.
  3. Run the installer with the -i silent option:

      • (Windows)setup.exe -i silent -DOPTIONS_FILE=pathToFile\Options.txt
      • (UNIX)setup.bin -i silent -DOPTIONS_FILE=pathToFile/Options.txt

Example options.txt file for BMC Atrium Core

The following example shows an options.txt file that is used to run the installer in silent mode:

################################################################################
# Options File
#
# Product Name: BMC Atrium Core
# Product Version: 9.1.04
#
# To invoke the installer in silent mode with an options file:
#   setup -i silent -DOPTIONS_FILE=Options.txt
################################################################################

################################################################################
# Available Features
#
# These are the features that correspond to the feature selection tree.
# To have the same behavior as checking a given feature in the visual
# selection tree, add a line to the options file
#    -A featureName
# for each feature where "featureName" is the name of the feature to select.
#
# --featureAtriumFoundation
#  |--featureCMDB
#  |--featureWSC_ServiceRegistry
#  |--featureAtrium_Webservices
#
#
################################################################################


################################################################################
# Product Install Location
#
# The install location of the product. Specify a valid directory into which the
# product should be installed.
#
# Default value if not set:
#   - %ProgramFiles%\\BMC Software\\AtriumCore (Windows)
#   - /opt/bmc/AtriumCore (UNIX)
################################################################################

#-J BMC_JAVA_JRE_HOME_PATH=<path to jre home>
#-J USE_BMC_BUNDLED_JRE=true/false
#-J BMC_REPLACE_AR_SERVER_THREAD=true/false

#-P installLocation=<Installation Directory>
#-J USER_SELECTED_INSTALL_MODE=<FRESH/UPGRADE>

# AR user
#-J BMC_AR_USER=<AR System Admin User>

# AR password
#-J BMC_AR_PASSWORD=<AR System User Password>

# AR server ID
#-J BMC_AR_SERVER=<AR server name>

# AR port
#-J BMC_AR_PORT=<AR server name>

# View languages (CMDB)
# Specify the semicolon separated values for multiple languages
# The full set of available languages is:
#   en;de;es;fr;it;ja;ko;ru;zh_CN;pt_BR
#-J BMC_USER_SELECTED_VIEW_LANGUAGES=<View Languages>


################################################################################
# WS Existing Tomcat specific parameters
################################################################################
#-J BMC_SHARED_INSTALL_TOMCAT=false
#-J BMC_AUTO_TOMCAT_DETECTED=false
#-J BMC_REG_ASK_FOR_TOMCAT_INSTALL_DIRECTORY=true
#-J TOMCAT_FILES_UPDATE=true
#-J BMC_USER_PROVIDED_TOMCAT_HOME=<Existing TOMCAT Path>
#-J TOMCAT_STARTUP_JAVA_HOME=<JAVA PATH Used By Existing TOMCAT>


################################################################################
# Java Details
################################################################################
#-J BMC_JAVA_JRE_HOME_PATH=<path to jre home>
#-J USE_BMC_BUNDLED_JRE=true/false

# Select true to ignore & continue installation even there are errors reported by config checker utility
# Select false to stop installer from executing further once there are errors reported by config checker utility
#-J BMC_IGNORE_PRECHECK_ERROR=<true|false>

################################################################################
# CMDB Configuration Properties
################################################################################
#-A featureCMDB
#-J BMC_NE_PLUGIN_PORT_NUMBER=9555
#-J BMC_ATRIUM_PLUGIN_PORT_NUMBER=9556
#-J BMC_USER_SELECTED_VIEW_LANGUAGES=en
#-J BMC_USER_SELECTED_VIEW_LANGUAGES=en


# Note: BMC_USER_SELECTED_VIEW_LANGUAGES option will not be applicable forUPGRADEmode but will be there forFRESHandLANGPACKmode.


################################################################################
# WSC Configuration Properties
#for bundled tomcat:
#BMC_SHARED_INSTALL_TOMCAT=true
#
#for shared tomcat:
#BMC_SHARED_INSTALL_TOMCAT=false
################################################################################
#-A featureAtrium_Webservices
#-A featureWSC_ServiceRegistry

#-J BMC_REG_ASK_FOR_TOMCAT_INSTALL_DIRECTORY=<true/false>
#-J BMC_SHARED_INSTALL_TOMCAT=<true/false>
#-J BMC_TOMCAT_JAVA_PATH=<JAVA PATH Used By TOMCAT>
#-J BMC_REG_SHARED_TOMCAT_MERGE=<true/false>
#-J BMC_WSC_INSTALL_TOMCAT=true
#-J ASK_REG_TOMCAT_PATH=<true/false>

################################################################################
# WSInfrastrucutre and Atrium Webservices specific parameters
################################################################################
#-A featureAtrium_Webservices
#-J BMC_WSI_TOMCAT_HOME=<Tomcat Home path>
#-J BMC_WSI_TOMCAT_SERVICE_NAME=<tomcat service name>
#-J BMC_WSI_HTTP_PORT=<HTTP Port number>
#-J BMC_WSI_HTTPS_PORT=<HTTPS Port number>
#-J AXIS2_INSTALL_MODE=<FRESH/UPGRADE>
#-J BMC_WSC_INSTALL_MODE=<WSC install mode>

################################################################################
# WS Registry specific parameters
################################################################################
#-A featureWSC_ServiceRegistry
#-J BMC_WSC_REG_INSTALL_MODE=<FRESH/UPGRADE>
#-J BMC_REG_INSTALL_TOMCAT=<true/false>
#-J BMC_REG_HTTP_PORT=<TOMCAT HTTP port>
#-J BMC_WSC_UDDI_USER_NAME=<UDDI User name>
#-J BMC_WSC_UDDI_USER_PASSWORD=<UDDI password>
#-J BMC_REG_TOMCAT_HOME=<Tomcat Home Path>
#-J BMC_REG_TOMCAT_SERVICE_NAME=<tomcat service name>
#-J BMC_WSC_UDDI_USER_RETYPEPASSWORD=<UDDI confirm password>


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*