Sun Management Center 3.5 Update 1 Release Notes

Start Script Might Display Error Messages: Could not start Grouping service or Could not start Platform Agent (4851517, 5016981)

You might see these error messages when you run the es-guiinst command on the Sun Fire 15K system controller or when the Sun Management Center components are started on a heavily loaded machine.

The following error message might be displayed:


Could not start component

In addition, if a particular component process does not start within a specific amount of time, the start script might display the same error message, even if the component was successfully started.

This problem has been observed for both the Grouping service and the Platform Agent components.

The start script does the following actions:

A heavily loaded machine can delay the results of the status check, which results in an erroneous status check failure. The error occurs because the results were not received within n seconds.

Workaround: Complete the following workaround:

  1. Verify whether the following processes are running:

    • Agent

    • Topology service

    • Trap-handler service

    • Configuration service

    • Event-handler service

    • Metadata service

    • Platform Agent

    • Instances of Platform Agent

    Type the following command:


    /usr/bin/ps -eaf | grep esd
    
  2. To verify whether the Grouping service is running, type the following command:


    /usr/ucb/ps —wwxa | grep SunMCService
    

  3. To verify whether the Java server is running, use the following command:


    /usr/ucb/ps —wwxa | grep java | grep ServerMain
    

  4. To verify whether the web server is running, type the following command:


    /usr/ucb/ps —wwxa | grep java | grep tomcat
    

  5. To verify whether the Hardware Service is running, type the following command:


    /usr/ucb/ps —wwxa | grep java | grep HWDS
    

  6. If a service is not running, reduce the machine load and restart the Sun Management Center processes.