JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: Advanced Administration
search filter icon
search icon

Document Information

Preface

1.  Managing Terminals and Modems (Overview)

2.  Setting Up Terminals and Modems (Tasks)

3.  Managing Serial Ports With the Service Access Facility (Tasks)

4.  Managing System Resources (Overview)

5.  Displaying and Changing System Information (Tasks)

6.  Managing Disk Use (Tasks)

7.  Managing UFS Quotas (Tasks)

8.  Scheduling System Tasks (Tasks)

9.  Managing System Accounting (Tasks)

10.  System Accounting (Reference)

11.  Managing System Performance (Overview)

12.  Managing System Processes (Tasks)

13.  Monitoring System Performance (Tasks)

14.  Troubleshooting Software Problems (Overview)

15.  Managing System Messages

16.  Managing Core Files (Tasks)

17.  Managing System Crash Information (Tasks)

18.  Troubleshooting Miscellaneous Software Problems (Tasks)

What to Do If Rebooting Fails

What to Do If You Forgot the Root Password

x86: What to Do If the SMF Boot Archive Service Fails During a System Reboot

What to Do If a System Hangs

What to Do If a File System Fills Up

File System Fills Up Because a Large File or Directory Was Created

A TMPFS File System is Full Because the System Ran Out of Memory

What to Do If File ACLs Are Lost After Copy or Restore

Troubleshooting Backup Problems

The root (/) File System Fills Up After You Back Up a File System

Make Sure the Backup and Restore Commands Match

Check to Make Sure You Have the Right Current Directory

Interactive Commands

Troubleshooting Common Agent Container Problems in the Oracle Solaris OS

Port Number Conflicts

How to Check Port Numbers

Compromised Security for Superuser Password

How to Generate Security Keys for the Oracle Solaris OS

19.  Troubleshooting File Access Problems (Tasks)

20.  Resolving UFS File System Inconsistencies (Tasks)

21.  Troubleshooting Software Package Problems (Tasks)

Index

Troubleshooting Common Agent Container Problems in the Oracle Solaris OS

This section addresses problems that you might encounter with the common agent container shared component. In this Oracle Solaris release, the common agent container Java program is included in the Oracle Solaris OS. The program implements a container for Java management applications. Typically, the container is not visible to the user.

The following are potential problems:

Port Number Conflicts

The common agent container occupies the following port numbers by default:


Note - If you are troubleshooting an installation of Oracle Solaris Cluster, the port assignments are different.


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

How to Check Port Numbers

This procedure shows you how to verify the 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

Compromised Security for Superuser Password

It might be necessary to regenerate security keys on a host that is running the Java ES. For example, if there is a risk that a superuser password has been exposed or compromised, you should regenerate the security keys. The keys that are used by the common agent container services are stored in /etc/cacao/instances/instance-name/security directory. The following task shows you how to generate security keys for the Oracle Solaris OS.

How to Generate Security Keys for the Oracle Solaris OS

  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. Regenerate the security keys.
    # /usr/sbin/cacaoadm create-keys --force
  4. Restart the common agent container management daemon.
    # /usr/sbin/cacaoadm start

    Note - For the Oracle Sun Cluster software, you must propagate this change across all nodes in the cluster.