I am getting following error while i am trying to start the splunk forwarder process.
Can anyone please help me??
Thanks seems to have resolved it after i deleted the splunk.pid file from var/run folder inside splunk.
Agree, the answer is removing .pid file, but for easy copy and paste on Linux machines
ensure you are "splunk" user
SPLUNK_HOME="/opt/splunk"
rm $SPLUNK_HOME/var/run/splunk/splunkd.pid
$SPLUNK_HOME/bin/splunk status
$SPLUNK_HOME/bin/splunk start
pretty much what adityapavan18 said above but...
i moved the file '//var/run/splunk/splunkd.pid' to '//var/run/splunk/splunkd.pid.old' then ran '//bin/splunk start'. I guess you can delete the .old file after that.
the new splunkd.pid is created after start is complete
we can remove or we can rename or we can move to other location the splunk.pid file.
while starting splunkd it will check for the old splunk.pid file if its not there it will create new one and splunkd will be started
Thanks seems to have resolved it after i deleted the splunk.pid file from var/run folder inside splunk.
Thanks for the update , Even I undergone the same issue , after performing suggested steps , splunk started
for easier copy paste 🙂
rm $SPLUNK_HOME/var/run/splunk/splunkd.pid
$SPLUNK_HOME/bin/splunk status
$SPLUNK_HOME/bin/splunk start
What's the reason for this? We are facing issue multiple time.