Users Guide

Installing Managed System Software on Supported Linux Operating Systems 105
Running sfcb and openwsman
NOTE: In Red Hat Enterprise Linux 6, replace sfcb with sblim-sfcb.
Run sfcb and openwsman:
/etc/init.d/sfcb start
/etc/init.d/openwsmand start
On Red Hat Enterprise Linux 6 , for the sblim-sfcb and openwsman to
start automatically after a reboot you need to change the run-levels using the
chkconfig utility. For example, if you want to run sblim-sfcb in run-
levels 3 and 5, use the following command:
#chkconfig sblim-sfcb on --level 35
Refer to the operating system documentation for more details on
chkconfig and its usage.
The managed system is configured and is ready to be used by the Server
Administrator Web Server.
Winbind Configuration for openwsman and sfcb for Red Hat Enterprise
Linux Operating Systems
Follow the instructions mentioned below to configure openwsman and sfcb
on 32-bit OMI installation. In case of a 64-bit installation, replace "lib" with
"lib64".
1
Take a backup of the following files:
/etc/pam.d/openwsman
/etc/pam.d/sfcb
/etc/pam.d/system-auth
2
Replace the content of
/etc/pam.d/openwsman
and
/etc/pam.d/sfcb
with:
auth required pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
account required pam_stack.so service=system-auth
3
Replace the content of
/etc/pam.d/system-auth
with:
%PAM-1.0
This file is auto-generated.