<?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 resolve frequent license issue errors such as &amp;quot;In handler 'localslave': editTracker failed&amp;quot; on Search Head Cluster? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/How-to-resolve-frequent-license-issue-errors-such-as-quot-In/m-p/239587#M3718</link>
    <description>&lt;P&gt;The root cause for the issue is pass4SymmKey  present in server.conf &lt;/P&gt;

&lt;P&gt;[general]&lt;BR /&gt;
pass4SymmKey = test&lt;BR /&gt;
serverName = x.x.x.x.x&lt;/P&gt;

&lt;P&gt;When ever any server you tried to point to licensemaster , The LM pass4symmkey should be same as the server which you want to point .&lt;/P&gt;

&lt;P&gt;this one implemented in prod environment and working fine without any issues .&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2017 19:08:19 GMT</pubDate>
    <dc:creator>sivapuvvada</dc:creator>
    <dc:date>2017-09-28T19:08:19Z</dc:date>
    <item>
      <title>How to resolve frequent license issue errors such as "In handler 'localslave': editTracker failed" on Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-resolve-frequent-license-issue-errors-such-as-quot-In/m-p/239584#M3715</link>
      <description>&lt;P&gt;We have Search Head cluster with 3 nodes. We try to point all these nodes to my License master .&lt;BR /&gt;When I tried to do as the master Uri from the SH members/Deployer UI it showing error message:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;"Bad Request — In handler 'localslave': editTracker failed, reason='WARN: path=/masterlm/usage: invalid signature on request from ip=x.x.xx.xx " 
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I have manually updated the same from CLI in server.conf, it worked but slaves are not contacting frequently license master . After 24 hrs i am getting license expired message on Splunk Web. Again, I have removed the master uri stanza and placed the same back and restarted. it worked&lt;/P&gt;
&lt;P&gt;How to fix this one ?&lt;/P&gt;
&lt;P&gt;Also I have done telnet from my search head members to license master and it connected without any issues.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 23:16:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-resolve-frequent-license-issue-errors-such-as-quot-In/m-p/239584#M3715</guid>
      <dc:creator>sivapuvvada</dc:creator>
      <dc:date>2020-06-15T23:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve frequent license issue errors such as "In handler 'localslave': editTracker failed" on Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-resolve-frequent-license-issue-errors-such-as-quot-In/m-p/239585#M3716</link>
      <description>&lt;P&gt;Hi sivapuvvada, &lt;/P&gt;

&lt;P&gt;Please try running the following CLI command on each slave: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk edit licenser-localslave -master_uri &lt;A href="https://{Lic_Master:mgmt_port}" target="test_blank"&gt;https://{Lic_Master:mgmt_port}&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To check the list of license slaves, run this command on the license master:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk list licenser-slaves
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps. Thanks!&lt;BR /&gt;
Hunter&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 18:10:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-resolve-frequent-license-issue-errors-such-as-quot-In/m-p/239585#M3716</guid>
      <dc:creator>hunters_splunk</dc:creator>
      <dc:date>2017-01-16T18:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve frequent license issue errors such as "In handler 'localslave': editTracker failed" on Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-resolve-frequent-license-issue-errors-such-as-quot-In/m-p/239586#M3717</link>
      <description>&lt;P&gt;Hi Hunter , &lt;/P&gt;

&lt;P&gt;I tried as you suggested but got the below error message  .&lt;/P&gt;

&lt;P&gt;In handler 'localslave': editTracker failed, reason='WARN:  path=/masterlm/usage: invalid signature on request from ip=x.x.xx.xxx&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 18:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-resolve-frequent-license-issue-errors-such-as-quot-In/m-p/239586#M3717</guid>
      <dc:creator>sivapuvvada</dc:creator>
      <dc:date>2017-01-16T18:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve frequent license issue errors such as "In handler 'localslave': editTracker failed" on Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-resolve-frequent-license-issue-errors-such-as-quot-In/m-p/239587#M3718</link>
      <description>&lt;P&gt;The root cause for the issue is pass4SymmKey  present in server.conf &lt;/P&gt;

&lt;P&gt;[general]&lt;BR /&gt;
pass4SymmKey = test&lt;BR /&gt;
serverName = x.x.x.x.x&lt;/P&gt;

&lt;P&gt;When ever any server you tried to point to licensemaster , The LM pass4symmkey should be same as the server which you want to point .&lt;/P&gt;

&lt;P&gt;this one implemented in prod environment and working fine without any issues .&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 19:08:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-resolve-frequent-license-issue-errors-such-as-quot-In/m-p/239587#M3718</guid>
      <dc:creator>sivapuvvada</dc:creator>
      <dc:date>2017-09-28T19:08:19Z</dc:date>
    </item>
  </channel>
</rss>

