<?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: Why is my deployment client showing as disabled and says splunkd needs to be up, but it alrea... in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/699848#M115918</link>
    <description>&lt;P&gt;Hi &lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/268581" target="_blank"&gt;&lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;U&gt;@AndySplunks &lt;/U&gt;&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I’m a Community Moderator in the Splunk Community.&lt;/P&gt;
&lt;P&gt;This question was posted 9 years ago, so it might not get the attention you need for your question to be answered. We recommend that you post a new question so that your issue can get the &amp;nbsp;visibility it deserves. To increase your chances of getting help from the community, follow &lt;A href="http://docs.splunk.com/Documentation/Splunkbase/splunkbase/Answers/Questions" target="_blank"&gt;&lt;U&gt;these guidelines&lt;/U&gt;&lt;/A&gt; in the Splunk Answers User Manual when creating your post.&lt;/P&gt;
&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2024 14:04:56 GMT</pubDate>
    <dc:creator>DanielPi</dc:creator>
    <dc:date>2024-09-23T14:04:56Z</dc:date>
    <item>
      <title>Why is my deployment client showing as disabled and says splunkd needs to be up, but it already seems to be?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/247517#M47727</link>
      <description>&lt;P&gt;I'm troubleshooting a deployment client and I've gotten stuck;&lt;/P&gt;

&lt;P&gt;Deploy server&lt;BR /&gt;
$ /splunk/bin/splunk --version&lt;BR /&gt;
Splunk 6.1.4 (build 233537)&lt;BR /&gt;
Note: This server deploys apps successfully to 125+ clients.&lt;/P&gt;

&lt;P&gt;Deploy client&lt;BR /&gt;
$ /opt/splunkforwarder/bin/splunk --version&lt;/P&gt;

&lt;H2&gt;Splunk Universal Forwarder 6.1.5 (build 239630)&lt;/H2&gt;

&lt;P&gt;The problem; no deployments.&lt;/P&gt;

&lt;P&gt;$ /opt/splunkforwarder/bin/splunk display deploy-client&lt;BR /&gt;
Deployment Client is disabled.&lt;BR /&gt;
This command [GET /services/messages/restart_required/] needs splunkd to be up, and splunkd is down.&lt;/P&gt;

&lt;P&gt;$ service splunk status&lt;BR /&gt;
Splunk status:&lt;BR /&gt;
splunkd is running (PID: 4922).&lt;BR /&gt;
splunk helpers are running (PIDs: 4923).&lt;/P&gt;

&lt;P&gt;Other than the obvious need to upgrade, does this indicate a glaring mistake I'm missing or is this more subtle? Currently setting up log debugging to see if I can learn more.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 15:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/247517#M47727</guid>
      <dc:creator>pipegrep</dc:creator>
      <dc:date>2015-09-30T15:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my deployment client showing as disabled and says splunkd needs to be up, but it already seems to be?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/247518#M47728</link>
      <description>&lt;P&gt;Sorted it out. Client config had a missing parameter.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2015 17:37:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/247518#M47728</guid>
      <dc:creator>pipegrep</dc:creator>
      <dc:date>2015-10-01T17:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my deployment client showing as disabled and says splunkd needs to be up, but it already seems to be?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/247519#M47729</link>
      <description>&lt;P&gt;The error message&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;This command [GET /services/.....] needs splunkd to be up, and splunkd is down.&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;could mean that splunkd is down, but it almost always means&lt;/P&gt;

&lt;P&gt;"There was a syntax error in your command and the CLI was not smart enough to throw a decent error message. Or maybe splunkd didn't return a decent error code for the CLI to report back to you."&lt;/P&gt;

&lt;P&gt;Basically - there is a typo.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 21:44:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/247519#M47729</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-11-09T21:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my deployment client showing as disabled and says splunkd needs to be up, but it already seems to be?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/247520#M47730</link>
      <description>&lt;P&gt;What was the solution @pipegrep? &lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 19:10:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/247520#M47730</guid>
      <dc:creator>vulnfree</dc:creator>
      <dc:date>2019-02-04T19:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my deployment client showing as disabled and says splunkd needs to be up, but it already seems to be?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/543470#M90739</link>
      <description>&lt;P&gt;Also, if its a new instance, make sure the management port 8089 is open on Splunk instance's firewall.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 04:14:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/543470#M90739</guid>
      <dc:creator>josiahv92</dc:creator>
      <dc:date>2021-03-12T04:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my deployment client showing as disabled and says splunkd needs to be up, but it already seems to be?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/576617#M101878</link>
      <description>&lt;P&gt;Did anyone ever find the solution to this problem. The whole missing parameter thing is not too helpful&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 13:22:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/576617#M101878</guid>
      <dc:creator>Thembekile</dc:creator>
      <dc:date>2021-11-29T13:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my deployment client showing as disabled and says splunkd needs to be up, but it already seems to be?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/699806#M115912</link>
      <description>&lt;P&gt;I have the same issue and even after enabling the deployment client via cli it still says its disabled. What was the fix for your issue?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 09:11:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/699806#M115912</guid>
      <dc:creator>reddsbaron</dc:creator>
      <dc:date>2024-09-23T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my deployment client showing as disabled and says splunkd needs to be up, but it alrea...</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/699848#M115918</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/268581" target="_blank"&gt;&lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;U&gt;@AndySplunks &lt;/U&gt;&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I’m a Community Moderator in the Splunk Community.&lt;/P&gt;
&lt;P&gt;This question was posted 9 years ago, so it might not get the attention you need for your question to be answered. We recommend that you post a new question so that your issue can get the &amp;nbsp;visibility it deserves. To increase your chances of getting help from the community, follow &lt;A href="http://docs.splunk.com/Documentation/Splunkbase/splunkbase/Answers/Questions" target="_blank"&gt;&lt;U&gt;these guidelines&lt;/U&gt;&lt;/A&gt; in the Splunk Answers User Manual when creating your post.&lt;/P&gt;
&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 14:04:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-deployment-client-showing-as-disabled-and-says-splunkd/m-p/699848#M115918</guid>
      <dc:creator>DanielPi</dc:creator>
      <dc:date>2024-09-23T14:04:56Z</dc:date>
    </item>
  </channel>
</rss>

