Top
ServerView Resource Orchestrator Virtual Edition V3.2.0 Setup Guide
FUJITSU Software

H.1.3 HBA address rename Setup Service

After installing Resource Orchestrator, use the following procedure to configure SELinux.

  1. Execute the following commands.

    # /usr/sbin/semanage fcontext -a -t unconfined_exec_t '/etc/rc\.d/init\.d/rcvhb' <RETURN>
    # /usr/sbin/semanage fcontext -a -t unconfined_exec_t '/etc/rc\.d/init\.d/PXEService' <RETURN>
    # /usr/sbin/semanage fcontext -a -t unconfined_exec_t '/etc/rc\.d/init\.d/rservice' <RETURN>
    # /usr/sbin/semanage fcontext -a -t unconfined_exec_t '/etc/rc\.d/init\.d/scwtftpd' <RETURN>
    # /usr/sbin/semanage fcontext -a -t bin_t /opt/FJSVrcvhb/jre6/bin/java <RETURN>
    # /sbin/restorecon -R /etc/init.d <RETURN>
    # /sbin/restorecon /opt/FJSVrcvhb/jre6/bin/java <RETURN>

    The label is configured in the file.

  2. Check if the label of each file is correct.

    Execute the following commands.

    # ls -Z file <RETURN>

    For file, specify the target file for label check.

    Example

    To check the label of /opt/FJSVrcvhb/jre6/bin/java

    # ls -Z /opt/FJSVrcvhb/jre6/bin/java <RETURN>

    -rwxr-xr-x. root sys unconfined_u:object_r:bin_t:s0 /opt/FJSVrcvhb/jre6/bin/java

    The files and labels to check are as follows.

    Table H.4 Files to Check the Labels Of

    File

    Label

    /etc/init.d/PXEService

    unconfined_exec_t

    /etc/init.d/rcvhb

    /etc/init.d/rservice

    /etc/init.d/scwtftpd

    /opt/FJSVrcvhb/jre6/bin/java

    bin_t

  3. Restart the HBA address rename setup service.

    For details on how to restart the HBA address rename setup service, refer to "Chapter 6 Settings for the HBA address rename Setup Service" in the "Setup Guide VE".