This document describes procedures for installing either BES or the Borland Deployment Op-Center (BDOC) Windows Itanium.
Important: For BES/BDOC 6.0 Release Notes, go to http://info.borland.com/devsupport/bes/relnotes/6_0.html.
Before installing either BES or BDOC on Windows Itanium you should:
For the latest platform information and system requirements go to http://www.borland.com/techpubs/bes/platforms.
The installation package on CD includes a bundled version of the Java Development Kit (JDK). However, if you are downloading BES/BDOC from the web, you need an existing JRE 1.3, or above in your environment in order to run the installer.
Important: If you are downloading BES/BDOC from the web, you need a 64-bit version JRE 1.3 or above. An x86 version can not be used to run the installer.
Make sure to put the JDK bin directory into the path variable.
To check the location of your JDK and the version, use the following syntax:
prompt>java -version
BES and BDOC MUST be licensed before they will run. For information on how to license your product, go to http://www.borland.com/devsupport/bes/faq/6.0/licensing/index.html.
BDOC: A BDOC installation creates a new installation of BDOC or upgrades an existing BES installation.
Important: No icons or shortcuts will be created in the Windows interface. All commands must be executed from the command-line.
You can install BES or BDOC from either CD or download it from the web.
To install BES/BDOC on Windows Itanium:
.zip file to access either the BDOC JAR file (BDOC60_Windows_ia.jar or the BES JAR file (BDP60_Windows_ia.jar), depending on what you chose to download.prompt>java -cp <jar-file-name> install
cdrom/install_windows.exewhere
cdrom is the directory where CD-ROM is mounted.Before invoking the silent installation process, you must first create a text file that contains the properties for configuration settings, such as install directory, server name and JDK home.
The text file looks like this (for a BES installation):
INSTALLER_UI=silent USER_INSTALL_DIR=c:/BDP USER_SHORTCUTS=/dev/null OSAGENT_PORT=14000 MANAGEMENT_PORT=42424 SERVER_NAME=beswinia JVM_JDK_HOME=c:/jdk/jdk1.4.2 INSTALL_TYPE_1=Borland Enterprise Server (BES) CONFIGURATION_SETUP=Yes
After you've created the text properties file, save it as <propertiesfile>.fil where <propertiesfile> is the name of your file. Now you can invoke the silent installation process using the values specified in the properties file.
Note: All properties and values are case-sensitive.
Note: ALWAYS use a forward slash (/).
To invoke the silent installation process:
propertiesfile file:
prompt>java -cp installer.jar install -f <path-to-properties-file>
for BES, or
prompt>java -cp installer.jar install -f <path-to-properties-file>
for BDOC, where <path-to-properties-file> is the full path of the propertiesfile file.
If installing from CD-ROM, insert the CD into the CD-ROM drive.
cdrom\windows\windows\installer.jar.propertiesfile file:
prompt>java -cp installer.jar install -f <path-to-properties-file>where
<path-to-properties-file> is the full path of the propertiesfile file. This properties file applies to silent installation of BES/BDOC on Windows Itanium. The property file is a plain text file.
Properties file for silent installation
| Variable | Value |
|---|---|
| VBROKER_SETUP | No (optional). Windows only. The system variable BES_LIC_DIR is set to <install_dir>/var and BES_LIC_DEFAULT_DIR is set to <install_dir>/license. The default is No. |
| INSTALLER_UI | silent (required). The mode of installation. |
| USER_INSTALL_DIR | <install_dir> (optional). The full path name for BES or BDOC. Default is /opt/BES/. |
| USER_SHORTCUTS | /dev/null (required). Leave as is. |
| OSAGENT_PORT | (optional). Default is 14000. |
| MANAGEMENT_PORT | (optional). Sets the Management Port. Default is 42424. |
| SERVER_NAME | <server_name> (optional). A name of your choice. Default is host name. |
| JVM_JDK_HOME | /jdk/jdk1.4.2 (required). Your JDK, /jdk/jdk1.4.2. |
| INSTALL_TYPE_1 | Borland Enterprise Sever (BES) (required). Installs full Borland Enterprise Server. Choose only one: INSTALL_TYPE_1, INSTALL_TYPE_2, or INSTALL_TYPE_3. |
| INSTALL_TYPE_2 | Borland VisiBroker Standalone (required). Installs Borland VisiBroker Standalone. Choose only one: INSTALL_TYPE_1, INSTALL_TYPE_2, or INSTALL_TYPE_3. |
| INSTALL_TYPE_3 | Borland Deployment Op-Center (BDOC) (required). Installs Borland Deployment Op-Center. Choose only one: INSTALL_TYPE_1, INSTALL_TYPE_2, or INSTALL_TYPE_3. |
| CONFIGURATION_SETUP | (optional). Yes. Installs BES/BDOC examples configuration. Default is Yes. For specific information on BES/BDOC examples, see the "Choosing install type" section in the BES Installation Guide. |
| CONFIGURATION_SETUP | (optional). No. Does not install BES/BDOC examples configuration. Installation generates a "clean" setup. Default is Yes. |
| BDOC_TYPE | master-hub (required). BDOC only. The type of BDOC installation. Choose only one type, BDOC_TYPE=master-hub or BDOC_TYPE=slave-agent. |
| BDOC_TYPE | slave-agent (required). BDOC only. The type of BDOC installation. Choose only one type, BDOC_TYPE=master-hub or BDOC_TYPE=slave-agent. |
To uninstall BES/BDOC:
osagent running during the uninstall.<install_root>/UninstallerData/. java -cp <install_dir>/UninstallerData/uninstaller.jar uninstall