Installing the Administration Server

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Post-Installation Tasks

This section contains the following topics.

 


Installing the Policy Database Schema

If you installed without adding the schema, you must run a script before starting the Administration Server. The script creates database tables and ALES objects, starts the server, and loads the ALES administration policy.

To install the policy database schema:

  1. Change to the BEA_HOME\ales30-admin\bin directory.
  2. Important: For UNIX and Linux, all scripts in the directory must have execute permission.

  3. Run install_ales_schema.bat | sh followed by the database administrator username and password.
  4. For example:

    install_ales_schema.bat <db-username> <db-password>

 


Starting ALES Processes

How Administration Server processes run depends on the platform:

To start the Administration Server and SCM, use the methods described in Table 5-1:

Table 5-1
Platform
Description
Windows
ADMINISTRATION SERVER
Open the Start menu and select Programs>BEA Aqualogic Enterprise Security>Administration Server>Start Server.
To use a command line, go to the BEA_HOME\ales30-admin\bin directory and enter WLESadmin.bat start or WLESadmin.bat console.
WLESadmin.bat console starts server processes in separate console windows.
SCM
Open the Start menu and select Programs>BEA Aqualogic Enterprise Security>Service Control Manager>Start SCM.
To use a command line, go to the BEA_HOME\ales30-scm\bin directory and enter WLESscm.bat start or WLESscm.bat console.
WLESscm.bat console starts SCM processes in separate console windows.
UNIX or Linux
ADMINISTRATION SERVER
Enter WLESadmin.sh start or WLESadmin.sh console.
Either command starts Administration Server processes as daemon processes and provides the same results.
SCM
Go to the BEA_HOME\ales30-scm\bin directory and enter WLESscm.sh start or WLESscm.sh console.
Either command starts SCM processes as daemon processes and provides the same results.
Starting the Administration Server and SCM

Startup Option on Linux Reboots

To allow the SCM and Administration Server to start up after a reboot on Linux, set them to start on runlevel3 (non-graphical runlevel) and runlevel5 (graphical runlevel). To do this, run the following commands as root:

chkconfig --level 35 WLESscm on
chkconfig --level 35 WLESadmin on

To check the Administration Server runlevel, run:

chkconfig --list WLESscm
chkconfig --list WLESadmin

 


Stopping ALES Processes

Stop the Administration Server and SCM as described in Table 5-2.

Table 5-2
Platform
Description
Windows
ADMINISTRATION SERVER
Open the Start menu and select Programs>BEA Aqualogic Enterprise Security>Administration Server>Stop Server.
To use a command line, go to the BEA_HOME\ales30-admin\bin directory and enter WLESadmin.bat stop.
SCM
Open the Start menu and select Programs>BEA Aqualogic Enterprise Security>Service Control Manager>Stop SCM.
NOTE: To use a command line, go to the BEA_HOME\ales30-scm\bin directory and enter WLESscm.bat stop.
UNIX or Linux
ADMINISTRATION SERVER
Go to the BEA_HOME\ales30-admin\bin directory and enter WLESadmin.bat stop.
SCM
Go to the BEA_HOME\ales30-scm\bin directory and enter WLESscm.bat stop.
Stopping the Administration Server and SCM

 


Starting the Administration Tools

Installation of the Administration Server provides two administration tools:

To log on the administration tools:

  1. In Internet Explorer, enter as follows:
    • Entitlements Management Tool—https://<host>:<port>/entitlementsadministration
    • Administration Server Console— https://<host>:<port>/asi
    • where

      <host>—the host name or IP address
      <port>—the administration SSL port assigned during installation (default 7010)

  2. When you see a message about the security certificate being used, click Yes to display the log on window.
  3. On the log on page, enter the username and password (the defaults are system and weblogic respectively).
Notes:

  Back to Top       Previous  Next