Administration Server Installation Guide

     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, starts the server, and loads the administration policy.

To install the policy database schema:

  1. Change to the BEA_HOME\ales32-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 Administration Server 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 Starting the Administration Server and SCM
Platform
Description
Windows
ADMINISTRATION SERVER
Open the Start menu and select Programs>Oracle Entitlements Server>Administration Server>Start Server.
To use a command line, go to the server’s 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>Oracle Entitlements Server>Service Control Manager>Start SCM.
To use a command line, go to go to the server’s 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 SCM’s bin directory and enter WLESscm.sh start or WLESscm.sh console.
Either command starts SCM processes as daemon processes and provides the same results.

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 Administration Server Processes

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

Table 5-2 Stopping the Administration Server and SCM
Platform
Description
Windows
ADMINISTRATION SERVER
Open the Start menu and select Programs>Oracle Entitlements Server>Administration Server>Stop Server.
To use a command line, go to the server’s bin directory and enter WLESadmin.bat stop.
SCM
Open the Start menu and select Programs>Oracle Entitlements Server>Service Control Manager>Stop SCM.
To use a command line, go to the SCM’s bin directory and enter WLESscm.bat stop.
UNIX or Linux
ADMINISTRATION SERVER
Go to the server’s bin directory and enter WLESadmin.sh stop.
SCM
To use a command line, go to the SCM’s bin directory and enter WLESscm.sh stop.

 


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 Administration Application—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 admin and password respectively).
Notes:

  Back to Top       Previous  Next