<?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 deployment-server question in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90361#M18728</link>
    <description>&lt;P&gt;in this manual &lt;A href="http://www.splunk.com/base/Documentation/latest/Deploy/Extendedexampledeployseveralstandardforwarders"&gt;http://www.splunk.com/base/Documentation/latest/Deploy/Extendedexampledeployseveralstandardforwarders&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;they say that i should run this command as part of configuration.&lt;/P&gt;

&lt;P&gt;./splunk enable listen 9997 -auth &lt;USERNAME&gt;:&lt;PASSWORD&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/P&gt;

&lt;P&gt;when i do it on the machine that is supposed to work as a deployment server i get this error &lt;/P&gt;

&lt;P&gt;./splunk enable listen 9997 -auth &lt;USERNAME&gt;:&lt;PASSWORD&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/P&gt;

&lt;P&gt;Command error: The subcommand 'listen' is not valid for command 'enable'.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2011 21:18:40 GMT</pubDate>
    <dc:creator>fisk12</dc:creator>
    <dc:date>2011-04-27T21:18:40Z</dc:date>
    <item>
      <title>deployment-server question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90361#M18728</link>
      <description>&lt;P&gt;in this manual &lt;A href="http://www.splunk.com/base/Documentation/latest/Deploy/Extendedexampledeployseveralstandardforwarders"&gt;http://www.splunk.com/base/Documentation/latest/Deploy/Extendedexampledeployseveralstandardforwarders&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;they say that i should run this command as part of configuration.&lt;/P&gt;

&lt;P&gt;./splunk enable listen 9997 -auth &lt;USERNAME&gt;:&lt;PASSWORD&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/P&gt;

&lt;P&gt;when i do it on the machine that is supposed to work as a deployment server i get this error &lt;/P&gt;

&lt;P&gt;./splunk enable listen 9997 -auth &lt;USERNAME&gt;:&lt;PASSWORD&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/P&gt;

&lt;P&gt;Command error: The subcommand 'listen' is not valid for command 'enable'.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2011 21:18:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90361#M18728</guid>
      <dc:creator>fisk12</dc:creator>
      <dc:date>2011-04-27T21:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: deployment-server question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90362#M18729</link>
      <description>&lt;P&gt;Could you provide the output of following command 'splunk version'. Can you check if you are running the command on indexer or Universal forwarder? &lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2011 23:29:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90362#M18729</guid>
      <dc:creator>jkerai</dc:creator>
      <dc:date>2011-04-27T23:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: deployment-server question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90363#M18730</link>
      <description>&lt;P&gt;Splunk Universal Forwarder 4.2.1 (build 98164)&lt;/P&gt;

&lt;P&gt;Am i supposed to run the command on the deployer-server or the client?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2011 07:42:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90363#M18730</guid>
      <dc:creator>fisk12</dc:creator>
      <dc:date>2011-04-28T07:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: deployment-server question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90364#M18731</link>
      <description>&lt;P&gt;It should be run on the indexer that will listen and receive data from from universal forwarder on port 9997. I am assuming that your indexer will serve the purpose of Deployment Server as well. If so, you can run the command on DeploymentServer/indexer.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2011 14:44:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90364#M18731</guid>
      <dc:creator>jkerai</dc:creator>
      <dc:date>2011-04-28T14:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: deployment-server question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90365#M18732</link>
      <description>&lt;P&gt;Forwarders send data to receivers, which are usually indexers. The "enable listen" command is the command that you run on the &lt;EM&gt;receiver&lt;/EM&gt;, not the forwarder. It allows the receiver to listen for data coming from a forwarder.&lt;/P&gt;

&lt;P&gt;How you set up a deployment server to communicate with deployment clients is a separate issue, which is convered in the earlier steps in that example.&lt;/P&gt;

&lt;P&gt;For more information on forwarding and receiving, refer to: &lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Deploy/Aboutforwardingandreceivingdata"&gt;http://www.splunk.com/base/Documentation/latest/Deploy/Aboutforwardingandreceivingdata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2011 17:18:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/deployment-server-question/m-p/90365#M18732</guid>
      <dc:creator>Steve_G_</dc:creator>
      <dc:date>2011-04-28T17:18:17Z</dc:date>
    </item>
  </channel>
</rss>

