<?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 add a new search head to an existing SHC? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747232#M29509</link>
    <description>&lt;P&gt;Are you sure you're adding the same Splunk version and kvstore version (and engine) instance as the rest of the SHC?&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 19:15:01 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2025-05-29T19:15:01Z</dc:date>
    <item>
      <title>How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/437588#M15425</link>
      <description>&lt;P&gt;Hello , we are planning to add a new search head to our existing search head cluster.&lt;BR /&gt;
What are the steps I need to follow to properly to add a new member to our existing search head cluster? &lt;BR /&gt;
 We are pushing configs through deployer, so what is a command that I can use to update the new member with existing deployer and other search head settings?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 14:39:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/437588#M15425</guid>
      <dc:creator>ram254481493</dc:creator>
      <dc:date>2019-06-21T14:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/437589#M15426</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;To add new SH in existing SHC, please follow guide &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/DistSearch/Addaclustermember#Add_the_instance"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/DistSearch/Addaclustermember#Add_the_instance&lt;/A&gt;. &lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 15:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/437589#M15426</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-06-21T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/437590#M15427</link>
      <description>&lt;P&gt;You need to initialize and then Add this instance to the cluster. This can be done by running the following commands on your new instance&lt;/P&gt;

&lt;P&gt;To initialize, run the below command and restart- &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk init shcluster-config -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt; -mgmt_uri &amp;lt;URI&amp;gt;:&amp;lt;management_port&amp;gt; -replication_port &amp;lt;replication_port&amp;gt; -replication_factor &amp;lt;n&amp;gt; -conf_deploy_fetch_url &amp;lt;URL&amp;gt;:&amp;lt;management_port&amp;gt; -secret &amp;lt;security_key&amp;gt; -shcluster_label &amp;lt;label&amp;gt;  
splunk restart 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To Add instance to Cluster, run this command - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk add shcluster-member -current_member_uri &amp;lt;URI&amp;gt;:&amp;lt;management_port&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let me know if this helps&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 15:15:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/437590#M15427</guid>
      <dc:creator>amitm05</dc:creator>
      <dc:date>2019-06-21T15:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/437591#M15428</link>
      <description>&lt;P&gt;Thanks i found the commands to update the configs here for SHC settings but didnt find the resync command to update the deployer configs .&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 15:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/437591#M15428</guid>
      <dc:creator>ram254481493</dc:creator>
      <dc:date>2019-06-21T15:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/437592#M15429</link>
      <description>&lt;P&gt;You do not require to resync, when you add new SH to SHC it will automatically get configuration bundle from Deployer and then it will contact Captain &amp;amp; download replicated config tarball.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 15:17:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/437592#M15429</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-06-21T15:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/746794#M29488</link>
      <description>&lt;P&gt;I followed these steps to add new box to existing SHC, everything looks fine on the SHC side but kvstore status has been 'status : starting' since, and it's been over an hour. Is this normal or I missed something?&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 22:42:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/746794#M29488</guid>
      <dc:creator>rafiq_rehman</dc:creator>
      <dc:date>2025-05-22T22:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/746796#M29490</link>
      <description>No it’s not normal. Usually it should be ready quite quickly. Anything in your internal logs?</description>
      <pubDate>Thu, 22 May 2025 22:46:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/746796#M29490</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-05-22T22:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/746797#M29491</link>
      <description>&lt;P&gt;See these events in splunkd:&lt;/P&gt;&lt;P&gt;05-22-2025 21:07:58.608 -0400 ERROR KVStoreAdminHandler [1848035 TcpChannelThread] - An error occurred.&lt;BR /&gt;05-22-2025 21:07:36.668 -0400 ERROR KVStoreIntrospection [1848033 TcpChannelThread] - failed to get introspection data&lt;BR /&gt;05-22-2025 21:07:19.587 -0400 WARN KVStoreConfigurationProvider [1845927 MainThread] - Action scheduled, but event loop is not ready yet&lt;/P&gt;&lt;P&gt;Tried cleaning up kvstore by running "&lt;SPAN&gt;splunk clean kvstore --local --answer-yes" but that didn't change anything, status is still stuck in starting.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 01:15:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/746797#M29491</guid>
      <dc:creator>rafiq_rehman</dc:creator>
      <dc:date>2025-05-23T01:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/746811#M29493</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223090"&gt;@rafiq_rehman&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Most probably no captain or kvstore port blocked on this new member.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the KVStore cannot reach "Ready" unless a captain is elected and cluster coordination is healthy. If there’s no captain or communication is broken, KVStore remains in "starting"&lt;BR /&gt;&lt;BR /&gt;or kvstore default port 8191 might be blocked. If this port is blocked/network issues, KVStore cannot synchronize and will not start&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prewin&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Splunk Enthusiast | Always happy to help!&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;If this answer helped you, please consider marking it as the solution or giving a kudos. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 04:46:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/746811#M29493</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-05-23T04:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/746812#M29494</link>
      <description>Anything on mongodb.log?&lt;BR /&gt;Normally you shouldn’t do any “fixing” activities before you know what and why it’s broken! Those fix could get the situation even worse!</description>
      <pubDate>Fri, 23 May 2025 04:53:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/746812#M29494</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-05-23T04:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747161#M29504</link>
      <description>&lt;P&gt;It's the existing SHC, just trying to add new member. Captain is working and 8191 port is also opened. This is what I see in mongod log:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2025-05-29T03:22:15.751Z I  CONTROL  [LogicalSessionCacheReap] Failed to reap transaction table: NotYetInitialized: Replication has not yet been configured
 2025-05-29T03:22:15.747Z I  CONTROL  [LogicalSessionCacheRefresh] Sessions collection is not set up; waiting until next sessions refresh interval: Replication has not yet been configured&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 29 May 2025 03:29:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747161#M29504</guid>
      <dc:creator>rafiq_rehman</dc:creator>
      <dc:date>2025-05-29T03:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747162#M29505</link>
      <description>&lt;P&gt;My bad &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I removed Splunk and just rebuilt it fresh. Still same issue, kvstore has been in starting status. This is what I see in mongod.log:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2025-05-29T03:22:15.751Z I  CONTROL  [LogicalSessionCacheReap] Failed to reap transaction table: NotYetInitialized: Replication has not yet been configured
 2025-05-29T03:22:15.747Z I  CONTROL  [LogicalSessionCacheRefresh] Sessions collection is not set up; waiting until next sessions refresh interval: Replication has not yet been configured&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 03:31:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747162#M29505</guid>
      <dc:creator>rafiq_rehman</dc:creator>
      <dc:date>2025-05-29T03:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747165#M29506</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223090"&gt;@rafiq_rehman&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;These errors mean the new member’s KV Store is still in standalone mode.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Initialize SHC Config on the New Member&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;splunk init shcluster-config \&lt;BR /&gt;-auth &amp;lt;admin_user&amp;gt;:&amp;lt;admin_pass&amp;gt; \&lt;BR /&gt;-mgmt_uri https://&amp;lt;new_member_host&amp;gt;:8089 \&lt;BR /&gt;-replication_port &amp;lt;replication_port&amp;gt; \&lt;BR /&gt;-replication_factor &amp;lt;factor&amp;gt; \&lt;BR /&gt;-conf_deploy_fetch_url https://&amp;lt;deployer_host&amp;gt;:8089 \&lt;BR /&gt;-secret &amp;lt;pass4SymmKey&amp;gt; \&lt;BR /&gt;-shcluster_label &amp;lt;label&amp;gt;&lt;/P&gt;&lt;P&gt;Add the New Member to the Cluster&lt;BR /&gt;splunk add shcluster-member -current_member_uri https://&amp;lt;existing_member_or_captain&amp;gt;:8089&lt;/P&gt;&lt;P&gt;Confirm pass4SymmKey and mgmt_uri in $SPLUNK_HOME/etc/system/local/server.conf&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 03:55:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747165#M29506</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-05-29T03:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747210#M29508</link>
      <description>&lt;P&gt;You are adding it as a new member like&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/28010"&gt;@PrewinThomas&lt;/a&gt;&amp;nbsp;shows?&lt;/P&gt;&lt;P&gt;And you are using correct and same format for host names than you are used for those other nodes like FQDN, short names or IPs?&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 15:34:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747210#M29508</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-05-29T15:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new search head to an existing SHC?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747232#M29509</link>
      <description>&lt;P&gt;Are you sure you're adding the same Splunk version and kvstore version (and engine) instance as the rest of the SHC?&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 19:15:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-add-a-new-search-head-to-an-existing-SHC/m-p/747232#M29509</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-05-29T19:15:01Z</dc:date>
    </item>
  </channel>
</rss>

