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.
 Solution: To Install the Missing libcliutil.so Library
File
Solution: To Install the Missing libcliutil.so Library
FileDownload the appserv-native-9.1.1-b16a.jar file.
Change to the directory to where you downloaded the appserv-native-9.1.1-b16a.jar file.
| prompt% cd destination-dir | 
Extract the contents of the appserv-native-9.1.1-b16a.jar file.
| prompt% jar xf appserv-native-9.1.1-b16a.jar | 
Copy the libcliutil.so file to the as-install/lib directory.
| prompt% cp libcliutil.so as-install/lib |