<?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: How to Migrate and update clustered environment? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598249#M25632</link>
    <description>&lt;P&gt;+1 for what &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt; said.&lt;/P&gt;&lt;P&gt;Limit what you do in each step so you always know what changed, what could be the cause of possible problems and what can be rolled back if needed.&lt;/P&gt;&lt;P&gt;I think I'd try to:&lt;/P&gt;&lt;P&gt;1) Add new nodes (still using the same splunk version) to indexer cluster, decomission old ones.&lt;/P&gt;&lt;P&gt;2) Decomission old cluster master and replace it with a new one (still the same splunk version, but on new OS)&lt;/P&gt;&lt;P&gt;3) Create a new SH cluster (still the same splunk version), migrate apps, data, kvstore to the new one, decomission old one&lt;/P&gt;&lt;P&gt;4) Approach the Splunk upgrade process&lt;/P&gt;&lt;P&gt;It's of course a rough outline since it doesn't touch deployment server, license master, monitoring console and so on. For detailed plan I'd definitelly call your friendly local partner's support and/or Splunk's PS team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 07:26:01 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2022-05-18T07:26:01Z</dc:date>
    <item>
      <title>How to migrate and update clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598077#M25626</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;we have a cluster environment:&lt;/P&gt;
&lt;P&gt;- Search Head Cluster (3 nodes)&lt;/P&gt;
&lt;P&gt;- Indexers Cluster (4 sites) 10 nodes each&lt;/P&gt;
&lt;P&gt;actually is still with version 7.3.9 based on CentOS.&lt;/P&gt;
&lt;P&gt;We have to migrate the OS to Suse linux and at the same time upgrade to Splunk 8.2.6 ,&amp;nbsp; we want to prepare a parallel environment with the same number of nodes where to install the latest Splunk version.&lt;/P&gt;
&lt;P&gt;We also would like to use this new environment to migrate and fix the apps to be compatible with python, xml and jquery then start the env in production.&lt;/P&gt;
&lt;P&gt;We are struggling to find a way to migrate the indexes buckets (db_* and rb_*) and kvstore from old to new environment with less downtime and loss data, if it is possible what about the the GUID in buckets name.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 07:15:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598077#M25626</guid>
      <dc:creator>giulioBalza</dc:creator>
      <dc:date>2022-05-19T07:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate and update clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598203#M25629</link>
      <description>&lt;P&gt;Normally, I'd recommend adding new instances to each cluster and retiring the old ones.&amp;nbsp; You have two complicating factors, however: 1) a change in OS and 2) a change in major version.&amp;nbsp; Either of those by themselves might not be a deal-breaker since a difference in OS or Splunk version is expected during an upgrade, but changing both at the same time should be approached carefully.&amp;nbsp; If you have a dev/test system then test your upgrade procedures there.&lt;/P&gt;&lt;P&gt;Consider doing upgrade just the OS using new instances running the same Splunk version.&amp;nbsp; Once the clusters are moved to the new instances then upgrade Splunk.&lt;/P&gt;&lt;P&gt;It might be worthwhile to contact your Splunk account team about having an architect create a plan.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 23:35:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598203#M25629</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-17T23:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate and update clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598228#M25630</link>
      <description>&lt;P&gt;Hi Rickgalloway,&lt;/P&gt;&lt;P&gt;thanks for the reply, sure changing OS and major version at the same moment is not an easy step.&lt;/P&gt;&lt;P&gt;For this reason we install a separate environment with new OS and latest Splunk version identical to the old one.&lt;/P&gt;&lt;P&gt;What is not clear is:&lt;/P&gt;&lt;P&gt;- how to copy/move buckets from old to new (guid changes, reduce downtime)&amp;nbsp;&lt;/P&gt;&lt;P&gt;- kvstore migration&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 05:55:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598228#M25630</guid>
      <dc:creator>giulioBalza</dc:creator>
      <dc:date>2022-05-18T05:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate and update clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598249#M25632</link>
      <description>&lt;P&gt;+1 for what &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt; said.&lt;/P&gt;&lt;P&gt;Limit what you do in each step so you always know what changed, what could be the cause of possible problems and what can be rolled back if needed.&lt;/P&gt;&lt;P&gt;I think I'd try to:&lt;/P&gt;&lt;P&gt;1) Add new nodes (still using the same splunk version) to indexer cluster, decomission old ones.&lt;/P&gt;&lt;P&gt;2) Decomission old cluster master and replace it with a new one (still the same splunk version, but on new OS)&lt;/P&gt;&lt;P&gt;3) Create a new SH cluster (still the same splunk version), migrate apps, data, kvstore to the new one, decomission old one&lt;/P&gt;&lt;P&gt;4) Approach the Splunk upgrade process&lt;/P&gt;&lt;P&gt;It's of course a rough outline since it doesn't touch deployment server, license master, monitoring console and so on. For detailed plan I'd definitelly call your friendly local partner's support and/or Splunk's PS team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 07:26:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598249#M25632</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-05-18T07:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate and update clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598307#M25633</link>
      <description>&lt;P&gt;What I'm saying is don't do any of that.&lt;/P&gt;&lt;P&gt;Add the new hardware with the new OS and &lt;STRONG&gt;same&lt;/STRONG&gt; Splunk version to the existing cluster rather than as a parallel cluster.&amp;nbsp; That way, the cluster manages the data for you.&lt;/P&gt;&lt;P&gt;Once the old hardware has been replaced by new then you can upgrade Splunk.&lt;/P&gt;&lt;P&gt;Of course, as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;said, there's much more to it and we can go into details if you want, but I strongly recommend reaching out to Splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 12:49:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598307#M25633</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-18T12:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate and update clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598325#M25636</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Couple of things which &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;or &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&amp;nbsp;haven't mentioned yet.&lt;/P&gt;&lt;P&gt;You cannot do a live update from 7.3 to 8.2! You must go through (8.0 or) 8.1.x!&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;So this means one data migration with 7.3 version first like &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;and &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;proposed.&lt;/LI&gt;&lt;LI&gt;Of course you must fix those apps etc. which need to fix before go to 8.x.&lt;/LI&gt;&lt;LI&gt;Then after you have migrated data you can do live update from7.3 to e.g. 8.1.10.&lt;/LI&gt;&lt;LI&gt;Then fix what is needed (e.g. python)&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Live migration to 8.2.6 (or maybe better to wait 8.2.7+)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If splunk works ok with CentOS and SUSE at same time you should also migrate SHC instead of set it up from scratch. This way you avoid to deploy all local changes done on SHC nodes via Deployer (this can cause some challenges later on when users want to do some changes to e.g. alerts).&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 15:11:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598325#M25636</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-05-18T15:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate and update clustered environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598432#M25637</link>
      <description>&lt;P&gt;Yes, I "included" it all under the last point of "upgrade splunk" without going into too much details about intermediate version, verify python compatibility and such. I simply assume that it would be taken care of by someone knowledgeable &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And yes, I agree that it might indeed be easier to add new nodes to SHC and decommission old ones. Otherwise you might need together all the locally-made changes from the cluster nodes to an additional app or something like that (of course with additional caveats with the "standard" apps like search).&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 06:38:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-migrate-and-update-clustered-environment/m-p/598432#M25637</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-05-19T06:38:47Z</dc:date>
    </item>
  </channel>
</rss>

