<?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: Deployment Server listening - but not responding. in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108422#M4092</link>
    <description>&lt;P&gt;Even using the most basic configuration I'm still getting the same not_connected error.  I'm at a loss here.&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2011 19:07:10 GMT</pubDate>
    <dc:creator>cvweiss</dc:creator>
    <dc:date>2011-05-24T19:07:10Z</dc:date>
    <item>
      <title>Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108418#M4088</link>
      <description>&lt;P&gt;I've been attempting to setup a Splunk deployment server.  I have receiving enabled on port 28090, I can telnet from forwarder machine to the splunk machine on that port, however, the forwarder just keeps putting out these error messages:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;05-24-2011 10:39:19.919 -0400 WARN  DeploymentClient - Unable to send handshake message to deployment server. Error status is: not_connected
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After reading some of the other similar questions here, I've attempted enabling and disabling SSL, which didn't help.  If I turn off the listener on the deployment server, the following error occurs on the forwarder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;05-24-2011 10:41:20.633 -0400 WARN  TcpOutputFd - Connect to 10.8.16.229:28090 failed. Connection refused
05-24-2011 10:41:20.633 -0400 ERROR TcpOutputFd - Connection to host=10.8.16.229:28090 failed
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So there definitely appears to be some communication happening.  Also, when checking to see if deployment clients are connected:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# ./splunk list deploy-clients
No deployment clients have contacted this server.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Running 'netstat | grep 28090' definitely shows the clients are connected.&lt;/P&gt;

&lt;P&gt;What step(s) am I missing here?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 14:51:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108418#M4088</guid>
      <dc:creator>cvweiss</dc:creator>
      <dc:date>2011-05-24T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108419#M4089</link>
      <description>&lt;P&gt;You will not need to enable receiving specifically for the deployment server.  That feature is to allow forwarders to send their data to the indexer.&lt;/P&gt;

&lt;P&gt;On the deployment server, you will need to have a serverclass.conf that defines classes and assigns apps to those classes.  &lt;/P&gt;

&lt;P&gt;On the deployment client, you will need to have a deploymentclient.conf that contacts the deployment server on its splunkd port (8089 by default). &lt;/P&gt;

&lt;P&gt;The below configuration would allow the deployment client to pull the application &lt;EM&gt;testApp&lt;/EM&gt; from the deployment server's $SPLUNK_HOME/etc/deployment-apps/testApp to its $SPLUNK_HOME/etc/apps/testApp&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;serverclass.conf sample:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[global]

[serverClass:testClass]
whitelist.0 = *
[serverClass:testClass:app:testApp]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;deploymentclient.conf sample:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[deployment-client]

[target-broker:deploymentServer]
targetUri= 192.168.0.100:8089
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:36:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108419#M4089</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2020-09-28T09:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108420#M4090</link>
      <description>&lt;P&gt;The deployment server is the indexer (for now).  Would this have any affect?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 15:27:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108420#M4090</guid>
      <dc:creator>cvweiss</dc:creator>
      <dc:date>2011-05-24T15:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108421#M4091</link>
      <description>&lt;P&gt;A Splunk server may have several roles.  You can host your deployment server on your indexer and the two won't interfere with each other.  Your indexer can even be a client of its deployment server.  "I'm not only the Hair Club president, I'm also a client"&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 15:30:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108421#M4091</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2011-05-24T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108422#M4092</link>
      <description>&lt;P&gt;Even using the most basic configuration I'm still getting the same not_connected error.  I'm at a loss here.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 19:07:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108422#M4092</guid>
      <dc:creator>cvweiss</dc:creator>
      <dc:date>2011-05-24T19:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108423#M4093</link>
      <description>&lt;P&gt;Same here.  I have the forwarder tested and working on two development servers using the most basic configuration possible (deployment server and receiving indexer are the same, skip certificate information, etc).  I went through the exact same setup/configuration process on a production server.  I'm not seeing that any logs are being shipped and I see the same "DeploymentClient - Unable to send handshake message to deployment server. Error status is: not_connected" error repeatedly in splunkd.log.&lt;/P&gt;

&lt;P&gt;Any suggestions?  I'm not even sure how to debug.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2011 13:39:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108423#M4093</guid>
      <dc:creator>rbaier</dc:creator>
      <dc:date>2011-06-30T13:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108424#M4094</link>
      <description>&lt;P&gt;did you restart you deployment server after enabling deployment services?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2011 14:12:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108424#M4094</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2011-06-30T14:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108425#M4095</link>
      <description>&lt;P&gt;I have the same issue and error. Have restarted forwarder and listener. Any suggestions ?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2012 20:18:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108425#M4095</guid>
      <dc:creator>cyberbob</dc:creator>
      <dc:date>2012-01-07T20:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108426#M4096</link>
      <description>&lt;P&gt;I had the same thing and realized I had managed to move the deploymentServer app out of the way (which holds my serverclass.conf).  So make sure you have one of those under $SPLUNK/etc/apps somewhere.&lt;/P&gt;

&lt;P&gt;Also, make sure you've only got one splunk instance installed.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 19:54:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108426#M4096</guid>
      <dc:creator>christopher_hod</dc:creator>
      <dc:date>2012-04-24T19:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108427#M4097</link>
      <description>&lt;P&gt;"Also, make sure you've only got one splunk instance installed".  Does that mean you can't have the Universal Forwarder installed on a Splunk indexer?  That would be two instances....what if you are trying to send the Indexer's logs to other indexers, for redundancy?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2013 16:52:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108427#M4097</guid>
      <dc:creator>gsawyer1</dc:creator>
      <dc:date>2013-01-23T16:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108428#M4098</link>
      <description>&lt;P&gt;There's no need to install a separate UF on an indexer.  While you could, it's probably not what you really want and will probably wind up confusing things.&lt;/P&gt;

&lt;P&gt;I was more concerned about the confusing part for this debugging exercise.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2013 17:04:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108428#M4098</guid>
      <dc:creator>christopher_hod</dc:creator>
      <dc:date>2013-01-23T17:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server listening - but not responding.</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108429#M4099</link>
      <description>&lt;P&gt;"what if you are trying to send the Indexer's logs to other indexers, for redundancy?"  That's our need; we send our logs to more than one indexer.  What other method do you suggest, especially when dealing with Windows Event logs.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2013 17:09:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-listening-but-not-responding/m-p/108429#M4099</guid>
      <dc:creator>gsawyer1</dc:creator>
      <dc:date>2013-01-23T17:09:47Z</dc:date>
    </item>
  </channel>
</rss>

