<?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 Unable to start splunk forwarder service in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61267#M12171</link>
    <description>&lt;P&gt;Unable to start splunk forwarder service, below error returns.&lt;/P&gt;

&lt;P&gt;checking mgmt port [8089]: already bound&lt;BR /&gt;
ERROR: The mgmt port [8089] is already bound.  Splunk needs to use this port.&lt;BR /&gt;
Would you like to change ports? [y/n]:&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2013 12:39:19 GMT</pubDate>
    <dc:creator>catch_mili</dc:creator>
    <dc:date>2013-03-14T12:39:19Z</dc:date>
    <item>
      <title>Unable to start splunk forwarder service</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61267#M12171</link>
      <description>&lt;P&gt;Unable to start splunk forwarder service, below error returns.&lt;/P&gt;

&lt;P&gt;checking mgmt port [8089]: already bound&lt;BR /&gt;
ERROR: The mgmt port [8089] is already bound.  Splunk needs to use this port.&lt;BR /&gt;
Would you like to change ports? [y/n]:&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 12:39:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61267#M12171</guid>
      <dc:creator>catch_mili</dc:creator>
      <dc:date>2013-03-14T12:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start splunk forwarder service</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61268#M12172</link>
      <description>&lt;P&gt;As the error says, someone else (a splunk instance?) is hogging port 8089. Either kill them or switch to a different one.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 12:49:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61268#M12172</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-03-14T12:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start splunk forwarder service</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61269#M12173</link>
      <description>&lt;P&gt;seems there is allready another service listening on 8089, eiter change the splunk port or the other software's port.&lt;/P&gt;

&lt;P&gt;try this:&lt;BR /&gt;
netstat --tcp --udp --listening --program&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 12:50:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61269#M12173</guid>
      <dc:creator>HansK</dc:creator>
      <dc:date>2013-03-14T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start splunk forwarder service</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61270#M12174</link>
      <description>&lt;P&gt;I dont see 8089 used by any other application&lt;BR /&gt;
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name&lt;BR /&gt;
tcp        0      0 &lt;EM&gt;:nrpe                      *:&lt;/EM&gt;                         LISTEN      1321/xinetd&lt;BR /&gt;
tcp        0      0 &lt;EM&gt;:nsca                      *:&lt;/EM&gt;                         LISTEN      1321/xinetd&lt;BR /&gt;
tcp        0      0 &lt;EM&gt;:http                      *:&lt;/EM&gt;                         LISTEN      8343/httpd&lt;BR /&gt;
tcp        0      0 localhost:oa-system&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:43:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61270#M12174</guid>
      <dc:creator>catch_mili</dc:creator>
      <dc:date>2013-03-14T13:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start splunk forwarder service</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61271#M12175</link>
      <description>&lt;P&gt;and like this?:&lt;BR /&gt;
lsof -i TCP:8089&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61271#M12175</guid>
      <dc:creator>HansK</dc:creator>
      <dc:date>2013-03-14T13:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start splunk forwarder service</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61272#M12176</link>
      <description>&lt;P&gt;Hey catch_milli, try checking the running processes like:&lt;BR /&gt;
ps aux | grep 8089&lt;BR /&gt;
Regards Vince&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 22:09:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61272#M12176</guid>
      <dc:creator>vincesesto</dc:creator>
      <dc:date>2013-03-14T22:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start splunk forwarder service</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61273#M12177</link>
      <description>&lt;P&gt;Thanks. Vince.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 07:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunk-forwarder-service/m-p/61273#M12177</guid>
      <dc:creator>catch_mili</dc:creator>
      <dc:date>2013-03-15T07:40:19Z</dc:date>
    </item>
  </channel>
</rss>

