<?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: Search Head Clustering Question in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193756#M7284</link>
    <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;

&lt;P&gt;However, I check the document: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/DistSearch/SHCdeploymentoverview" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/DistSearch/SHCdeploymentoverview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It says:&lt;BR /&gt;
"It is recommended that you select the deployer now, as part of cluster set-up, because you need a deployer in place before you can distribute apps and updated configurations to the cluster members."&lt;BR /&gt;
Does it mean that if we dont need to distribute apps and update configuration, there is no need to setup the deployer?&lt;/P&gt;

&lt;P&gt;Another one:&lt;BR /&gt;
"The -conf_deploy_fetch_url parameter specifies the URL and management port for the deployer instance. &lt;STRONG&gt;This parameter is optional during initialization&lt;/STRONG&gt;, but you do need to set it before you can use the deployer functionality. See "Use the deployer to distribute apps and configuration updates." "&lt;/P&gt;

&lt;H2&gt;I just setup a SH cluster with 3 nodes and without deployer, but when I run the command "show shcluster-status", the member list just shows the captian, no other member. This is same when running the command on each search head.&lt;/H2&gt;

&lt;P&gt;[root@deploy-searchhead01 ~]# /opt/splunk/bin/splunk bootstrap shcluster-captain -servers_list "&lt;A href="https://deploy-searchhead01.bigdata.emc.local:8089,https://deploy-searchhead02.bigdata.emc.local:8089,https://deploy-searchhead03.bigdata.emc.local:8089" target="_blank"&gt;https://deploy-searchhead01.bigdata.emc.local:8089,https://deploy-searchhead02.bigdata.emc.local:8089,https://deploy-searchhead03.bigdata.emc.local:8089&lt;/A&gt;" -auth admin:changeme&lt;BR /&gt;
Successfully bootstrapped this node as the captain with the given servers.&lt;BR /&gt;
[root@deploy-searchhead01 ~]# /opt/splunk/bin/splunk show shcluster-status -auth admin:changeme&lt;/P&gt;

&lt;P&gt;Captain:&lt;BR /&gt;
                          dynamic_captain : 1&lt;BR /&gt;
                          elected_captain : Fri Oct 21 12:20:43 2016&lt;BR /&gt;
                                       id : 6F21DCB3-0E06-4AA0-8E1C-7FE2D2712588&lt;BR /&gt;
                         initialized_flag : 0&lt;BR /&gt;
                                    label : deploy-searchhead01.bigdata.emc.local&lt;BR /&gt;
                                 mgmt_uri : &lt;A href="https://deploy-searchhead01.bigdata.emc.local:8089" target="_blank"&gt;https://deploy-searchhead01.bigdata.emc.local:8089&lt;/A&gt;&lt;BR /&gt;
                    min_peers_joined_flag : 0&lt;BR /&gt;
                     rolling_restart_flag : 0&lt;BR /&gt;
                       service_ready_flag : 0&lt;/P&gt;

&lt;P&gt;Members:&lt;BR /&gt;
        deploy-searchhead01.bigdata.emc.local&lt;BR /&gt;
                                    label : deploy-searchhead01.bigdata.emc.local&lt;BR /&gt;
                                 mgmt_uri : &lt;A href="https://deploy-searchhead01.bigdata.emc.local:8089" target="_blank"&gt;https://deploy-searchhead01.bigdata.emc.local:8089&lt;/A&gt;&lt;BR /&gt;
                           mgmt_uri_alias : &lt;A href="https://172.16.1.72:8089" target="_blank"&gt;https://172.16.1.72:8089&lt;/A&gt;&lt;/P&gt;

&lt;H2&gt;                                   status : Up&lt;/H2&gt;

&lt;P&gt;Thank you very much if you can help on it.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:28:30 GMT</pubDate>
    <dc:creator>guotao4321</dc:creator>
    <dc:date>2020-09-29T11:28:30Z</dc:date>
    <item>
      <title>Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193745#M7273</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
     I currently have a standalone Search Head and I will soon be deploying a search Head Cluster using 3 different machines. Before deploying the Cluster, Do I need to first remove the Standalone Search Head? I am planning to use the Standalone Search Head as the Deployer to push the configs to Cluster Members. Also, can I move the user accounts from Current search Head into to the cluster? &lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Joseph&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 14:19:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193745#M7273</guid>
      <dc:creator>jspvkey</dc:creator>
      <dc:date>2015-05-12T14:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193746#M7274</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Here's the process for setting up a SHC.&lt;/P&gt;

&lt;P&gt;First: Pick a deployer and this should be the first box to setup&lt;BR /&gt;
Second: Initialize SHC member by telling them who the boss is (Deployer)&lt;BR /&gt;
Third: Elect a captain&lt;/P&gt;

&lt;P&gt;you can export all the views,searches etc  from different app contexts from your existing search to be on safe side.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/DistSearch/PropagateSHCconfigurationchanges" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/DistSearch/PropagateSHCconfigurationchanges&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps!&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Raghav&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 18:35:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193746#M7274</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2015-05-12T18:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193747#M7275</link>
      <description>&lt;P&gt;Thanks for your response.SO,  Can both a Standalone Search Head and a Search Head Cluster co-exist in the same environment?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 19:35:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193747#M7275</guid>
      <dc:creator>jspvkey</dc:creator>
      <dc:date>2015-05-12T19:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193748#M7276</link>
      <description>&lt;P&gt;Yes standalone and SH cluster can co exist. But the knowledge objects,users and roles will be limited to SHC or standalone depending where they exist. You cannot use the knowledge objects created on Standalone in SHC and vice versa.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 19:41:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193748#M7276</guid>
      <dc:creator>krish3</dc:creator>
      <dc:date>2015-05-12T19:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193749#M7277</link>
      <description>&lt;P&gt;Didn't understand your question. Are you talking about having two separate instances?If yes, you can have 100s of instances as long as the SHC member is not part of another distributed search (Which is not possible by the way)&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 19:42:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193749#M7277</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2015-05-12T19:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193750#M7278</link>
      <description>&lt;P&gt;I was thinking about having a standalone search head and a cluster at the same time. I am planning to migrate to Search Head Cluster and I want to maintain a Backup Search Head (standalone) until I verify that the cluster is working fine.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 19:51:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193750#M7278</guid>
      <dc:creator>jspvkey</dc:creator>
      <dc:date>2015-05-12T19:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193751#M7279</link>
      <description>&lt;P&gt;Absolutely! That is quite possible&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 19:55:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193751#M7279</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2015-05-12T19:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193752#M7280</link>
      <description>&lt;P&gt;Thankyou..&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 19:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193752#M7280</guid>
      <dc:creator>jspvkey</dc:creator>
      <dc:date>2015-05-12T19:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193753#M7281</link>
      <description>&lt;P&gt;Thanks.....&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 19:57:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193753#M7281</guid>
      <dc:creator>jspvkey</dc:creator>
      <dc:date>2015-05-12T19:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193754#M7282</link>
      <description>&lt;P&gt;I have a question here. If all the search heads are same, do we still need to setup deployer before initializing SHC member?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 02:31:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193754#M7282</guid>
      <dc:creator>guotao4321</dc:creator>
      <dc:date>2016-10-21T02:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193755#M7283</link>
      <description>&lt;P&gt;Yes. Deployer has to be defined in the configurations.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 03:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193755#M7283</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-10-21T03:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193756#M7284</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;

&lt;P&gt;However, I check the document: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/DistSearch/SHCdeploymentoverview" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/DistSearch/SHCdeploymentoverview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It says:&lt;BR /&gt;
"It is recommended that you select the deployer now, as part of cluster set-up, because you need a deployer in place before you can distribute apps and updated configurations to the cluster members."&lt;BR /&gt;
Does it mean that if we dont need to distribute apps and update configuration, there is no need to setup the deployer?&lt;/P&gt;

&lt;P&gt;Another one:&lt;BR /&gt;
"The -conf_deploy_fetch_url parameter specifies the URL and management port for the deployer instance. &lt;STRONG&gt;This parameter is optional during initialization&lt;/STRONG&gt;, but you do need to set it before you can use the deployer functionality. See "Use the deployer to distribute apps and configuration updates." "&lt;/P&gt;

&lt;H2&gt;I just setup a SH cluster with 3 nodes and without deployer, but when I run the command "show shcluster-status", the member list just shows the captian, no other member. This is same when running the command on each search head.&lt;/H2&gt;

&lt;P&gt;[root@deploy-searchhead01 ~]# /opt/splunk/bin/splunk bootstrap shcluster-captain -servers_list "&lt;A href="https://deploy-searchhead01.bigdata.emc.local:8089,https://deploy-searchhead02.bigdata.emc.local:8089,https://deploy-searchhead03.bigdata.emc.local:8089" target="_blank"&gt;https://deploy-searchhead01.bigdata.emc.local:8089,https://deploy-searchhead02.bigdata.emc.local:8089,https://deploy-searchhead03.bigdata.emc.local:8089&lt;/A&gt;" -auth admin:changeme&lt;BR /&gt;
Successfully bootstrapped this node as the captain with the given servers.&lt;BR /&gt;
[root@deploy-searchhead01 ~]# /opt/splunk/bin/splunk show shcluster-status -auth admin:changeme&lt;/P&gt;

&lt;P&gt;Captain:&lt;BR /&gt;
                          dynamic_captain : 1&lt;BR /&gt;
                          elected_captain : Fri Oct 21 12:20:43 2016&lt;BR /&gt;
                                       id : 6F21DCB3-0E06-4AA0-8E1C-7FE2D2712588&lt;BR /&gt;
                         initialized_flag : 0&lt;BR /&gt;
                                    label : deploy-searchhead01.bigdata.emc.local&lt;BR /&gt;
                                 mgmt_uri : &lt;A href="https://deploy-searchhead01.bigdata.emc.local:8089" target="_blank"&gt;https://deploy-searchhead01.bigdata.emc.local:8089&lt;/A&gt;&lt;BR /&gt;
                    min_peers_joined_flag : 0&lt;BR /&gt;
                     rolling_restart_flag : 0&lt;BR /&gt;
                       service_ready_flag : 0&lt;/P&gt;

&lt;P&gt;Members:&lt;BR /&gt;
        deploy-searchhead01.bigdata.emc.local&lt;BR /&gt;
                                    label : deploy-searchhead01.bigdata.emc.local&lt;BR /&gt;
                                 mgmt_uri : &lt;A href="https://deploy-searchhead01.bigdata.emc.local:8089" target="_blank"&gt;https://deploy-searchhead01.bigdata.emc.local:8089&lt;/A&gt;&lt;BR /&gt;
                           mgmt_uri_alias : &lt;A href="https://172.16.1.72:8089" target="_blank"&gt;https://172.16.1.72:8089&lt;/A&gt;&lt;/P&gt;

&lt;H2&gt;                                   status : Up&lt;/H2&gt;

&lt;P&gt;Thank you very much if you can help on it.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:28:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193756#M7284</guid>
      <dc:creator>guotao4321</dc:creator>
      <dc:date>2020-09-29T11:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193757#M7285</link>
      <description>&lt;P&gt;issue fixed. Check the log for reason: splunk/var/log/splunk/splunkd.log&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 06:38:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193757#M7285</guid>
      <dc:creator>guotao4321</dc:creator>
      <dc:date>2016-10-21T06:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193758#M7286</link>
      <description>&lt;P&gt;I have a certain doubt.&lt;/P&gt;

&lt;P&gt;"you can export all the views,searches etc from different app contexts from your existing search to be on safe side"&lt;/P&gt;

&lt;P&gt;If I setup search head clustering later on. How do the dashboards, artifacts etc. Propagate from one site to the other?  Should I back them up first ?  Is this what you mean by exporting them to be safe?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 19:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193758#M7286</guid>
      <dc:creator>jmargolies</dc:creator>
      <dc:date>2016-11-07T19:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193759#M7287</link>
      <description>&lt;P&gt;I have a certain doubt.&lt;/P&gt;

&lt;P&gt;"you can export all the views,searches etc from different app contexts from your existing search to be on safe side"&lt;/P&gt;

&lt;P&gt;If I setup search head clustering later on. How do the dashboards, artifacts etc. Propagate from one site to the other?  Should I back them up first ?  Is this what you mean by exporting them to be safe?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 19:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193759#M7287</guid>
      <dc:creator>jmargolies</dc:creator>
      <dc:date>2016-11-07T19:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Clustering Question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193760#M7288</link>
      <description>&lt;P&gt;sorry I posted this twice somehow it didn't update &lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 19:55:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Clustering-Question/m-p/193760#M7288</guid>
      <dc:creator>jmargolies</dc:creator>
      <dc:date>2016-11-07T19:55:19Z</dc:date>
    </item>
  </channel>
</rss>

