Solaris 8 (SPARC Platform Edition) 2/04 Release Notes

System Administration Bugs

Remote Display of Solaris Management Console Hangs (4488117)

When you remotely display the Solaris Management Console on the Solaris 8 7/01, or 2/04 operating environment, opening a dialog box in the console causes the console, including the open dialog box, to hang.

Workaround: Use the Solaris Management Console on your local system to connect to, and manage, a system running the Solaris 8 7/01, or 2/04 operating environment. Follow these steps.

  1. Close the hung console window.

  2. Start the Solaris Management Console on your local system.

  3. Select Open Toolbox from the console menu.

  4. Click the Server Toolbox tab and select, or enter, the name of the remote system you want to manage.

  5. Click the Open button.

You can now use the console to manage the remote system.

Web-Based Enterprise Management (WBEM) HTTP Service Does Not Automatically Start (4486999)

The WBEM HTTP service in the Solaris 8 operating environment does not automatically start. If you want to use HTTP to connect to WBEM, you must manually start the WBEM HTTP service.

Workaround: To manually start the WBEM HTTP service, follow these steps.

  1. Become superuser.

  2. Stop the WBEM server if it is running.


    # /etc/init.d/init.wbem stop
    

  3. Set your classpath to include the following .jar files.


    # CLASSPATH=/usr/sadm/lib/wbem/cimapi.jar:/usr/sadm/lib/xml.jar:\
      /usr/sadm/lib/wbem/cimom.jar
    # export CLASSPATH
    

  4. Start the HTTP service.


    # java com.sun.wbem.client.HttpService &
    
  5. Start the Common Information Model (CIM) Object Manager service.


    # /usr/sadm/lib/wbem/wbemconfig &
    

WBEM Event Delivery Fails When Lowercase Is Used (4441369)

If a Solaris provider generates indications and the class name is set to lowercase, the event delivery fails.

Workaround: Use uppercase characters to define indication class names.

Incorrect Error Message When Using flarcreate -e and -E (4404811)

If you run the flarcreate command with both the -e and -E options an error is encountered. The following message is displayed.


ERROR: Options -D and -f are mutually exclusive

The message should read as follows.


ERROR: Options -E and -e are mutually exclusive

Workaround: Ignore the error message. Do not use the -e and -E options together.

Obsolete Files Still Present in Help System (4339515)

After selecting Help -> Information from the Front Panel, a list of obsolete files is returned. The correct file is S8FCSreleasenotes.

CIM_ERR_LOW_ON_MEMORY Error Occurs When Trying to Add Data With WBEM (4312409)

The following error message is displayed when memory is low:


CIM_ERR_LOW_ON_MEMORY
You cannot add more entries when the CIM Object Manager has run low on memory. You must reset the CIM Object Manager Repository.

Workaround: To reset the CIM Object Manager Repository, follow these steps.

  1. Become superuser.

  2. Stop the CIM Object Manager.


    # /etc/init.d/init.wbem stop
    

  3. Remove the JavaSpaces log directory.


    # /bin/rm -rf /var/sadm/wbem/logr
    

  4. Restart the CIM Object Manager.


    # /etc/init.d/init.wbem start
    


    Note –

    You lose any proprietary definitions in your datastore. You must recompile the MOF files that contain those definitions by using the mofcomp command. For example:


    # /usr/sadm/bin/mofcomp -u root -p root_password your_mof_file