Installing WebLogic Real Time

     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

Starting the Installation Program

The following sections describe how to start the installation program on Windows and UNIX platforms:

 


Before You Start

WebLogic Real Time supports Java applications running on WebLogic Event Server 2.0, WebLogic Server 10.0 (and later), and WebLogic Server 8.1 (SP2 and later) environments, as well as supporting standalone Java applications running on J2SE 1.4.2 or 5.0 runtime environments.

Therefore, before you start installing the software, please review the following information:

 


Starting the Installation Program on Windows Platforms

The following sections describe how to start the installation program on a Windows platform:

Note: If you are installing the software on a Windows system that supports more than one monitor, you must disable all but one monitor before starting the installation program.

Starting in Graphical Mode

To start the graphical-mode installation process on a Windows platform, follow these steps:

  1. Log in to the Windows system.
  2. Go to the directory where you downloaded the installation program.
  3. Complete the appropriate procedure in the following table.
  4. If you are installing from . . .
    Perform the following action . . .
    Web download
    Go to the directory where you downloaded the installation program.
    CD-ROM
    1. Insert the software CD into the CD-ROM drive.
    2. If the installation program does not start automatically, open Windows Explorer and double-click the CD-ROM icon.
    3. Navigate to the folder for the Windows installation.

  5. Double-click the appropriate installation file for your environment:
    • realtime20_jdk1.5.0_win32.exe (BEA Products installation program for WebLogic Real Time for use with WebLogic Server 10.0 and later, or with standalone J2SE 5.0 applications).
    • realtime20_jdk1.4.2_win32.exe (BEA Products installation program for WebLogic Real Time for use with WebLogic Server 8.1 SP2 and later, or with standalone J2SE 1.4.2 applications).
    • The installation program begins to install the software.

  6. Proceed to Running the Installation Program in Graphical Mode.

Starting in Console Mode

To start the console-mode installation process on a Windows platform, follow these steps:

  1. Log in to the target Windows system.
  2. Complete the appropriate procedure in the following table:
  3. If you are installing from . . .
    Perform the following action . . .
    Web download
    1. Open an MS-DOS command prompt window.
    2. Go to the directory where you downloaded the installation program.
    CD-ROM
    1. Insert the software CD into the CD-ROM drive.
    2. Open an MS-DOS command prompt window.
    3. Go to the CD-ROM directory and navigate to the folder for the Windows installation program.

  4. Launch the installation by entering one of the following commands:
    • realtime20_jdk1.5.0_win32.exe -mode=console
      (BEA Products installation program for WebLogic Real Time for use with WebLogic Server 10.0 and later, or with standalone J2SE 5.0 applications)
    • realtime20_jdk1.4.2_win32.exe -mode=console
      (BEA Products installation program for WebLogic Real Time for use with WebLogic Server 8.1 SP2 and later)
    • You can also include the -log=full_path_to_log_file option in the command line to create a verbose installation log. For example:
    • Note: realtime20_jdk1.5.0_win32.exe -mode=console -log=C:\logs\server_install.log
      Note: For more information, see Generating a Verbose Installation Log.

      After a few moments, a BEA Installer window opens and the installation program begins to install the software.

  5. Proceed to Running the Installation Program in Console Mode.

Starting in Silent Mode

For details about silent-mode installation, see What Is Silent-Mode Installation?.

To start the silent-mode installation process on a Windows platform, follow these steps:

  1. Log in to the Windows system.
  2. Create a silent.xml file that defines the configuration settings normally entered by a user during an interactive installation process, such as graphical-mode or console-mode installation. For information about creating a silent.xml file, see Creating a silent.xml File for Silent-Mode Installation.
  3. Note: Incorrect entries in the silent.xml file can cause installation failures. To help you determine the cause of a failure, we recommend that you create a log file when you start the installation.
  4. Complete the appropriate procedure in the following table.
  5. If you are installing from . . .
    Perform the following action . . .
    Web download
    1. Open an MS-DOS command prompt window.
    2. Go to the directory where you downloaded the installation program.
    CD-ROM
    1. Insert the software CD into the CD-ROM drive.
    2. Open an MS-DOS command prompt window.
    3. Go to the CD-ROM directory and navigate to the folder for the Windows installation program.

  6. Launch the installation by entering the following command:
  7. filename.exe -mode=silent -silent_xml=path_to_silent.xml

    Here, filename.exe is the name of the WebLogic Real Time installation file, and path_to_silent.xml is the full pathname of the silent.xml file.

    Note: You can also include the -log=full_path_to_log_file option in the command line to create a verbose installation log. For example:
    Note: realtime20_jdk1.5.0_win32.exe -mode=console -mode=silent -silent_xml=C:\silent.xml -log=C:\logs\server_install.log
    Note: For more information, see Generating a Verbose Installation Log.

    A BEA Installer window is displayed, indicating that the files are being extracted. No other prompt or text is displayed.

    For more information, see Running the Installation Program in Silent Mode.

 


Starting the Installation Program on UNIX Platforms

The BEA Products installation program requires a Java run-time environment (JRE) to run. A JRE is bundled in the Windows installation program, and in some Unix installation programs (those with filenames ending in .bin). For other UNIX platforms, the installation program does not include a JRE. Filenames for these installation programs end in .jar. To run the .jar installation programs, you must have an appropriate version of a JDK installed on your system, and include the bin directory of the JDK at the beginning of your PATH system variable.

Notes: It is important that you use a JDK because the installation process assigns values to JAVA_HOME and related variables to point to this directory. All scripts installed by your installation program use this JDK by default, including scripts to start sample applications, the Configuration Wizard, and other development tools.
Note: To run graphical-mode installation, your console must support a Java-based GUI. If the installation program determines that your system cannot support a Java-based GUI, it automatically starts running in console mode. For details, see Running the Installation Program in Console Mode.

Using Installers with Filenames Ending in .bin

The following sections describe how to start the installation program on UNIX platforms using filenames that end in .bin:

Starting Graphical-Mode Installation

To start the graphical-mode installation process for installation files with names ending in .bin, follow these steps:

  1. Log in to the target UNIX system.
  2. Complete the appropriate procedure in the following table.
  3. If you are installing from . . .
    Perform the following action . . .
    Web download
    Go to the directory where you downloaded the installation program.
    CD-ROM
    1. Insert the software CD into the CD-ROM drive and go to the CD-ROM directory.
    2. Navigate to the directory that contains the installation program for your platform.

  4. Launch the installation by entering the following commands:
  5. chmod a+x filename.bin
    ./
    filename.bin

    In these commands, filename.bin is the name of the installation program specific to your platform, for example, realtime20_jdk1.5.0_linux32.bin or realtime20_jdk1.4.2_linux32.bin .

    Note: You can also include the -log=full_path_to_log_file option in the command line to create a verbose installation log. For example:
    Note: realtime20_jdk1.5.0_linux32.bin -log=/home/logs/BEA_install.log
    Note: For more information, see Generating a Verbose Installation Log.

    The installation program begins to install the software.

  6. Proceed to Running the Installation Program in Graphical Mode.

Starting Console-Mode Installation

To start the console-mode installation process for installation files with names ending in .bin, follow these steps:

  1. Log in to the target UNIX system.
  2. Complete the appropriate procedure in the following table.
  3. If you are installing from . . .
    Perform the following action . . .
    Web download
    Go to the directory where you downloaded the installation program.
    CD-ROM
    1. Insert the software CD into the CD-ROM drive and go to the CD-ROM directory.
    2. Navigate to the directory that contains the installation program for your platform.

  4. Launch the installation by entering the following commands:
  5. chmod a+x filename.bin
    ./
    filename.bin -mode=console

    Here filename.bin is the name of the installation program specific to your platform, for example, for example, realtime20_jdk1.5.0_linux32.bin or realtime20_jdk1.4.2_linux32.bin.

    Note: You can also include the -log=full_path_to_log_file option in the command line to create a verbose installation log. For example:
    Note: realtime20_jdk1.5.0_linux32.bin -mode=console -log=/home/logs/BEA_install.log
    Note: For more information, see Generating a Verbose Installation Log.
  6. Proceed to Running the Installation Program in Console Mode.

Starting Silent-Mode Installation

For details about silent-mode installation, see What Is Silent-Mode Installation?.

To start the silent-mode installation process for installation files with names ending in .bin, follow these steps:

  1. Log in to the target UNIX system.
  2. Create a silent.xml file that defines the configuration settings normally entered by a user during an interactive installation process, such as graphical-mode or console-mode installation. For information about creating a silent.xml file, see Creating a silent.xml File for Silent-Mode Installation.
  3. Note: Incorrect entries in the silent.xml file can cause installation failures. To help you determine the cause of a failure, we recommend that you create a log file when you start the installation.
  4. Complete the appropriate procedure in the following table.
  5. If you are installing from . . .
    Perform the following action . . .
    Web download
    Go to the directory where you downloaded the installation program.
    CD-ROM
    1. Insert the software CD into the CD-ROM drive and go to the CD-ROM directory.
    2. Navigate to the directory that contains the installation program for your platform.

  6. Launch the installation program by entering the following command:
  7. chmod a+x filename
    ./filename.bin -mode=silent -silent_xml=/path_to_silent.xml

    Here filename.bin is the name of the installation file, for example, either realtime20_jdk1.5.0_linux32.bin and path_to_silent.xml is the full pathname of the silent.xml template file.

    Note: You can also include the -log=full_path_to_log_file option in the command line to create a verbose installation log. For example:
    Note: realtime20_jdk1.5.0_linux32.bin -mode=silent -silent_xml=/home/silent.xml -log=/home/logs/BEA_install.log
    Note: For more information, see Generating a Verbose Installation Log.

    A BEA Installer window is displayed, indicating that the files are being extracted. No other prompt or text is displayed.

For more information, see Running the Installation Program in Silent Mode.

 


What's Next?

For details about running the installation program, see one of the following, depending on your selected installation mode:


  Back to Top       Previous  Next