![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 2030692.1 : STA 2.1 - Install on Redhat Linux Fails on SELINUX disable check
In this Document
Created from <SR 3-11026528281> Applies to:Sun StorageTek SL3000 Modular Library System - Version All Versions and laterInformation in this document applies to any platform. SymptomsWorking on a new install of STA 2.1 on a Redhat 6.6 Server. The installer script is failing during the SELINUX disabled prerequisite check. See the following in the STA install log (/Oracle/StorageTek_Tape_Analytics/inventory/logs/install<date>PM.log)
Checking Operating System has SELINUX disabled
Expected result: SELINUX is disabled Actual result: SELINUX is not disabled Check complete. The overall result of this check is: Failed<<<<
[root@xxx tmp]# cat /etc/sysconfig/selinux
SELINUX=disabled Cause The sestatus command is located at /usr/sbin/, which was not in the path for the user I was doing the install with. Solution**
Running the installer in debug mode it looks like the installer is unable to find the "sestatus" command. Run command : sestatus
Result : /bin/bash: line 16: sestatus: command not found The sestatus command is located at /usr/sbin/, which was not in the path for the user doing the install. Added /usr/sbin to the path for the user and the check passed. The STA install completed successfully. Attachments This solution has no attachment |
||||||||||||||||
|