Installation and Upgrade 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 installing AquaLogic Pages. It is intended to quickly guide experienced administrators through the installation procedure.

Note: For instructions on upgrading Pages 1.0 MP1 to Pages 1.5, see “Upgrade” on page 5-1.

This chapter covers:

The organization of this section maps directly to detailed instructions in Chapter 4, “Installing Pages.”

 


Creating the Pages Database

This section describes how to set up the Pages database. It contains the following sections:

Creating a Microsoft SQLServer 2005 Database

  1. Create the Pages database user with the name and password you provisioned when you completed the Installation and Configuration Worksheets for AquaLogic Pages. Specify SQL Server Authentication.
  2. Create the Pages database with the name you provisioned when you completed the Installation and Configuration Worksheets for AquaLogic Pages.
  3. Grant the Pages database user the dbo server role.
  4. Create a new schema with the name of the Pages database user.
  5. In the Pages database user properties, map the Pages database user to the schema you created.

For more information on these steps, see “Creating the Pages Database in Microsoft SQL Server 2005” on page 4-2.

Creating an Oracle Database

To create and set up the Pages tablespace in Oracle, run the scripts in <install_dir>\settings\sql\oracle:

  1. Create the Pages tablespace by running create_pages_tablespace_unix.sql or create_pages_tablespace_windows.sql as appropriate for your operating system. This script assumes an Oracle SID of PLUM10.
  2. Edit the user script create_pages_user.sql:
    • Change @PAGESDB_LOGIN@ to the name of the user you want created.
    • Change @PAGESDB_PASSWORD_UNENCRYPTED@ to the password you want to use.
  3. Create the Pages schema user by running create_pages_user.sql.

 


Creating the Security Database

This section describes how to set up the Security database. It contains the following sections:

Note: You do not need to perform this procedure if you installed AquaLogic Pathways 1.5 or AquaLogic Analytics 2.5. The Security database was created prior to their installation and will be used for Pages.

Creating the Security Database on Microsoft SQLServer

  1. Create the Security database user. Specify SQL Server Authentication.
  2. Create the Security database.
  3. Change the default database for the Security database user to the Security database.
  4. Grant the Security database user the db_owner role for the Security database.
  5. Create the Security database schema. Specify the Security database user as the schema owner.
  6. Connect to the Security database as the Security database user, using SQL Server Authentication.
  7. Run the create_security_tables.sql script, located in install_dir\pages\1.5\sql\mssql.
  8. Note: Do not start the BEA AL Pages service at this time.

Creating the Security Database on Oracle

  1. Log on to the host computer for the Security database as owner of the Oracle system files.
  2. Create the Security database tablespace.
  3. Create the Security database user.
  4. Connect to the Security database as the Security database user.
  5. Run the create_security_tables.sql script, located in install_dir\pages\1.5\sql\mssql.
  6. Note: Do not start the BEA AL Pages service at this time.

 


Installing the Pages Components

There are several components involved in a Pages deployment:

The components can be installed on different hosts, in any order; however, you should not start any of the components until all components are installed. For details on provisioning hosts for the various Pages components, see the Deployment Guide for BEA AquaLogic User Interaction.

Note: In a typical deployment the Pages Application is installed on a different computer than the Pages Portal Extensions and the Image Service Files.
  1. Log in as the local Administrator and double-click ALPages_v1-5.exe. For more information, see “Launching the Pages Installer” on page 4-6.
  2. Complete the installer wizard pages. The installer prompts you for specific information about your system and configuration. For detailed instructions on responding to the installer wizard pages, see “Completing the Installer Wizard Pages” on page 4-6.
  3. If you are using WebLogic, after installing the Pages Portal Extensions, you must redeploy the portal deployment in the WebLogic console. To redeploy the portal:
    1. Open the WebLogic console.
    2. Update, or delete and re-add, the portal deployment for the install_dir\webapp\portal.ear file.

 


Verifying the Configuration Settings

Use the Configuration Manager to verify the accuracy of the Pages settings.

  1. If you were not able to navigate to the Configuration Manager by clicking the link in the installer, navigate to https://localhost:12345/cm/ui/cm.jsf (replacing localhost with the name of the computer that hosts the Pages application, and replacing 12345 with the port number you specified during installation).
  2. Log in as Administrator with the password you specified in the installer.
  3. Click Pages.
  4. Verify the values.
  5. If any of the values are incorrect, click the name of the associated page to display the editable fields. Correct the values and click Save.

For more information, see “Verifying the Configuration Settings” on page 4-9.

 


Starting the BEA AL Pages Service

Note: The BEA ALI API Service, BEA ALI LDAP Directory, and BEA AL Notification Service must be started before starting the BEA AL Pages service. These services may be running on other machines.

Use the Windows Services console to set the BEA AL Pages service to start automatically and start it. For more information, see “Starting the BEA AL Pages Service” on page 4-11.

 


Registering Pages with the Portal

You must import the Pages migration package into the portal to register Pages with the portal, then modify experience definitions and custom navigation in the portal.

Use the Migration - Import Utility in the portal to register the Pages objects located in the migration package. The migration package is installed on the computer that hosts Pages, in install_dir\pages\1.5\serverpackages (for example, C:\bea\alui\pages\1.5\serverpackages\pagesobjects.pte). For more information, see “Registering Pages with the Portal” on page 4-15.

 


Registering Pages with AquaLogic Ensemble

If you are going to access Pages through AquaLogic Ensemble, register Pages as a resource in Ensemble. For more information, see “Registering Pages with AquaLogic Ensemble” on page 4-18.


  Back to Top       Previous  Next