Hi,
I am trying to start splunk on a server running RH5, and get the belowmessage re: selinux. I have tried adding the line:
export SPLUNK_IGNORE_SELINUX=1
in the file opt/splunk/etc/splunk-launch.conf, but I still get the message. Any suggestions?
Kamal...
/opt/splunk/bin/splunk start
Splunk> Take the sh out of IT.
Checking prerequisites...
Checking http port [8000]: open
Checking mgmt port [8089]: open
Checking configuration... Done.
Checking index directory... Done.
Checking databases...
Validated databases: _audit, _blocksignature, _internal, _thefishbucket, history, main, sample, splunklogger, summary
Checking for SELinux.
Command error: Splunk will not run with SELinux enabled.
If you have adjusted Splunk's security level with chcon, you can bypass this check by setting the 'SPLUNK_IGNORE_SELINUX' environment variable.
... View more