Oracle® Identity Manager Installation and Configuration Guide for JBoss Application Server Release 9.1.0 Part Number E10369-04 |
|
|
View PDF |
This chapter describes how to start and stop Oracle Identity Manager, and how to access the Administrative and User Console. This chapter contains the following topics:
Important:
You must complete all post-installation steps in Chapter 7, "Postinstallation Configuration for Oracle Identity Manager and JBoss Application Server" before starting Oracle Identity Manager.After you start any Oracle Identity Manager component for the first time, or after you change any passwords in the xlconfig.xml file, Oracle Identity Manager encrypts and saves the passwords. Oracle Identity Manager also creates a backup copy of the xlconfig.xml file before saving changes to the file. These backup files contain old passwords in plaintext. The backup file are named xlconfig.xml.x, where x is the latest available number, for example xlconfig.xml.0, xlconfig.xml.1, and so on.
Note:
You must remove these backup files after starting any Oracle Identity Manager component for the first time, or on restarting after changing any passwords in xlconfig.xml once you have established that the new password is working properly.This section describes how to start Oracle Identity Manager on Microsoft Windows, UNIX.
To start Oracle Identity Manager:
Verify that your database is up and running.
Start Oracle Identity Manager by running one of the following scripts appropriate for your operating system. Running the Oracle Identity Manager start script also starts JBoss Application Server.
On Microsoft Windows
OIM_HOME
\xellerate\bin\xlStartServer.bat
On UNIX
OIM_HOME
/xellerate/bin/xlStartServer.sh
To stop Oracle Identity Manager gracefully, you stop the JBoss Application Server by running one of the following scripts appropriate for your operating system.
On Microsoft Windows
JBOSS_HOME
\bin\shutdown.bat -S
On UNIX
JBOSS_HOME
/bin/shutdown.sh -S
After starting the JBoss Application Server and Oracle Identity Manager, you can access the Administrative and User Console.
To access the Administrative and User Console:
Browse to the following URL by using a Web browser:
http://hostname:port/xlWebApp
In this URL, hostname
represents the name of the computer hosting the application server and port
refers to the port on which the server is listening. The default port number for JBoss Application Server is 8080.
Note:
The application name, xlWebApp, is case-sensitive.For example:
http://localhost:8080/xlWebApp
After the Oracle Identity Manager login page is displayed, log in with your user name and password.
The Diagnostic Dashboard verifies each component in your postinstallation environment by testing for:
A trusted store
Single Sign-On Configuration
Messaging capability
A task scheduler
A Remote Manager
The Diagnostic Dashboard also checks for all supported versions of components along with their packaging.
Note:
See "Using the Diagnostic Dashboard" for more information.