Install Guide

: 要在运行 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 上支持 CRL。对于其他操作系统,请联
系操作系统供应商以提供所需的 CURL 程序库与 CRL 支持。
运行 sfcb openwsman
运行 sfcb openwsman
/etc/init.d/sfcb start
/etc/init.d/openwsmand start
: Red Hat Enterprise Linux 6 中,使用 sblim-sfcb 代替 sfcb
Red Hat Enterprise Linux 6 上,要让 sblim-sfcb openwsman 在重新引导后自动启动,需要使用 chkconfig 公用程序更改运行
级别。例如,若要在运行级别 3 5 上运行 sblim-sfcb,请使用以下命令:
#chkconfig sblim-sfcb on --level 35
预安装设置
13