Users Guide

106 Installing Managed System Software on Supported Linux Operating Systems
Workaround for the Libssl Issue
If the required library needed by openwsman is present on your system, the
autoconf_cim_component.sh script tries to resolve the libssl.so issue.
However, if the library is not present, then the script will report the same.
Check if the latest version of the libssl library is installed on your system and
then create a soft link with libssl.so.
For example: On a 32-bit OpenManage installation, if you have
libssl.so.0.9.8a and libssl.so.0.9.8b in /usr/lib, then create
soft link with the latest libssl.so.0.9.8b:
ln -sf /usr/lib/libssl.so.0.9.8b
/usr/lib/libssl.so
ldconfig
On a 64-bit OpenManage installation, if you have libssl.so.0.9.8a and
libssl.so.0.9.8b in /usr/lib, then create soft link with the latest
libssl.so.0.9.8b:
ln -sf /usr/lib64/libssl.so.0.9.8b
/usr/lib64/libssl.so
ldconfig
Uninstalling Managed System Software
You can uninstall managed system software from the Red Hat Enterprise
Linux, SUSE Linux Enterprise Server, or VMware ESX command line.
Prerequisites for Uninstalling Managed System Software
You must be logged in as root.
Uninstalling Managed System Software From the Red Hat Enterprise
Linux or SUSE Linux Enterprise Server Command Line
An uninstallation script is installed when you install Server Administrator. You
can execute the script by typing srvadmin-uninstall.sh and then
pressing <Enter>.