System Administration Guide: Advanced Administration

ProcedureHow to Check Port Numbers

This procedure shows you how to verify the Solaris port.

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. Stop the common agent container management daemon.


    # /usr/sbin/cacaoadm stop
    
  3. Change the port numbs by using the following syntax:


    # /usr/sbin/cacaoadm set-param param=value
    

    For example, to change the port occupied by the SNMPAdaptor from the default of 11161 to 11165, type:


    # /usr/sbin/cacaoadm set-param snmp-adaptor-port=11165 
    
  4. Restart the common agent container management daemon.


    # /usr/sbin/cacaoadm start