<?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: Unable to add search peer from search head using distributed search :no route to host or connection refused in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-add-search-peer-from-search-head-using-distributed/m-p/462940#M16201</link>
    <description>&lt;P&gt;on my indexer if do netstat , it shows the port is used by SHLM i.e &lt;BR /&gt;
it shows TCP connection established &lt;BR /&gt;
SIX.localdomain:47206  10.200.5.51:8089&lt;/P&gt;

&lt;P&gt;i am getting the below errror while trying to add serch peer on SHLM andSHES&lt;/P&gt;

&lt;P&gt;from SHLM i can ping and do telnet to indexer &lt;/P&gt;

&lt;P&gt;from SHES also i can ping and do telnet to indexer&lt;/P&gt;

&lt;P&gt;for remote user name and password , i am entering the admin username and password which i use to login to indexer web and which i created during the splunk installation , is this correct&lt;/P&gt;

&lt;P&gt;error:Encountered the following error while trying to save: Peer with server name localhost.localdomain conflicts with this server's name.&lt;/P&gt;

&lt;P&gt;disabling the firewall on indexer or Search heads ...please clarify...&lt;/P&gt;

&lt;P&gt;tried disabling it on indexer no go...&lt;/P&gt;

&lt;P&gt;please check this at priority as i am stuck now&lt;/P&gt;</description>
    <pubDate>Sun, 09 Feb 2020 06:21:59 GMT</pubDate>
    <dc:creator>RK_sp1unk</dc:creator>
    <dc:date>2020-02-09T06:21:59Z</dc:date>
    <item>
      <title>Unable to add search peer from search head using distributed search :no route to host or connection refused</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-add-search-peer-from-search-head-using-distributed/m-p/462938#M16199</link>
      <description>&lt;P&gt;Issue:Unable to add search peer from search head using distributed search :no route to host or connection refused error&lt;/P&gt;

&lt;P&gt;we have 5 instance&lt;/P&gt;

&lt;P&gt;search head license master&lt;BR /&gt;
indexer&lt;BR /&gt;
search head enterprise security&lt;BR /&gt;
heavy forwader&lt;BR /&gt;
deployment server&lt;/P&gt;

&lt;P&gt;all vm instances are created , we are now adding search peers from search head license master and search head enterprise security, the search peer would be indexer.&lt;/P&gt;

&lt;P&gt;here from search head LM we cannot do a telnet to indexer using 8089 port, but vice versa it is working.&lt;/P&gt;

&lt;P&gt;also telnet from search head Enterprise security to search head LM is also connecting&lt;/P&gt;

&lt;P&gt;but we are unable to do telnet to indexer on port 8089 from both SH LM and SH ES.&lt;/P&gt;

&lt;P&gt;while trying to add new peer if we put htttps://ipaddress:8089 we get error no route to host&lt;/P&gt;

&lt;P&gt;if we put  &lt;A href="https://hostnameofindexer:8089"&gt;https://hostnameofindexer:8089&lt;/A&gt; and add peer we get error connection refused&lt;/P&gt;

&lt;P&gt;splunk version:8.0&lt;BR /&gt;
vmware esxi&lt;BR /&gt;
os:centos 8&lt;/P&gt;

&lt;P&gt;This issue is very critical as whole project is stuck now.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 09:21:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-add-search-peer-from-search-head-using-distributed/m-p/462938#M16199</guid>
      <dc:creator>RK_sp1unk</dc:creator>
      <dc:date>2020-02-06T09:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to add search peer from search head using distributed search :no route to host or connection refused</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-add-search-peer-from-search-head-using-distributed/m-p/462939#M16200</link>
      <description>&lt;P&gt;Everything in your post suggests that this is either a networking issue, or for some reason Splunk is not accepting connections.&lt;BR /&gt;
The difference between the results of your browsers tests is just an artifact of how your browser reports failures for IP vs DNS name.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;On your indexers, run netstat to confirm that the ports are open on 8089.&lt;/LI&gt;
&lt;LI&gt;Confirm your SH can ping/route to indexers&lt;/LI&gt;
&lt;LI&gt;Confirm you have no harware/application firewalls keeping connections out.
  On centos 8, you can try disabling the Firewall  temporarily &lt;CODE&gt;systemctl stop firewalld&lt;/CODE&gt; to see if that resolves the issue - remember to restart it and add rules if it does! &lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 06 Feb 2020 15:52:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-add-search-peer-from-search-head-using-distributed/m-p/462939#M16200</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-06T15:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to add search peer from search head using distributed search :no route to host or connection refused</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-add-search-peer-from-search-head-using-distributed/m-p/462940#M16201</link>
      <description>&lt;P&gt;on my indexer if do netstat , it shows the port is used by SHLM i.e &lt;BR /&gt;
it shows TCP connection established &lt;BR /&gt;
SIX.localdomain:47206  10.200.5.51:8089&lt;/P&gt;

&lt;P&gt;i am getting the below errror while trying to add serch peer on SHLM andSHES&lt;/P&gt;

&lt;P&gt;from SHLM i can ping and do telnet to indexer &lt;/P&gt;

&lt;P&gt;from SHES also i can ping and do telnet to indexer&lt;/P&gt;

&lt;P&gt;for remote user name and password , i am entering the admin username and password which i use to login to indexer web and which i created during the splunk installation , is this correct&lt;/P&gt;

&lt;P&gt;error:Encountered the following error while trying to save: Peer with server name localhost.localdomain conflicts with this server's name.&lt;/P&gt;

&lt;P&gt;disabling the firewall on indexer or Search heads ...please clarify...&lt;/P&gt;

&lt;P&gt;tried disabling it on indexer no go...&lt;/P&gt;

&lt;P&gt;please check this at priority as i am stuck now&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2020 06:21:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-add-search-peer-from-search-head-using-distributed/m-p/462940#M16201</guid>
      <dc:creator>RK_sp1unk</dc:creator>
      <dc:date>2020-02-09T06:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to add search peer from search head using distributed search :no route to host or connection refused</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-add-search-peer-from-search-head-using-distributed/m-p/462941#M16202</link>
      <description>&lt;P&gt;this issue is resolved it was a host name conflict&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2020 18:09:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-add-search-peer-from-search-head-using-distributed/m-p/462941#M16202</guid>
      <dc:creator>RK_sp1unk</dc:creator>
      <dc:date>2020-02-09T18:09:03Z</dc:date>
    </item>
  </channel>
</rss>

