Sun Java System Application Server 9.1 Update 1-9.1 Update 2 Release Notes

Packaging

This section describes known issues and associated solutions related to the packaging of the software code for the Application Server 9.1 product.

AIX: monitor command doesn't work on AIX (6655731)

Description

The monitor command cannot be run on the AIX operating system because the libcliutil.so library file is not packaged in Application Server 9.1.

ProcedureSolution: To Install the Missing libcliutil.so Library File

  1. Download the appserv-native-9.1.1-b16a.jar file.

  2. Change to the directory to where you downloaded the appserv-native-9.1.1-b16a.jar file.


    prompt% cd destination-dir
    
  3. Extract the contents of the appserv-native-9.1.1-b16a.jar file.


    prompt% jar xf appserv-native-9.1.1-b16a.jar
    
  4. Copy the libcliutil.so file to the as-install/lib directory.


    prompt% cp libcliutil.so as-install/lib