Users Guide

Installing Managed System Software on Supported Linux and VMware ESX Server Operating
3
Replace the content of
/etc/pam.d/common-auth
with:
auth required pam_env.so
auth sufficient pam_unix2.so debug
auth sufficient pam_winbind.so use_first_pass
debug
4
Replace the content of
/etc/pam.d/common-account
with:
account sufficient pam_unix2.so
account sufficient pam_winbind.so
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: 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
Performing an Unattended Installation of the
Managed System Software
You can use Dell OpenManage installer’s Express Install and Custom Install
options for the unattended installation procedure.
Unattended installation allows you simultaneously to install Server Administrator
on multiple systems. You can perform an unattended installation by creating an
unattended installation package that contains all of the necessary managed
system software files.
The unattended installation package is distributed to the remote systems
using a software distribution tool from an ISV. After the package is
distributed, RPM installs the software.