Sun Java Communications Suite 5 Installation Guide

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