Sun Java logo     Previous      Contents      Next     

Sun logo
Sun Java System Identity Pack 2005Q4M3 Installation  

12

Getting Started

Follow these steps to begin using the applications.

  1. Start your application server.
  2. In a Web browser, enter the URL for your application server, appended with the URL for the Web application (typically, this is /idm).

  3. Note  If you are using Internet Information Server (IIS) as your Web server, you must add index.html to the list of Default Documents under Properties, on the Identity Manager virtual directory in ISS. Otherwise, the applications main page will not resolve correctly when accessing the Identity Manager server.

  4. Enter a user ID and password to log in. You can log in with one of the default account IDs and passwords:
  5. ID: Configurator
    Password: configurator

    OR

    ID: Administrator
    Password: administrator


    WARNING  It is strongly recommended that you reset the default administrator account passwords after installation.


    Tip  For security reasons, we additionally recommend that you access the applications through a secure Web server using https. Read the chapter titled Identity Manager Security in Identity Manager Administration or Identity Auditor Administration or additional security recommendations.


Enabling Language Support

The applications support multiple languages. To enable language support, follow these steps:

  1. Download a language pack from the Sun Download Center, which is part of the Online Support Center (http://www.sun.com/supportraining/). A registered account name and password is required to access to the download center.
  2. Follow the installation instructions provided with the language pack.


Deploying Identity Manager for Mac OS X

When deploying Identity Manager, you must make several modifications to accommodate the Mac OS X environment.

Modify the lh.sh File

You must modify the bin/lh.sh file to detect Darwin as an operating system. Otherwise, Identity Manager assumes that it is executing on the Windows operating system.

Customize MultiSelect Components for the User Interface

MultiSelect boxes, as presented by default in the Identity Manager User Interface, are not compatible with the Safari browser. You must customize all forms containing MultiSelect components to set the noApplet option. Set this option as follows:

<Display class='MultiSelect'>

<Property name='noApplet' value='true'/>

  ...

Use Safari Enhancer for the Administrator Interface

While the Administrator Interface is not officially supported for Safari, you can try this unsupported method that is known to work for Safari users:

  1. Quit Safari.
  2. Install Safari Enhancer from the following location, and enable Safari’s Debug menu:
  3. http://www.versiontracker.com/dyn/moreinfo/macosx/17776
  4. Restart Safari.
  5. Select Windows MSIE 6.0 from the Debug:User Agent menu.
  6. Point Safari to your Identity Manager installation.


Starting the Business Process Editor

To run the Business Process Editor (BPE), you must have:

To start the BPE:

  1. From a command line, change to the Identity Manager installation directory.
  2. Set environment variables with these commands:

    set WSHOME=<Path_to_idm_directory>
    set JAVA_HOME=<path_to_jdk>


    Note  If your application server has staging directories, set WSHOME to the staging directory that was used for installation. Keep this directory after deploying the product.


    Note  If you are starting the BPE on a UNIX system, you must also enter

    export WSHOME JAVA_HOME

  3. To start the BPE from the idm\bin directory:
  4. lh config

    The BPE interface appears.


    Note  You can enable automatic login of the BPE from the Options dialog. After logging in, select Tools —> Options. The BPE displays the Editor Options dialog, which lets you enable login by specifying a valid username and password.


Setting the lh Environment

Some deployments require added environment variables and other settings to the shell environment (or command environment in Windows) for lh to function. There is now an environment file that the lh script sources deployment specific environment settings:

$WSHOME/bin/lhenv.sh

For example when using a WebSphere 5 datasource for the repository, extra environment variables are required for lh to function. Sample files for this purpose are included in:

sample/other/idm-env.sh-ws5 (UNIX)

sample/other/idm-env.bat-ws5 (Windows)


Help and More Information

The following printed and online documentation and information can help you use Identity Manager after installation:



Previous      Contents      Next     


Copyright 2006 Sun Microsystems, Inc. All rights reserved.