Sun Java Enterprise System 2005Q4 Installation Guide for UNIX

Checking Port Numbering

ProcedureTo Verify Solaris Port

Steps
  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 10161 to 10165:


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


    # /opt/SUNWcacao/bin/cacaoadm start

ProcedureTo Verify Linux Port

Steps
  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 10161 to 10165:


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


    # /opt/sun/cacao/bin/cacaoadm start