<?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 come I'm receiving the following prompt?: &amp;quot;Search Head Clustering Service Not Ready&amp;quot; in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-come-I-m-receiving-the-following-prompt-quot-Search-Head/m-p/391548#M14234</link>
    <description>&lt;P&gt;@muralikoppula &lt;/P&gt;

&lt;P&gt;Do I add the deployment server to the "splunk bootstrap shcluster-captain -servers_list" command?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/DistSearch/SHCdeploymentoverview"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/DistSearch/SHCdeploymentoverview&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 22:22:39 GMT</pubDate>
    <dc:creator>vulnfree</dc:creator>
    <dc:date>2019-01-11T22:22:39Z</dc:date>
    <item>
      <title>How come I'm receiving the following prompt?: "Search Head Clustering Service Not Ready"</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-come-I-m-receiving-the-following-prompt-quot-Search-Head/m-p/391546#M14232</link>
      <description>&lt;P&gt;I am in process of clustering my search heads, but I am receiving the following prompt in the web interface when I click Settings-&amp;gt;Search head clustering. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Please wait, the status of your search head cluster is not ready.

Service ready flag: false

Rolling restart in progress: false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Jan 2019 16:10:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-come-I-m-receiving-the-following-prompt-quot-Search-Head/m-p/391546#M14232</guid>
      <dc:creator>vulnfree</dc:creator>
      <dc:date>2019-01-03T16:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: How come I'm receiving the following prompt?: "Search Head Clustering Service Not Ready"</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-come-I-m-receiving-the-following-prompt-quot-Search-Head/m-p/391547#M14233</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/146686"&gt;@vulnfree&lt;/a&gt;&lt;BR /&gt;
You've to provide more details about this issue. Check splunkd logs and mongod.log&lt;/P&gt;

&lt;P&gt;There are different scenarious which could cause this type of issues:&lt;BR /&gt;
- KVstore might not be working properly&lt;BR /&gt;
- Check SSL certificates&lt;BR /&gt;
- Check your server resources(make sure some times too many data models accelerations could cause this type of issue so try to disable unnecessary data models)&lt;BR /&gt;
- Are you seeing any skipped searches on search heads?&lt;/P&gt;

&lt;P&gt;If this is a non production environment try to follow the below steps and if it is a production please be careful before running the commands . You should have to know what you're doing .&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Stop all Search Head Cluster members and copy the kvstore cd $SPLUNK_HOME/var/lib/splunk/kvstore tar cvfz kvstore-.tar.gz move to a safe place.&lt;/LI&gt;
&lt;LI&gt;Clean raft and mongod folders&lt;/LI&gt;
&lt;/OL&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;$SPLUNK_HOME/bin/splunk clean kvstore --cluster&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk clean raft&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;OL&gt;
&lt;LI&gt;Verify all members have replication_factor = 3&lt;/LI&gt;
&lt;/OL&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;$SPLUNK_HOME/bin/splunk btool server list shclustering | grep replication_factor&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Start all members&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;$SPLUNK_HOME/bin/splunk start&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Initialize all members&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;$SPLUNK_HOME/bin/splunk init shcluster-config -auth admin:changed -mgmt_uri &lt;A href="https://sh1.example.com:8089" target="_blank"&gt;https://sh1.example.com:8089&lt;/A&gt; -replication_port 1234 -replication_factor 3 -conf_deploy_fetch_url https://:8089 -secret mykey -shcluster_label shc01&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;OL&gt;
&lt;LI&gt;Verify KVstore&lt;/LI&gt;
&lt;/OL&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;$SPLUNK_HOME/bin/splunk show kvstore-status&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;OL&gt;
&lt;LI&gt;Resync stale KV store members (&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.1/Admin/ResyncKVstore" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.1/Admin/ResyncKVstore&lt;/A&gt;)
&amp;gt;  $SPLUNK_HOME/bin/splunk resync kvstore&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:34:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-come-I-m-receiving-the-following-prompt-quot-Search-Head/m-p/391547#M14233</guid>
      <dc:creator>muralikoppula</dc:creator>
      <dc:date>2020-09-29T22:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: How come I'm receiving the following prompt?: "Search Head Clustering Service Not Ready"</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-come-I-m-receiving-the-following-prompt-quot-Search-Head/m-p/391548#M14234</link>
      <description>&lt;P&gt;@muralikoppula &lt;/P&gt;

&lt;P&gt;Do I add the deployment server to the "splunk bootstrap shcluster-captain -servers_list" command?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/DistSearch/SHCdeploymentoverview"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/DistSearch/SHCdeploymentoverview&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 22:22:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-come-I-m-receiving-the-following-prompt-quot-Search-Head/m-p/391548#M14234</guid>
      <dc:creator>vulnfree</dc:creator>
      <dc:date>2019-01-11T22:22:39Z</dc:date>
    </item>
  </channel>
</rss>

