Deployment Architecture

Why am I unable to start 2 of 4 search heads with "WARNING: web interface does not seem to be available!"?

jamesoconnell
Path Finder

I have four search head instances running in our NONPROD environment, but am getting the following error below when starting two of the four instances.

We are running Splunk Enterprise Splunk 6.2.0 (build 237341)

Regards,
-James O'Connell

...

 All preliminary checks passed.
 Starting splunk server daemon (splunkd)...
 Done
                                                       [  OK  ]
 Waiting for web server at http://127.0.0.1:38000 to be available
 WARNING: web interface does not seem to be available!
0 Karma

sloshburch
Splunk Employee
Splunk Employee

When I've had this issue, I chalked it up to entropy on the system over time. Assuming the config and the ports are all good, then I start with some simple and basic things:

  1. Run splunk stop and then do a kill -9 on the results of: ps -ef | grep -i splunk | grep -v grep | awk '{print $2;}' to stop anything that didn't actually shut down
  2. Restart the actual server thereby purging any zombie processes that might not be needed but are still running from usage over time
  3. When all else fails, reinstall that instance. This can be made easy through proper use of the configuration distribution features

renjith_nair
Legend

Are you running all instances on same machine? If that's the case make sure your ports are not conflicting.

Check splunkd.log for errors. One of your configuration might be incorrect or there are some conflicts.

Also check if mongod instance (kvstore) is shutdown properly and no process is running. We had an issue where stale process of mongo was running which prevents re-starting.

As always, log files are the first place to look for any issues.

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...