Users Guide

l /etc/pam.d/sfcb
l /etc/pam.d/system-auth
l /etc/pam.d/common-account
2. /etc/pam.d/openwsman /etc/pam.d/sfcb のコンテンツを以下で置換します
%PAM-1.0
auth include common-auth
auth required /lib/security/pam_nologin.so
account include common-account
3. /etc/pam.d/system-auth のコンテンツを以下で置換します
auth required pam_env.so
auth sufficient pam_unix2.so debug
auth sufficient pam_winbind.so use_first_pass debug
4. /etc/pam.d/common-account のコンテンツを以下で置換します
account sufficient pam_unix2.so
account sufficient pam_winbind.so
Libssl 問題回避策
openwsman が必要とする必須ライブラリがシステム上に存在する場合、autoconf_cim_component.sh スクリプトが libssl.so 問題を解決しようとしますただし、同ライブラリが存在しない
合、スクリプトはじように問題を報告します。最新バージョンの libssl ライブラリがシステムにインストールされているかチェックしてからlibssl.so でソフトリンクを作成します
たとえばlibssl.so.0.9.8a libssl.so.0.9.8b /usr/lib 内に存在する場合は、最新libssl.so.0.9.8b でソフトリンクを作成します
l ln -sf /usr/lib/libssl.so.0.9.8b /usr/lib/libssl.so
l ldconfig
管理下システムソフトウェアのアンインストール
Red Hat Enterprise LinuxSUSE Linux Enterprise Serverまたは VMware ESX のコマンドラインから管理下システムソフトウェアをアンインストールできます
管理下システムソフトウェアインストールのための必要
ルート としてログインする必要があります
Red Hat Enterprise Linux または SUSE Linux Enterprise Server のコマンドラインから管理下システムソフ
トウェアをアンインストールできます
アンインストールスクリプトは Server Administrator のインストールにインストールされますsrvadmin-uninstall.sh 入力して<Enter> を押すとスクリプトを実行できます
指定のコンポーネントのカスタムアンインストール
DellOpenManageのすべてをアンインストールせずにコンポーネントを個別に選択してアンインストールすることもできます。次に例をします
Server Administrator Web Server のみをアンインストールする場合、次のコマンドを利用します
rpm -e `rpm -qa | grep srvadmin-iws`
ストレージコンポーネントをアンインストールするには、次のコマンドを使用します
rpm -e `rpm -qa | grep srvadmin-storage`