After installing Resource Orchestrator, use the following procedure to configure SELinux.
Execute the following commands.
# /usr/sbin/semanage fcontext -a -t unconfined_exec_t '/etc/rc\.d/init\.d/rcvhb' <RETURN> |
The label is configured in the file.
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.
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 |
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".