Install Guide

安装后配置脚本位于服务器文件系统的 /opt/dell/srvadmin/etc/
安装完所有相关 RPM Remote Enablement 功能后,执行 autoconf_cim_component.sh 脚本。
: 如果您从 SUSE Linux Enterprise Server 11 SP3 操作系统 DVD 安装了 sblim-sfcb RPM,则 Distributed Web Server
(DWS) 连接不能正常工作。要解决连接问题,您必须从 SUSE Linux Enterprise Server 11 SP2 操作系统 DVD 或从
Systems Management Tools and Documentation
DVD 安装 sblim-sfcb RPM
在执行 autoconf_cim_component.sh 脚本前,请确保已安装系统管理
执行以下命令根据默认配置: ./ autoconf_cim_component.sh 来配置 sfcb openwsman
: 要在受管节点上将 openwsman 配置为在另一个端口上运行,请结合 autoconf_cim_component.sh 使用 -p <
端口
>
项。这是可选配置,默认情况下,openwsman 将被配置为在端口 443 上运行。
: 要在运行 SUSE Linux Enterprise Server 操作系统的系统上成功地使用 openwsmand sfcbd 服务,请使用以下命
openwsmand
#grep openwsmand /var/log/audit/audit.log | audit2allow -M mypol
#semodule -i mypol.pp
sfcbd
#grep sfcbd /var/log/audit/audit.log | audit2allow -M mypol
#semodule -i mypol.pp
相关链接:
在支持的 Linux VMware ESX 上安装管理系统软件
WSMAN 创建服务器证书
可以为 WSMAN 创建新证书,也可以重复使用现有的证书。
创建新证书
您可以通过执行 /etc/openwsman 下的 owsmangencert.sh 脚本创建 WSMAN 的新服务器证书。此脚本由 openwsman RPM
供。请按照向导中的步骤创建服务器证书。
重复使用现有的证书
如果有自签证书或认证机构签署的证书,则可以通过以下方法为 openwsman 服务器使用相同的证书:使用现有的证书值更
/etc/openwsman/openwsman.conf [server] 标记分组内的 ssl_cert_file ssl_key_file 值。
openwsman 客户端配置 CRL
您需要配置 Server Administrator Web Server 使用的证书吊销列表 (CRL)。为此,请执行以下操作:
1. /etc/openwsman/openwsman_client.conf 中提供一个有效的 CRL 文件。
2. 如果保留空白,则忽略 CRL 检查。
: 只有 SUSE Linux Enterprise Server 版本 11 Red Hat Enterprise Linux Server 版本 5 更新 5 提供 CRL 支持。对
于其他操作系统
,请联系操作系统供应商以提供所需的包含 CRL 支持的 CURL 库。
运行 sfcb openwsman
运行 sfcb openwsman
/etc/init.d/sfcb start
/etc/init.d/openwsmand start
12