Sun Java Communications Suite 5 Installation Guide

Port Number Conflicts

The common agent container (V2.0) included with Communications Suite reserves the following port numbers by default:

If you are troubleshooting an installation of Sun Cluster, the port assignments are different because Sun Cluster uses a different version of common agent container. In this case, default ports are as follows:

If your installation already reserves any of these port numbers, change the port numbers used by the common agent container as described in the following procedure.

Checking Port Numbering

For further information on the common agent container cacaoadm command, see the cacaoadm man page. If you cannot see this man page at the command line, verify that your MANPATH is set correctly. Refer to Verifying the MANPATH.

ProcedureTo Verify Solaris Port

  1. As root, stop the common agent container management daemon:


    /opt/SUNWcacao/bin/cacaoadm stop
  2. Change the port number using the following syntax:

    /opt/SUNWcacao/bin/cacaoadm set-param param=value

    For example, to change the port occupied by the SNMP Adaptor from the default 11161 to 11165:


    Note –

    For Sun Cluster, use previously-specified ports.



    /opt/SUNWcacao/bin/cacaoadm set-param snmp-adaptor-port=11165
  3. Restart the common agent container management daemon:


    /opt/SUNWcacao/bin/cacaoadm start

ProcedureTo Verify Linux Port

  1. As root, stop the common agent container management daemon:


    /opt/sun/cacao/bin/cacaoadm stop
  2. Change the port number using the following syntax:

    /opt/sun/cacao/bin/cacaoadm set-param param=value

    For example, to change the port occupied by the SNMP Adaptor from 11161 to 11165:


    /opt/sun/cacao/bin/cacaoadm set-param snmp-adaptor-port=11165
  3. Restart the common agent container management daemon:


    /opt/sun/cacao/bin/cacaoadm start