Skip navigation.

Installing WebLogic Platform

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

Installing WebLogic Platform Using Console-Mode Installation

The following sections describe how to install WebLogic Platform using console-mode installation:

 


Before You Start

Before you start installing WebLogic Platform, please review the following information:

 


Starting Console-Mode Installation on Windows Systems

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

To start the installation in console mode on a Windows system:

  1. Log in to the target Windows system.
  2. Open an MS-DOS command prompt window.
  3. If you are installing WebLogic Platform from CD-ROM, go to step 4. If you are installing WebLogic Platform from a Web download, complete the following procedure:
    1. Download the software as described in WebLogic Platform Distribution Methods.
    2. Go to the directory in which you downloaded the installation program.
    3. Launch the installation by entering one of the following commands:
    4. net_platformXXX_win32.exe -mode=console (net installer)

      platformXXX_win32.exe -mode=console (WebLogic Platform package installer)

      serverXXX_win32.exe -mode=console (WebLogic Server package installer)

      In these filenames, XXX represents the version number of the software you are installing.

      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:

      platformXXX_win32 -mode=console -log=C:\logs\platform_install.log

      In this example, XXX represents the version number of the software you are installing. For more information, see Generating a Verbose Installation Log.

      The installation program begins to install WebLogic Platform.

  4. If installing WebLogic Platform from CD-ROM:
    1. Insert the WebLogic Platform CD-ROM 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 installation program for your platform.
    4. Invoke the installation procedure by entering the following command:
    5. platformXXX_win32.exe -mode=console (package installer)

      In this filename, XXX represents the version number of the software you are installing.

      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:

      platformXXX_win32.exe -mode=console -log=D:\logs\platform_install.log

      In this example, XXX represents the version number of the software you are installing. For more information, see Generating a Verbose Installation Log.

 


Starting Console-Mode Installation on UNIX Systems

The WebLogic Platform 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 WebLogic Platform installation program does not include the JRE. Filenames for these installation programs end in .jar. To run the .jar installation programs, you must have an appropriate version of a Java 2 SDK installed on your system, and include the bin directory of the Java 2 SDK at the front of the PATH system variable.

Note: It is important that you use an SDK because the installation process sets the JAVA_HOME and related variables to point to this directory. All scripts installed with WebLogic Platform use this SDK by default, including scripts to start sample applications, the Configuration Wizard, and other WebLogic development tools.

Starting Console-Mode Installation for .bin Installation Files

If you have an installation program for UNIX platforms with a filename that ends in .bin, complete the following steps to start the installation in console mode:

  1. Log in to the target UNIX system.
  2. If you are installing WebLogic Platform from CD-ROM, go to step 3. If you are installing WebLogic Platform from a Web download, complete the following procedure:
    1. Download the software as described in Web Distribution.
    2. Go to the directory where you downloaded the installation program.
    3. Launch the installation by entering the following commands:
    4. chmod a+x filename.bin
      ./
      filename.bin -mode=console

      Here filename.bin is the name of the WebLogic Platform installation program specific to your platform.

      Filenames for the net installer are preceded by net_, for example, net_platformXXX_solaris.bin, where XXX represents the version number of the software you are installing.

      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:

      platformXXX_solaris.bin -mode=console -log=/home/logs/platform_install.log

      In this example, XXX represents the version number of the software you are installing. For more information, see Generating a Verbose Installation Log.

  3. If you are installing WebLogic Platform from CD-ROM:
    1. Insert the WebLogic Platform CD-ROM into the CD-ROM drive.
    2. Go to the CD-ROM directory and navigate to the folder for the installation program for your platform.
    3. Launch the installation procedure by entering the following commands:
    4. chmod a+x filename.bin

      ./filename.bin -mode=console

      Here, filename.bin is the name of the WebLogic Platform installation program specific to your platform, for example platformXXX_solaris.bin, where XXX represents the version number of the software you are installing.

      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:

      ./platformXXX_solaris.bin -mode=console -log=/home/logs/platform_install.log

      For more information, see Generating a Verbose Installation Log.

Starting Console-Mode Installation for .jar Installation Files

Note: If you are installing WebLogic Platform on an operating system other than Windows, Solaris, or HP-UX, you may need to follow special installation instructions. Before launching the installation program, check "Installation Information" in Supported Configurations for WebLogic Platform 8.1 at http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/configs81/81_over/install_info.html.

If you have an installation program for UNIX platforms with a filename that ends in .jar, follow these steps to start the installation in console mode:

  1. Log in to the target UNIX system.
  2. Add the bin directory of the appropriate SDK to the beginning of the PATH variable definition on the target system. For example:
  3. PATH=JAVA_HOME/bin:$PATH
    export PATH

    Here JAVA_HOME represents the full path to the SDK directory.

  4. Do one of the following:
  5. Go to the directory that contains the installation file and invoke the installation procedure by entering the following command:
  6. java -jar filename.jar -mode=console

    Here, filename.jar is the name of the WebLogic Platform installation file, for example pj_platformXXX_generic.jar. Filenames for the net installer are preceded by net_, for example, net_pj_platformXXX_generic.jar. In these filenames, XXX represents the version number of the software you are installing.

    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:

    java -jar pj_platformXXX_generic.jar -mode=console
       -log=/home/logs/platform_install.log

    For more information, see Generating a Verbose Installation Log.

 


Running Console-Mode Installation

To complete the console-mode installation process, respond to the prompts in each section by entering the number associated with your choice or by pressing Enter to accept the default. To exit the installation process, enter exit (or x, for short) in response to any prompt. To review or change your selection, enter previous (or p, for short) at the prompt. To proceed to the following window, enter next (or n, for short).

Note: The sample console text and directory pathnames in this section use Windows conventions (backslashes) for pathnames, for example C:\bea\weblogic81. When entering pathnames on a UNIX system, use the UNIX convention (forward slashes) in pathnames, for example, /home1/bea/weblogic81.

The following procedure steps you through the installation program. Use this procedure after you have started the installation program in console mode as described in the previous sections.

  1. At the Welcome prompt, type next (or n for short) or press Enter to continue with the installation process.
  2. The BEA Systems License Agreement prompt is displayed.

  3. Read the Agreement and indicate your acceptance or rejection of its terms by doing one of the following at the prompt:
  4. The Choose BEA Home directory prompt is displayed.

  5. Specify the BEA Home directory that will serve as the central support directory for all BEA products installed on the target system. For details about the BEA Home directory, see Choosing a BEA Home Directory.
  6. The installation program displays the following prompt:

    Choose BEA Home Directory:
    --------------------------
    *BEA home choice

    1¦Create a new BEA Home [C:\bea]
    ->2¦Use an existing BEA Home [D:\beahome1]

    Enter index number to select OR [Exit][Previous][Next]>

    Note: Instead of typing complete words when you want to enter [Exit], [Previous], and [Next], you can use the following one-letter shortcuts: x, p, and n, respectively.

    Do one of the following:

    Whether you accept the existing BEA Home directory or choose to create a new BEA Home directory, you are prompted to confirm your selection, as shown in the following sample:

    Choose BEA Home Directory:
    --------------------------

    *BEA home choice

    ->1¦Yes, Use this BEA home directory [C:\bea]
    2¦No, return to BEA home directory selection

    Enter index number to select OR [Exit][Previous][Next]>

    On the command line, type 1 or press Enter to accept your selection. Otherwise, type 2 to return to the Choose BEA Home Directory panel where you can modify your entry.

    After you have selected your BEA Home directory and confirmed your selection, the Choose Install Type prompt is displayed.

  7. Specify the type of installation you want to perform by entering the number associated with the install type, as shown in the following text:
  8. Choose Install Type:
    --------------------

    ->1¦Complete
    ¦Install the complete BEA WebLogic Platform.

    2¦Custom Installation
    ¦Choose software components to install and perform optional
    configuration.

    Enter index number to select OR [Exit][Previous][Next]>

    Do one of the following:

    For more information about typical and custom installations, see Choosing a Type of Installation.

  9. Select the components you want to install. The available components are displayed as follows:
  10. Choose Components to install:
    -----------------------------

    Release 8.1.x.0
    +----WebLogic Server [1] v
    ¦ +----Server [1.1] v
    ¦ +----Server Examples [1.2] v
    +----WebLogic Workshop [2] v
    ¦ +----Workshop Runtime Framework [2.1] v
    ¦ +----WebLogic Workshop Application Developer Edition [2.2] v
    ¦ +----Workshop Samples [2.3] v
    +----WebLogic Integration [3] v
    ¦ +----Integration Server [3.1] v
    ¦ +----WebLogic Workshop Integration Extension [3.2] v
    ¦ +----Integration Examples [3.3] v
    ¦ +----BPEL Import and Export Tools [3.4]
    ¦ +----TIBCO Rendezvous(TM) Control and Event Generator [3.5]
    +----WebLogic Portal [4] v
    ¦ +----Portal Server [4.1] v
    ¦ +----WebLogic Workshop Portal Extension [4.2] v
    ¦ +----Portal Examples [4.3] v
    +----Platform Samples and Utilities [5] v
    +----Platform Tour [5.1] v
     
    Enter number exactly as it appears in brackets to toggle selection OR
    [Exit][Previous][Next]>

    Note: If you are using the WebLogic Server installer, only the WebLogic Server and WebLogic Workshop components are displayed.

    Selected components are installed by default, as indicated by a symbol at the end of each line: an x on UNIX systems or check mark on Windows systems. If a component, such as the BPEL Import and Export Tools, is not selected, then it will not be installed on your system. To select a component to be installed, type the numeric code for the component on the command line. To deselect a component, type the numeric code for the component on the command line exactly as it appears within the brackets. For example, if you do not want to install the Server Examples for WebLogic Server, type 1.2 on the command line.

    Note: The word Installed is shown in brackets for any components you have already installed on your system.

    When you are finished selecting components, press Enter or type next (or n for short). You are prompted to confirm your selection. On the command line, type 1 or press Enter to accept your selection. Otherwise, type 2 to return to the Choose Components panel where you can modify your selections.

    Note: When you select or deselect components to install, the installation program checks for dependencies between components and automatically modifies the list of selected components. For example, if you deselect the WebLogic Server component, the remaining components are also deselected, since they require the WebLogic Server to run.

    If you are using the package installer, the Choose Product Directory prompt is displayed. Go to step 7.

    If you are using the net installer (installation program filenames beginning with net_), the Specify Download Options prompt is displayed.

  11. Indicate your preferences for downloading the software. The installation program prompts you to select one of the following options:
  12. SPECIFY DOWNLOAD OPTIONS

    1- Modify Storage directory (c:\tmp)
    2- Modify Remove download files after installation (No)
    3- Modify Proxy Host (none)
    4- Modify Proxy Port (none)
    5- Modify Username (none)
    6- Modify Password (none)

    Enter a number or [Exit][Previous][Next]>

    Note: If you have previously installed WebLogic Platform and specified a storage directory during the installation process, the full pathname for that directory is displayed as the default. If you have not specified a storage directory, the installer specifies the system's temporary directory as the default. Make sure that your temporary directory has sufficient space to accommodate the archive files and the installation program. For more information about temporary space required by the installation program, see Temporary Disk Space Requirements.

    To accept the defaults, type next (or n for short) or press Enter. If you have not specified a download storage directory in a previous installation and you want to save the files to be downloaded, you need to specify a directory before you can proceed with the installation.

    To modify any of the options, do the following:

    For additional information about downloading the software, see Web Distribution.

    After you indicate your preferences, the files begin downloading to the specified storage directory. When the download is complete, the installation program verifies that the component archive files downloaded successfully. If the installation program cannot verify the integrity of the download, the following message is displayed:

    The required installation files could not be verified.You
    may download them from BEA or select different components.

    When the verification is complete, the Choose Product Directory prompt is displayed.

  13. Specify the directory in which you want to install the WebLogic Platform software. Select the default product directory (bea_home\weblogic81) or create a new product directory.
  14. If you specify a new directory, the installation program automatically creates it for you.

    The choices displayed in this section are as follows:

    Choose Product Directory:
    -------------------------
    Product Installation Directory= [C:\bea\weblogic81]

    Input new Product Installation Directory OR [Exit][Previous][Next]>

    Do one of the following:

  15. If you are installing on a Windows platform, you have not previously installed a Node Manager as a Windows service, and you are performing a custom installation, the Install Node Manager as a Windows Service panel is displayed. The Node Manager is used to monitor, start, and stop the managed servers in a domain.
  16. The following text is displayed:

    Install Node Manager as a Windows Service

    ->1 - Yes, install now.
    2 - No, do not install now. See product documentation for
    post-install registration of Node Manager as a Windows
    Service.
    Enter a number or [Exit][Previous][Next]>

    Enter 1 or press Enter to install the Node Manager as a Windows Service. See Installing the Node Manager as a Windows Service for more information. Enter 2 if you do not want to install the Node Manager as a Windows service.

    At this point, the installation program installs the files to the directory you specified.

    Note: It is normal for the installation program to pause for a fairly long time, especially toward the end. The installation program is still working when this occurs.

  17. Press Enter or type Exit to exit the installation program.

 


What's Next?

You can start using the product immediately after installing it for the first time because, by default, WebLogic Platform uses the development license that is installed in BEA Home directory. We recommend that you use the QuickStart application to familiarize yourself with the software, take the WebLogic Platform Tour (if you installed the complete WebLogic Platform), and execute the samples provided. For additional information, see Performing Post-Installation Tasks.

Note: QuickStart is not invoked automatically for console or silent-mode installations. You can launch QuickStart from the Start Menu (Windows), or from the command line (Windows and UNIX.) For instructions, see Using QuickStart.

For specific information about Release 8.1 of WebLogic Platform and WebLogic Server, see the appropriate release notes:

 

Skip navigation bar  Back to Top Previous Next