<?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: What's the best way to perform maintenance on a member of a search head cluster? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243101#M9148</link>
    <description>&lt;P&gt;Also check the cluster master and move it if it happened to be the captain.&lt;/P&gt;

&lt;P&gt;check who is the captain via "splunk show shcluster-status"&lt;/P&gt;

&lt;P&gt;Relocate it to another host via "splunk transfer shcluster-captain -mgmt_uri &lt;A href="https://myhostthatiwanttobethenewcaptain:8089"&gt;https://myhostthatiwanttobethenewcaptain:8089&lt;/A&gt;". This should be executed on the current captain instance.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2016 00:03:17 GMT</pubDate>
    <dc:creator>Lucas_K</dc:creator>
    <dc:date>2016-10-12T00:03:17Z</dc:date>
    <item>
      <title>What's the best way to perform maintenance on a member of a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243096#M9143</link>
      <description>&lt;P&gt;I need to perform some emergency maintenance on 1 member of my 4-member Search Head Cluster tonight. &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/DistSearch/Addaclustermember"&gt;From the docs&lt;/A&gt;, it looks like I need to remove the target from the SHC, clean the Splunk install, perform my maintenance (including a reboot), then re-add the target member back to the cluster. This seems insane to me. Is that really the best practice?&lt;/P&gt;

&lt;P&gt;Would it be easier to just take down the entire cluster while working on this one machine?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 22:26:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243096#M9143</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2016-10-11T22:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best way to perform maintenance on a member of a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243097#M9144</link>
      <description>&lt;P&gt;It seems to me that you should be able to just stop the instance, perform your maintenance, and then add it back into the cluster using this fairly simple procedure: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/DistSearch/Addaclustermember#Add_a_member_that_left_the_cluster_without_being_removed_from_it"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/DistSearch/Addaclustermember#Add_a_member_that_left_the_cluster_without_being_removed_from_it&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It shouldn't be necessary to perform the resync mentioned in that procedure if the maintenance occurs fairly quickly. In that case, you just need to restart the instance to add it back into the cluster.&lt;/P&gt;

&lt;P&gt;Of course, it depends on what you mean by "maintenance".  Presumably you won't be touching the Splunk configurations on the instance during the maintenance.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 22:33:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243097#M9144</guid>
      <dc:creator>Steve_G_</dc:creator>
      <dc:date>2016-10-11T22:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best way to perform maintenance on a member of a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243098#M9145</link>
      <description>&lt;P&gt;Since its an existing member and you're only going to be "down" briefly and I assume you're not changing things under /etc/apps... I'd just do the maintenance and restart the bad boy.  &lt;/P&gt;

&lt;P&gt;Cons to this approach:&lt;BR /&gt;
Could interfere with active users&lt;BR /&gt;
Could interfere with summary indexing (hopefully you do summary indexing on a separate SHC or standalone SH)&lt;BR /&gt;
Could force a re-election of the captai if it's the captain&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 22:35:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243098#M9145</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-10-11T22:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best way to perform maintenance on a member of a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243099#M9146</link>
      <description>&lt;P&gt;So many 'shoulds' and 'coulds' in both answers. The uncertainty and finger crossing involved with SHC makes me very nervous. Some day this will improve, right? RIGHT?! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 22:46:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243099#M9146</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2016-10-11T22:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best way to perform maintenance on a member of a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243100#M9147</link>
      <description>&lt;P&gt;Point was cowboy up! and reboot that thang!  ...&lt;/P&gt;

&lt;P&gt;lol to avoid the coulds, remove it first and therefore Steve's answer is most appropriate.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 23:46:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243100#M9147</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-10-11T23:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best way to perform maintenance on a member of a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243101#M9148</link>
      <description>&lt;P&gt;Also check the cluster master and move it if it happened to be the captain.&lt;/P&gt;

&lt;P&gt;check who is the captain via "splunk show shcluster-status"&lt;/P&gt;

&lt;P&gt;Relocate it to another host via "splunk transfer shcluster-captain -mgmt_uri &lt;A href="https://myhostthatiwanttobethenewcaptain:8089"&gt;https://myhostthatiwanttobethenewcaptain:8089&lt;/A&gt;". This should be executed on the current captain instance.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 00:03:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243101#M9148</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2016-10-12T00:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best way to perform maintenance on a member of a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243102#M9149</link>
      <description>&lt;P&gt;Good tip! &lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 01:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243102#M9149</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2016-10-12T01:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best way to perform maintenance on a member of a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243103#M9150</link>
      <description>&lt;P&gt;I chose the simply-stop-it method. The server was down for about 50 minutes. Restarted and just for grins ran &lt;CODE&gt;splunk resync shcluster-replicated-config&lt;/CODE&gt;. It seems to be working okay. &lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 13:56:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-s-the-best-way-to-perform-maintenance-on-a-member-of-a/m-p/243103#M9150</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2016-10-12T13:56:32Z</dc:date>
    </item>
  </channel>
</rss>

