2 Starting the Configuration Wizard

This section describes how to start the Configuration Wizard in graphical and console modes.

2.1 Starting the Configuration Wizard in Graphical Mode

The console for the machine on which the product installation resides must support Java-based GUIs. All Windows-based consoles support Java-based GUIs; only a subset of UNIX-based consoles support Java-based GUIs.

Note:

If you attempt to start the Configuration Wizard in graphical mode on a system that cannot support graphical display, the Configuration Wizard automatically starts in console mode.

You can start the Configuration Wizard in graphical mode from either the Windows Start menu or from the command line.

  • To start the Configuration Wizard in graphical mode on a Windows platform, choose Start > Programs > Oracle WebLogic > WebLogic Server > Tools > Configuration Wizard.

  • To start the Configuration Wizard in graphical mode from a Windows command prompt or on a UNIX platform:

    1. Log in to the system on which the product is installed.

    2. Open an MS-DOS command prompt window (on Windows) or a command shell (on UNIX).

    3. Go to the \common\bin subdirectory of the product installation directory.

    4. Execute the following command:

      On Windows: config.cmd

      On UNIX: sh config.sh

      Note:

      When you run the config.cmd or config.sh command, the following error message might be displayed:

      *sys-package-mgr*: can't create package cache dir

      The error message indicates that the default cache directory is not valid.

      You can change the cache directory by including the -Dpython.cachedir=<valid_directory> option in the command line.

      The Welcome screen is displayed.

2.2 Starting the Configuration Wizard in Console Mode

When run in console mode, the Configuration Wizard is executed in a text-based environment.

To start the Configuration Wizard in console mode:

  1. Log in to the system on which the product installation resides.

  2. Open an MS-DOS command prompt window (on Windows) or a command shell (on UNIX).

  3. Go to the \common\bin subdirectory of the product installation directory.

  4. Execute the following command:

    • Windows: config.cmd -mode=console

    • UNIX: sh config.sh -mode=console

    The command and arguments must be entered in lowercase.

    Note:

    When you run the config.cmd or config.sh command, the following error message might be displayed:

    *sys-package-mgr*: can't create package cache dir

    The error message indicates that the default cache directory is not valid.

    You can change the cache directory by including the -Dpython.cachedir=<valid_directory> option in the command line.

The Welcome text is displayed.

To proceed, respond to the prompts by entering the number associated with your choice, pressing the Enter key. The arrow (->) adjacent to a choice indicates the current selection.

  • To accept the current selection, type next (or n) and press the Enter key.

  • To close the Configuration Wizard, enter exit (or x) and press the Enter key.

  • To review or change earlier selections, enter previous (or p) and press the Enter key.