Monitoring Splunk

Is there a way to reload splunkd.pid and splunkweb.pid?

_gkollias
Builder

I ran in to this error as I was restarting a search head:

[splunk@serverName bin]$ ./splunk restart
splunkweb is not running.                                  [FAILED]
splunkd is not running.                                    [FAILED]

Splunk> Needle. Haystack. Found.

Checking prerequisites...
        Checking http port [xxxx]: already bound
ERROR: The http port [xxxx] is already bound.  Splunk needs to use this port.
Would you like to change ports? [y/n]:

I went in to /var/run/splunk and discovered that both pid files were non-existent. Is there a way to reload them so they are created, or is there a manual effort where I can create them? The only thing there are the pids generated for each.

Any insight would be greatly appreciated!

Tags (2)
0 Karma
1 Solution

Yasaswy
Contributor

Hi,
I might have misunderstood the question, are you saying that your ports are "not" bound? If the ports are available, typically you can just restart splunk as you did above and it should create the pid files.

You can verify listening port by running netstat -anp|grep LIST
If the default ports (8000 and 8089) are bound (or ports you defined for splunk are bound). You may need to shut off the processes using those ports or run splunk on different ports.
You can reload process by killall -HUP pid

View solution in original post

Yasaswy
Contributor

Hi,
I might have misunderstood the question, are you saying that your ports are "not" bound? If the ports are available, typically you can just restart splunk as you did above and it should create the pid files.

You can verify listening port by running netstat -anp|grep LIST
If the default ports (8000 and 8089) are bound (or ports you defined for splunk are bound). You may need to shut off the processes using those ports or run splunk on different ports.
You can reload process by killall -HUP pid

_gkollias
Builder

The netstat command is perfect. Exactly what was needed to kill the orphan process. Thanks!

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 ...