Sun Java System Delegated Administrator 6.4 Administration Guide

Run Delegated Administrator Console and Utility

Launching the Console

The Delegated Administrator console is launched by accessing the Web container to which it is deployed.

ProcedureTo launch the Delegated Administrator console

  1. Go to the following url:

    http://host:port/da

    where

    host is the Web container host machine

    port is the Web container port

    For example:

    http://siroe.com:8080/da

    The Delegated Administrator console log-in window appears.


    Note –

    In previous releases of Delegated Administrator, the console was launched from the following url:

    http://host:port/da/DA/Login

    You can continue to use this url in the current release.


  2. Log in to the Delegated Administrator console.

    You could use the Top-Level Administrator (TLA) user ID and password specified in the Delegated Administrator configuration program. This information was requested in the following panel:

    Top-Level Administrator for the default organization


    Note –

    Values set in Access Manager can determine session time-outs when you are running the Delegated Administrator console. For information on the session time-out values, see “Session Service Attributes,” in the Sun Java System Access Manager Administration Guide. For information on viewing these values in the Access Manager console, see “Current Sessions” in the Sun Java System Access Manager Administration Guide.



    Note –

    Do not set your browser to display the JavaScript Console or pop-up JavaScript errors. Doing so will display JavaScript errors that have no impact on the proper functioning of the Delegated Administrator console. To disable JavaScript errors, take these steps:

    • In Internet Explorer, disable the following option: Tools —> Internet Options —> Advanced —> “Display a notification about every script error.”

    • In Mozilla, do not explicitly open the following option: Tools —> JavaScript Console


Running the Command-Line Utility

You can run the Delegated Administrator utility by entering the command name, commadmin, from a terminal window.

ProcedureTo run the command-line utility

  1. Go to the da-base/bin/ directory. For example, go to /opt/SUNWcomm/bin/.

  2. Enter the commadmin command.


Example 3–1 Using commadmin to search for users

The following command searches for users in the varrius.com domain:


commadmin user search -D chris -w bolton -d varrius.com -n sesta.com

For details about this commadmin command, see commadmin user search.


commadmin Return Codes

Tip –

When a commadmin operation success, an OK message is displayed on the command line.

If a failure occurs, the following message appears:

FAIL

<message>

Where <message> displays the error text.