<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to Control SPLUNKD in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320412#M5507</link>
    <description>&lt;P&gt;Ahh, in that case it sound like Splunk is not running, but it was not stopped gracefully (perhaps because it ran out of disk) and thus it’s not cleared it’s pid. &lt;/P&gt;

&lt;P&gt;I guess either that pid is no longer running, or (unluckily) something else now has it. Hence the ‘not permitted’&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2017 18:27:40 GMT</pubDate>
    <dc:creator>nickhills</dc:creator>
    <dc:date>2017-12-05T18:27:40Z</dc:date>
    <item>
      <title>Unable to Control SPLUNKD</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320408#M5503</link>
      <description>&lt;P&gt;I have been having space issue on one of my indexes running SPLUNK 6.5.1. The box appears to crash from time to time. Typically I have to restart SPLUNK, but today I am unable to control SPLUNKD. I get this when I issue a splunk command:&lt;/P&gt;

&lt;P&gt;Stopping splunk helpers...&lt;BR /&gt;
couldn't send SIGTERM to pid 2972: Operation not permitted&lt;BR /&gt;
Couldn't send SIGTERM to some splunk helpers.              [FAILED]&lt;BR /&gt;
Error: Unable to stop splunk helpers.&lt;/P&gt;

&lt;P&gt;What process\task is running this, I am guessing I can kill this?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 12:56:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320408#M5503</guid>
      <dc:creator>pfabrizi</dc:creator>
      <dc:date>2017-12-05T12:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Control SPLUNKD</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320409#M5504</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;Operation not permitted&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;suggests that you do not have permission to terminate the process.&lt;/P&gt;

&lt;P&gt;Assuming your on linux, run:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ps -ef|grep splunkd
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;look to see which users are running the process named &lt;CODE&gt;splunkd -p 8089 start&lt;/CODE&gt;  (it will likely be root or splunk, and there may be two)&lt;BR /&gt;
If you have one for each user, this is fine, but if they are both root, that will be your issue.&lt;/P&gt;

&lt;P&gt;This can occur if someone forgets to run splunk as the splunk user (ie root restarts it) instead of sudoing to splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320409#M5504</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-05T13:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Control SPLUNKD</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320410#M5505</link>
      <description>&lt;P&gt;I am on Linux, I ran 'p's looking for splunkd and nothing running. I believe they did restart the server last night. I just checked and my root volume is out of space (at 99% used). Can that be the issue?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:35:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320410#M5505</guid>
      <dc:creator>pfabrizi</dc:creator>
      <dc:date>2017-12-05T13:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Control SPLUNKD</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320411#M5506</link>
      <description>&lt;P&gt;Yes, you need to free up some disk space for Splunk to run properly.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 18:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320411#M5506</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2017-12-05T18:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Control SPLUNKD</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320412#M5507</link>
      <description>&lt;P&gt;Ahh, in that case it sound like Splunk is not running, but it was not stopped gracefully (perhaps because it ran out of disk) and thus it’s not cleared it’s pid. &lt;/P&gt;

&lt;P&gt;I guess either that pid is no longer running, or (unluckily) something else now has it. Hence the ‘not permitted’&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 18:27:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320412#M5507</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-05T18:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Control SPLUNKD</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320413#M5508</link>
      <description>&lt;P&gt;This could be because of stale PID files which reside under SPLUNK_HOME/var/run/splunk that causes splunk not to start.&lt;/P&gt;

&lt;P&gt;Step 1: &lt;/P&gt;

&lt;P&gt;rm $SPLUNK_HOME/var/run/splunk/splunkd.pid&lt;/P&gt;

&lt;P&gt;Step 2: &lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk status&lt;/P&gt;

&lt;P&gt;Step 3: &lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk start &lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 07:25:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/320413#M5508</guid>
      <dc:creator>vinkumar_splunk</dc:creator>
      <dc:date>2018-09-21T07:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Control SPLUNKD</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/534085#M5509</link>
      <description>&lt;P&gt;Fixed it for me. Thank you &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/78175"&gt;@vinkumar_splunk&lt;/a&gt;&amp;nbsp;!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 02:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/534085#M5509</guid>
      <dc:creator>mcazacu</dc:creator>
      <dc:date>2020-12-25T02:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Control SPLUNKD</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/572832#M8658</link>
      <description>&lt;P&gt;This resolved my issue, thank you.&lt;/P&gt;&lt;P&gt;Not sure what the root cause was, and have not seen this before.&lt;/P&gt;&lt;P&gt;Steps to produce issue were:&lt;/P&gt;&lt;P&gt;1) yum update on RHEL 7 server&lt;/P&gt;&lt;P&gt;2) initiate reboot command (perhaps something here cause the issue? Splunkd did not completely stop?)&lt;/P&gt;&lt;P&gt;3) attempt to start splunk resulted in error:&amp;nbsp;couldn't send sigterm to pid 332 operation not permitted&lt;/P&gt;&lt;P&gt;4) Resolution was to delete the&amp;nbsp;&lt;SPAN&gt;/var/run/splunk/splunkd.pid&amp;nbsp;&lt;/SPAN&gt;as mentioned above, splunkd started on the next attempt&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 14:31:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Unable-to-Control-SPLUNKD/m-p/572832#M8658</guid>
      <dc:creator>cain1288</dc:creator>
      <dc:date>2021-10-28T14:31:43Z</dc:date>
    </item>
  </channel>
</rss>

