<?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: What does this error message mean: &amp;quot;something ... needs splunkd to be up, and splunkd is down&amp;quot; in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/230716#M2280</link>
    <description>&lt;P&gt;Agreed in general.  But I've hit a few scenarios where the error message is bogus (but only for the &lt;CODE&gt;[GET /services/messages/restart_required/]&lt;/CODE&gt; command), all of the other commands seem to be CLI syntax errors as you point out.&lt;/P&gt;

&lt;P&gt;Here's an example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;~/cmaster/bin/splunk edit cluster-config -cluster_label "Lowell Idx Cluster"
The cluster-config property has been edited.
This command [GET /services/messages/restart_required/] needs splunkd to be up, and splunkd is down.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'll also point out that sometimes splunkd.log` show you the &lt;EM&gt;exact&lt;/EM&gt; error, which makes me wonder why the CLI can't just report it? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;~/cmaster/bin/splunk edit cluster-config -mode supermaster
This command [POST /services/cluster/config/config] needs splunkd to be up, and splunkd is down.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;splunkd.log shows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;12-16-2015 19:20:04.516 +0000 ERROR ClusterStatusHandler - mode=supermaster invalid
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 16 Dec 2015 19:17:45 GMT</pubDate>
    <dc:creator>Lowell</dc:creator>
    <dc:date>2015-12-16T19:17:45Z</dc:date>
    <item>
      <title>What does this error message mean: "something ... needs splunkd to be up, and splunkd is down"</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/230714#M2278</link>
      <description>&lt;P&gt;I see this message sometimes, in a variety of forms&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;This command [GET /services/messages/restart_required/] needs splunkd to be up, and splunkd is down.

This command [POST /services/cluster/master/control/control/apply] needs splunkd to be up, and splunkd is down.

This command [GET /services/admin/inputstatus/TailingProcessor:FileStatus] needs splunkd to be up, and splunkd is down
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;... and many other variations&lt;/P&gt;

&lt;P&gt;What does it mean?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 21:50:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/230714#M2278</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-11-09T21:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: What does this error message mean: "something ... needs splunkd to be up, and splunkd is down"</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/230715#M2279</link>
      <description>&lt;P&gt;The error message&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;This command [...] needs splunkd to be up, and splunkd is down.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;UL&gt;
&lt;LI&gt;could mean that splunkd is down&lt;/LI&gt;
&lt;LI&gt;could mean that there really is a problem with the tailing processor or whatever component is mentioned&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;But it &lt;EM&gt;almost always&lt;/EM&gt; means:&lt;BR /&gt;
"There was a &lt;STRONG&gt;syntax error&lt;/STRONG&gt; in your command and the CLI was not smart enough to throw a clear error message. Or maybe splunkd didn't return a specific error code for the CLI to report back to you."&lt;/P&gt;

&lt;P&gt;So first i would check&lt;BR /&gt;
 - is there a typo in the command that you typed? This will solve the problem the majority of the time&lt;BR /&gt;
 - is splunkd actually up? This is almost certainly &lt;EM&gt;not&lt;/EM&gt; the problem, but it &lt;EM&gt;could&lt;/EM&gt; happen&lt;BR /&gt;
 - check the splunkd.log and see if there are other error messages that would help you track down the error&lt;BR /&gt;
 - try again to find the typo&lt;/P&gt;

&lt;P&gt;Update: I have actually received this error message a couple of times &lt;EM&gt;when the command actually worked.&lt;/EM&gt; My guess is that splunkd returned a warning to the CLI, but the CLI misunderstood and vomited up its standard useless message "...needs splunkd to be up..."&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 21:55:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/230715#M2279</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-11-09T21:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: What does this error message mean: "something ... needs splunkd to be up, and splunkd is down"</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/230716#M2280</link>
      <description>&lt;P&gt;Agreed in general.  But I've hit a few scenarios where the error message is bogus (but only for the &lt;CODE&gt;[GET /services/messages/restart_required/]&lt;/CODE&gt; command), all of the other commands seem to be CLI syntax errors as you point out.&lt;/P&gt;

&lt;P&gt;Here's an example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;~/cmaster/bin/splunk edit cluster-config -cluster_label "Lowell Idx Cluster"
The cluster-config property has been edited.
This command [GET /services/messages/restart_required/] needs splunkd to be up, and splunkd is down.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'll also point out that sometimes splunkd.log` show you the &lt;EM&gt;exact&lt;/EM&gt; error, which makes me wonder why the CLI can't just report it? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;~/cmaster/bin/splunk edit cluster-config -mode supermaster
This command [POST /services/cluster/config/config] needs splunkd to be up, and splunkd is down.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;splunkd.log shows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;12-16-2015 19:20:04.516 +0000 ERROR ClusterStatusHandler - mode=supermaster invalid
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Dec 2015 19:17:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/230716#M2280</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2015-12-16T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: What does this error message mean: "something ... needs splunkd to be up, and splunkd is down"</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/230717#M2281</link>
      <description>&lt;P&gt;Thanks @Lowell - I've also gotten this message when &lt;EM&gt;the command actually worked&lt;/EM&gt;.&lt;BR /&gt;
So. very. frustrating.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 00:06:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/230717#M2281</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-12-17T00:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: What does this error message mean: "something ... needs splunkd to be up, and splunkd is down"</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/585337#M8811</link>
      <description>&lt;P&gt;Something else that you might try is running your command with &lt;STRONG&gt;-debug&lt;/STRONG&gt;, that should reveal a lot more than the logs. That's what helped me discover that I had&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[httpServer]
disableDefaultPort = true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;in ./etc/system/local/server.conf.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 12:55:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/What-does-this-error-message-mean-quot-something-needs-splunkd/m-p/585337#M8811</guid>
      <dc:creator>adane</dc:creator>
      <dc:date>2022-02-16T12:55:10Z</dc:date>
    </item>
  </channel>
</rss>

