<?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: Can I specify a dedicated network for cluster replication transport in a clustered environment? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152050#M5682</link>
    <description>&lt;P&gt;I know this is is an old answer but have you tried this out? I am getting "invalid hostname" when trying to use register_replication_address..and yes the peer and CM can reach each other and even resolve. Also im using IP for testing.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 05:05:45 GMT</pubDate>
    <dc:creator>ajiwanand</dc:creator>
    <dc:date>2020-09-30T05:05:45Z</dc:date>
    <item>
      <title>Can I specify a dedicated network for cluster replication transport in a clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152046#M5678</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;In a clustered environment, network for replication needs to be fast.&lt;BR /&gt;I have multiple network interfaces in a peer server and I want to tell Splunk to use a specific interface for data replication.&lt;/P&gt;
&lt;P&gt;Has anyone here done this?&lt;BR /&gt;Thank you very much in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 00:53:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152046#M5678</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2020-06-11T00:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I specify a dedicated network for cluster replication transport in a clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152047#M5679</link>
      <description>&lt;P&gt;I've &lt;A href="http://answers.splunk.com/answers/73021/clustering-failure-on-hosts-with-multiple-ips"&gt;asked a similar question&lt;/A&gt; before for a multi-tenant environment and I think the same solution should work. This option in server.conf on the peer should do the trick:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;register_replication_address = &amp;lt;IP address, or fully qualified machine/domain name&amp;gt;
    * Only valid for mode=slave
    * This is the address on which a slave will be available for accepting
      replication data. This is useful in the cases where a slave host machine 
      has multiple interfaces and only one of them can be reached by another 
      splunkd instance
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Documentation: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.2/Admin/Serverconf"&gt;server.conf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps, good luck!!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 01:51:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152047#M5679</guid>
      <dc:creator>jtacy</dc:creator>
      <dc:date>2014-07-23T01:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can I specify a dedicated network for cluster replication transport in a clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152048#M5680</link>
      <description>&lt;P&gt;Thank you for the information!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:41:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152048#M5680</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2014-07-23T06:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can I specify a dedicated network for cluster replication transport in a clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152049#M5681</link>
      <description>&lt;P&gt;I believe you will likely want to configure "register_forwarder_address" and "register_search_address" as well. I've heard of situations where a cluster was attempting to use the interface identified by the "register_replication_address" to also perform searches and receive ingest. It is probably best that if you configure one of these stanzas that you do the other two as well.&lt;/P&gt;

&lt;P&gt;register_forwarder_address = &lt;BR /&gt;
* Only valid for mode=slave&lt;BR /&gt;
* This is the address on which a slave will be available for accepting&lt;BR /&gt;
  data from forwarder.This is useful in the cases where a splunk host&lt;BR /&gt;
  machine has multiple interfaces and only one of them can be reached by&lt;BR /&gt;
  another splunkd instance.&lt;/P&gt;

&lt;P&gt;register_search_address = &lt;BR /&gt;
* Only valid for mode=slave&lt;BR /&gt;
* This is the address on which a slave will be available as search head.&lt;BR /&gt;
  This is useful in the cases where a splunk host machine has multiple&lt;BR /&gt;
  interfaces and only one of them can be reached by another splunkd&lt;BR /&gt;
  instance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:02:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152049#M5681</guid>
      <dc:creator>jbrinkman</dc:creator>
      <dc:date>2020-09-29T18:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can I specify a dedicated network for cluster replication transport in a clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152050#M5682</link>
      <description>&lt;P&gt;I know this is is an old answer but have you tried this out? I am getting "invalid hostname" when trying to use register_replication_address..and yes the peer and CM can reach each other and even resolve. Also im using IP for testing.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:05:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-specify-a-dedicated-network-for-cluster-replication/m-p/152050#M5682</guid>
      <dc:creator>ajiwanand</dc:creator>
      <dc:date>2020-09-30T05:05:45Z</dc:date>
    </item>
  </channel>
</rss>

