<?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: What is the best order to perform an indexer cluster migration and expansion of both Search Head cluster and Indexer cluster? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311221#M11777</link>
    <description>&lt;P&gt;the new indexers are to be configured as part of a multi-site cluster hence have the site=siteNumber in server.conf&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2017 13:45:06 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2017-07-13T13:45:06Z</dc:date>
    <item>
      <title>What is the best order to perform an indexer cluster migration and expansion of both Search Head cluster and Indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311216#M11772</link>
      <description>&lt;P&gt;What is the best order to perform the above?  Our current Splunk environment consists of 5 clustered Indexers and 4 clustered Search Heads load balanced, both single-site.  We will be adding 11 Indexers equally distributed between two sites, and an additional 4 Search Heads, equally distributed between two sites, all utilizing an existing Load Balancer.&lt;BR /&gt;
Indexer cluster will become multisite, but remain single cluster.  Search Head cluster will remain a logical single site cluster.&lt;BR /&gt;&lt;BR /&gt;
My issue is the order in which the migration and expansion steps should be done.  Data migration should not be an issue; we do not currently have an official data retention policy; I'm fairly certain we will let existing single-site data age out.  Here is my current outline:&lt;/P&gt;

&lt;P&gt;Indexer expansion and Migration&lt;BR /&gt;
1.  Install and configure additional 11 Indexers&lt;BR /&gt;
2. Add indexers to current site&lt;BR /&gt;
3. Migrate from single-site to multisite&lt;/P&gt;

&lt;P&gt;Search Head expansion&lt;BR /&gt;
1. Install and configure additional 4 Search Heads&lt;BR /&gt;
2. Add Search Heads to existing cluster&lt;BR /&gt;
3. Add Search Heads to Load Balancer&lt;/P&gt;

&lt;P&gt;Please advise if this is the best way to proceed, and if not please give recommendations.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 18:21:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311216#M11772</guid>
      <dc:creator>lawannapage</dc:creator>
      <dc:date>2017-07-12T18:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best order to perform an indexer cluster migration and expansion of both Search Head cluster and Indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311217#M11773</link>
      <description>&lt;P&gt;Forgot to add that we are currently using Splunk version 6.5.2.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 18:43:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311217#M11773</guid>
      <dc:creator>lawannapage</dc:creator>
      <dc:date>2017-07-12T18:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best order to perform an indexer cluster migration and expansion of both Search Head cluster and Indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311218#M11774</link>
      <description>&lt;P&gt;Hello there&lt;BR /&gt;
here is my recommendation based on Splunk docs and little experience:&lt;BR /&gt;
follow this article to migrate to multi-site indexer cluster:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Indexer/Migratetomultisite"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Indexer/Migratetomultisite&lt;/A&gt;&lt;BR /&gt;
general steps are:&lt;BR /&gt;
install splunk in 11 indexers and wait with configuration as slaves&lt;BR /&gt;
modify the master and restart&lt;BR /&gt;
enable maintenance mode&lt;BR /&gt;
alter indexers in the current cluster and assign site.&lt;BR /&gt;
add the new 11 indexers to the multi-site cluster and assign the right site to them&lt;/P&gt;

&lt;P&gt;now for the search head cluster.&lt;BR /&gt;
follow the steps mentioned here:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.1/DistSearch/Addaclustermember"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.1/DistSearch/Addaclustermember&lt;/A&gt;&lt;BR /&gt;
be carefull as the search heads need to be search  peers too the Indexer Cluster Master!&lt;BR /&gt;
if this configuration is deployed vie deployer (app), you supposed to be good. if it was configured via cli or directly edited server.conf in /etc/system/local/ you will have to do the same on new members&lt;/P&gt;

&lt;P&gt;quick note on your search head cluster members distribution. it is recomended to have an odd number of search heads in each site so in case there is a site failure, the remaining members can elect a captain.&lt;BR /&gt;
read more here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/DistSearch/DeploymultisiteSHC#Important_considerations_when_deploying_a_search_head_cluster_across_multiple_sites"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.1/DistSearch/DeploymultisiteSHC#Important_considerations_when_deploying_a_search_head_cluster_across_multiple_sites&lt;/A&gt;&lt;BR /&gt;
in your case i will reccomend a 3-5 distribution and not 6-2 as you mention in your question.&lt;/P&gt;

&lt;P&gt;hope it helps and good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 00:31:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311218#M11774</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-07-13T00:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best order to perform an indexer cluster migration and expansion of both Search Head cluster and Indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311219#M11775</link>
      <description>&lt;P&gt;Thank you, Adonio! If anyone else has something to add, I would love to hear it.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 13:24:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311219#M11775</guid>
      <dc:creator>lawannapage</dc:creator>
      <dc:date>2017-07-13T13:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best order to perform an indexer cluster migration and expansion of both Search Head cluster and Indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311220#M11776</link>
      <description>&lt;P&gt;I would like clarification on this step: alter indexers in the current cluster and assign site. Do you mean to assign the new 11 indexers in the current cluster, then partition all indexers into their respective sites?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 13:28:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311220#M11776</guid>
      <dc:creator>lawannapage</dc:creator>
      <dc:date>2017-07-13T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best order to perform an indexer cluster migration and expansion of both Search Head cluster and Indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311221#M11777</link>
      <description>&lt;P&gt;the new indexers are to be configured as part of a multi-site cluster hence have the site=siteNumber in server.conf&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 13:45:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-order-to-perform-an-indexer-cluster-migration/m-p/311221#M11777</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-07-13T13:45:06Z</dc:date>
    </item>
  </channel>
</rss>

