JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Directory Server Enterprise Edition Administration Guide 11g Release 1 (11.1.1.5.0)
search filter icon
search icon

Document Information

Preface

Part I Directory Server Administration

1.  Directory Server Tools

2.  Directory Server Instances and Suffixes

3.  Directory Server Configuration

4.  Directory Server Entries

5.  Directory Server Security

6.  Directory Server Access Control

7.  Directory Server Password Policy

8.  Directory Server Backup and Restore

9.  Directory Server Groups, Roles, and CoS

10.  Directory Server Replication

11.  Directory Server Schema

12.  Directory Server Indexing

13.  Directory Server Attribute Value Uniqueness

14.  Directory Server Logging

15.  Directory Server Monitoring

Part II Directory Proxy Server Administration

16.  Directory Proxy Server Tools

17.  Directory Proxy Server Instances

18.  LDAP Data Views

19.  Directory Proxy Server Certificates

20.  Directory Proxy Server Load Balancing and Client Affinity

21.  Directory Proxy Server Distribution

22.  Directory Proxy Server Virtualization

23.  Virtual Data Transformations

24.  Connections Between Directory Proxy Server and Back-End LDAP Servers

25.  Connections Between Clients and Directory Proxy Server

26.  Directory Proxy Server Client Authentication

27.  Directory Proxy Server Logging

28.  Directory Proxy Server Monitoring and Alerts

Part III Directory Service Control Center Administration

29.  Directory Service Control Center Configuration

Directory Service Control Center Interface

Administration Users for DSCC

To Access DSCC

DSCC Command Line Interface

dsccsetup command

dsccreg command

DSCC Tabs Description

Common Tasks Tab

Directory Servers Tab

Proxy Servers Tab

Server Groups Tab

Settings Tab

DSCC Online Help

Configuring DSCC

To Change the Common Agent Container Port Number

To Reset the Directory Service Manager Password

Troubleshooting DSCC

Index

Configuring DSCC

This section provides the following information about configuring DSCC:

To Change the Common Agent Container Port Number

The default common agent container port number is 11162. The common agent container defines the DSCC agent port as jmxmp-connector-port. If for administrative reasons you need to use a different port number for the DSCC agent and common agent container, use the following procedure.

You cannot use DSCC to perform this task. Use the command line, as described in this procedure.

  1. For native packages installation, verify the existing port number for jmxmp-connector-port. You must be root to perform this operation.
    $ su 
    Password: 
    # cacaoadm list-params
    ...
    jmxmp-connector-port=11162
    ...
  2. Change the DSCC agent port number.

    The common agent container must be stopped when changing the DSCC agent port number.

    # cacaoadm stop
    # cacaoadm set-param jmxmp-connector-port=new-port
    # cacaoadm start

    For the location of this command, see Command Locations.

  3. In DSCC, unregister your servers, and then reregister them using the new DSCC agent port number.

    In addition, when you create a new server, you must specify the non-default DSCC agent port number.

To Reset the Directory Service Manager Password

To reset the Directory Service Manager password, use DSCC, as described in this procedure.

  1. Access DSCC as described in To Access DSCC.
  2. Click the Settings tab, then choose Directory Service Managers.
  3. Click the name of the Directory Service Manager for which you want to change the password.
  4. In the properties screen, enter the new password.

    Confirm the new password by typing it again in the Confirm Password field. Click OK to save your changes.

Troubleshooting DSCC

For information about troubleshooting DSCC, see Chapter 8, Troubleshooting DSCC Problems, in Oracle Directory Server Enterprise Edition Troubleshooting Guide.