Owner's Manual

auth include common-auth
auth required /lib/security/pam_nologin.so
account include common-account
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 reports 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 Dell 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:
l ln -sf /usr/lib/libssl.so.0.9.8b /usr/lib/libssl.so
l ldconfig
On a 64-bit Dell 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:
l ln -sf /usr/lib64/libssl.so.0.9.8b /usr/lib64/libssl.so
l ldconfig
Uninstalling Managed System Software
To uninstall Managed System Software, you must be logged in as root.
Uninstalling Managed System Software Using the Uninstall Script
An uninstallation script is installed when you install Server Administrator. You can execute the script by typing srvadmin-uninstall.sh and then pressing
<Enter>.
Uninstalling Managed System Software Using the RPM Command
TheindividualcomponentsofDellOpenManagecanbeuninstalledwithoutuninstallingallofDellOpenManage.Followingareexamples:
To uninstall only the Server Administrator Web Server, use this command:
rpm e `rpm -qa | grep srvadmin-iws`
During an uninstallation, files in which user settings are made are preserved with the .rpmsave file extension. Log files are also preserved after the
uninstallation.
Using Dell OpenManage with Citrix XenServer
The Dell OpenManage Server Administrator is installed in Citrix XenServer using the Dell OpenManage Supplemental Pack. The OpenManage Supplemental
Pack for Citrix XenServer 5.6 FP1can be installed in two ways:
l During the installation of XenServer
a. Start the installation of XenServer as usual and follow the instructions on the screen.
b. One of the early questions during the installation process of XenServer is if you want to install any Supplemental Packs, select 'Yes' and continue
with the installation process.