To Change the DSCC Agent Port Number

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


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


  1. As root, verify the existing port number for jmxmp-connector-port.
    $ 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 in Oracle Fusion Middleware Administrator’s Guide for Oracle Directory Server Enterprise Edition.

  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.