Solaris 8 (SPARC Platform Edition) Online Release Notes Update

System Administration Bugs

Exception: PS_UNAVAILABLE: 1 (out of memory) Error Occurs When Trying To Add Instances With WBEM (4284874)

The following error message indicates that JavaSpacesTM 1.0 has run out of cache memory:


Exception: PS_UNAVAILABLE: 1  
You therefore cannot add more entries to the Common Information Manager Object Manager (CIMOM) Repository.

Workaround: To continue adding CIM classes and instances to the CIM Object Manager Repository.

  1. Stop the CIM Object Manager.


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

  2. Restart the CIM Object Manager in Safe Mode.


    # /usr/sadm/lib/wbem/wbemconfig safe 
    

    This increases the memory heap and restarts the CIM Object Manager.

WBEM Common Information Model Object Manager Crashes When Solaris_FileSystem Instances Are Requested (4301275)

If you enumerate instances of the Solaris_FileSystem class by using CIM WorkShop or the WBEM APIs, then the CIMOM no longer runs and the following error message is displayed:


Attempted to complete RMI action
enumInstances and received exception 
java.rmi.UnmarshalException: Error 
unmarshaling return header; nested 
exception is:
java.io.EOFException

Workaround: Restart the CIMOM by typing the following command in superuser mode.


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