<?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: Redundant Cluster Manager Synchronization in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/680127#M18843</link>
    <description>&lt;P&gt;The standby CM will receive the apps after they have been sent to the indexers.&amp;nbsp; If I understand the question correctly, that means you must manually deploy the cluster bundle as part of setting up CM Redundancy.&amp;nbsp; See &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.8/Indexer/CMredundancy#Update_the_peer_nodes.27_configuration_bundle" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.8/Indexer/CMredundancy#Update_the_peer_nodes.27_configuration_bundle&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2024 21:35:28 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2024-03-08T21:35:28Z</dc:date>
    <item>
      <title>Redundant Cluster Manager Synchronization</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/680051#M18840</link>
      <description>&lt;P&gt;When adding a new cluster manager to redundant cluster manager cluster do I need to manually deploy the current manager-apps?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 13:54:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/680051#M18840</guid>
      <dc:creator>earl-b</dc:creator>
      <dc:date>2024-03-08T13:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Redundant Cluster Manager Synchronization</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/680127#M18843</link>
      <description>&lt;P&gt;The standby CM will receive the apps after they have been sent to the indexers.&amp;nbsp; If I understand the question correctly, that means you must manually deploy the cluster bundle as part of setting up CM Redundancy.&amp;nbsp; See &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.8/Indexer/CMredundancy#Update_the_peer_nodes.27_configuration_bundle" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.8/Indexer/CMredundancy#Update_the_peer_nodes.27_configuration_bundle&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 21:35:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/680127#M18843</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-03-08T21:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Redundant Cluster Manager Synchronization</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/680129#M18844</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp; - thanks for the response.&amp;nbsp; I just wanted to make sure that I understood correctly that the cluster bundle must be pushed to indexers before the redundant CMs get the settings.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 21:40:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/680129#M18844</guid>
      <dc:creator>earl-b</dc:creator>
      <dc:date>2024-03-08T21:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Redundant Cluster Manager Synchronization</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/680137#M18845</link>
      <description>&lt;P&gt;That's my interpretation of what's in the manual.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 01:14:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/680137#M18845</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-03-09T01:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Redundant Cluster Manager Synchronization</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/710223#M21512</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265732"&gt;@earl-b&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;To achieve redundant cluster manager synchronization in a Splunk environment hosted on a Linux server, you can utilize the rsync utility. This tool will assist in syncing the primary cluster master's configuration to the standby cluster.&lt;/P&gt;&lt;P&gt;To manually run the synchronization, execute the following rsync command on the primary cluster master:&lt;/P&gt;&lt;P&gt;"rsync -avz --delete /path/to/source user@target_node_ip:/path/to/destination"&lt;/P&gt;&lt;P&gt;For automated configuration synchronization, you can employ the crontab utility. This allows you to schedule the rsync command to run at regular intervals, ensuring continuous synchronization between the clusters.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 06:52:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Redundant-Cluster-Manager-Synchronization/m-p/710223#M21512</guid>
      <dc:creator>Mitesh_Gajjar</dc:creator>
      <dc:date>2025-01-30T06:52:52Z</dc:date>
    </item>
  </channel>
</rss>

