Installation Guide

     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

Quickstart Overview

This chapter provides brief, high-level instructions for the installation of AquaLogic Ensemble, and is intended to quickly guide experienced administrators through the installation procedure.

For detailed instructions, see Installation.

For instructions on upgrading to the latest version of Ensemble, see Upgrade.

To install Ensemble:

  1. Verify that you have met the prerequisites for installation. For details, see Installation Prerequisites.
  2. Configure the Ensemble database. For details, see Configuring the AquaLogic Ensemble Database.
  3. Install the Ensemble components. For details, see Installing the AquaLogic Ensemble Components.
  4. Run the Security and Directory Service database script on the AquaLogic Interaction portal database. For details, see Running the Security and Directory Service (SDS) Database Script.
  5. Start and verify the Ensemble services. For details, see Starting and Verifying Ensemble Services.

 


Configuring the AquaLogic Ensemble Database

Configuring a Microsoft SQL Server Database

This section describes how to create and configure the Ensemble database on Microsoft SQL Server.

To set up the Ensemble database on SQL Server:

  1. Create the Ensemble database.
  2. On SQL Server 2005, configure the database to use SQL Server 2000 (80) compatibility level.

  3. Create the Ensemble database user. Set the user’s default database to be the Ensemble database you created.
  4. On SQL Server 2000:

    1. Use SQL Server Authentication.
    2. Grant the user public and db_owner roles on the Ensemble database.
    3. Grant the user all permissions on the Ensemble database.
    4. On SQL Server 2005:

    5. Use SQL Server Authentication.
    6. Grant the user the sysadmin server role.

For details on configuring a SQL Server database for Ensemble, see Creating and Configuring the Ensemble Database on Microsoft SQL Server.

Configuring an Oracle Database

This section discusses how to create and configure the Ensemble tablespace on Oracle.

To set up the Ensemble tablespace on Oracle:

  1. Create the Ensemble tablespace in the ALI portal database instance. The Ensemble database must be configured to Automatically extend data file.
  2. Create the Ensemble schema user.
  3. Grant the Ensemble schema user default ownership of the Ensemble tablespace.
  4. Grant the Ensemble schema user the Resource role.

For details on configuring an Oracle database for Ensemble, see Creating and Configuring the Ensemble Tablespace on Oracle.

 


Installing the AquaLogic Ensemble Components

This section describes how to install the Ensemble components. The Ensemble components may be installed in any order; however, you should not start any of the components until all components are installed.

To install the Ensemble components:

  1. Stop all AquaLogic User Interaction services on the host.
  2. Launch the AquaLogic Ensemble installer as the local administrator. The installer is ALEnsemble_v1-0_mp2.exe
  3. The installer prompts you for specific information about your system and configuration.

    Note: If your AquaLogic Interaction is hosted on a non-Windows platform, do not install the Image Service component using the Ensemble installer. Instead, copy imagesvr.tgz to the Image Service host, unpack, and execute the updateimageserver.sh shell script. For details, see Installing the Image Service Component on a Non-Windows Host.
  4. Configure all flagged settings in the Configuration Manager. For more details on which settings need to be configured, see the online help in the Configuration Manager.

For details on installing the Ensemble components, see Installing the AquaLogic Ensemble Components.

 


Running the Security and Directory Service (SDS) Database Script

Caution: If you have installed Analytics 2.1, Pathways 1.0, or any other product that utilizes the Security and Directory Service (SDS), and the SDS tables have been created in the ALI portal database, do not run the create tables script.

Instructions for updating the ALI portal database for Ensemble and the SDS vary slightly depending on the type of database you have and whether or not the SDS has already been installed by another product.

For details on running the SDS database script, see Running the Security and Directory Service (SDS) Database Script.

 


Starting and Verifying Ensemble Services

This section describes how to start Ensemble services and verify operation.

Note: You must configure all services with configuration manager before starting them for the first time.

Verify that the following AquaLogic User Interaction services are started prior to starting the Ensemble services:

Starting and Verifying the Security and Directory Service (SDS)

To start and verify the SDS:

  1. From Services, select and start the BEA ALI Security and Directory Service service.
  2. Verify the operation of the SDS by browsing to the URL http://<ensemble_adminui_host>:20040/securityservice/services/v1/SecurityAPI.
  3. The message “Hi there, this is an AXIS service!” is displayed.

Starting and Verifying the Login Server

To start and verify the Login Server

  1. From Services, select and start the BEA AL Login Server service.
  2. Verify the operation of the Login Server by browsing to the URL: http://<ensemble_adminui_host>:20060/loginserver/login/
  3. The directory listing for /login/ is displayed.

Starting and Verifying the Ensemble Admin UI

To start and verify the Ensemble Admin UI:

  1. From Services, select and start the BEA AL Ensemble Administrative UI service.
  2. Verify the operation of the Ensemble Admin UI by browsing to the Admin UI URL: http://<ensemble_adminui_host>:20070/ensembleadminui
  3. The Ensemble Console is displayed.

Starting and Verifying the Ensemble Proxy

To start and verify the Ensemble Proxy:

  1. From Services, select and start the BEA AL Ensemble Proxy service.
  2. Verify the operation of the Ensemble Proxy by browsing to the Proxy URL: http://<ensemble_proxy_host>:20050/welcome

  Back to Top       Previous  Next