<?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 change Deployment Client Instance ID? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530628#M18261</link>
    <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;I just needed this line in my case since someone else change the rest manually&lt;/P&gt;&lt;PRE&gt;sudo -u splunkuser rm -rf $SPLUNK_HOME/etc/instance.cfg&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2020 15:39:53 GMT</pubDate>
    <dc:creator>guarisma</dc:creator>
    <dc:date>2020-11-24T15:39:53Z</dc:date>
    <item>
      <title>How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530265#M18251</link>
      <description>&lt;P&gt;I have a couple of heavy Forwarders that we've been using for a while without a deployment server, now we want to use a DS to manage their Apps and make sure they are consistent, but it seems the original installation was a clone or a copy of the splunk folder so both instances have the same GUID (Instance ID)&lt;/P&gt;
&lt;P&gt;The Deployment Server is noticing this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;WARN ClientSessionsManager - Client with Id 'F8857965-300D-4E42-AECA-D35597DC4441' has changed some of its properties on the latest phone home.Old properties are: {ip=38.X.X.X, dns=FQDN, hostname=XXXCHSLKHF01, deploymentClientName="XXXCHSLKHF01", connectionId=connection_38.x.x.x.x_8089_38X.X.X_XXXCHSLKHF01_XXXCHSLKHF01, utsname="linux-x86_64", build=7af3758d0d5e, mgmt=8089, splunkVersion=7.3.3, package=enterprise, instanceId=F8857965-300D-4E42-AECA-D35597DC4441, instanceName=XXXCHSLKHF01}. New properties are: {ip=38.X.X.X, dns=38.130.118.2, hostname=XXXMNSLKHF01, deploymentClientName="F8857965-300D-4E42-AECA-D35597DC4441", connectionId=connection_38.X.X.X_8089_38.X.X.X_XXXMNSLKHF01_F8857965-300D-4E42-AECA-D35597DC4441, utsname="linux-x86_64", build=7af3758d0d5e, mgmt=8089, splunkVersion=7.3.3, package=enterprise, instanceId=F8857965-300D-4E42-AECA-D35597DC4441, instanceName=XXXMNSHF}.&lt;/LI-CODE&gt;
&lt;P&gt;So the DS will replace one HF with the other every time one calls back.&lt;/P&gt;
&lt;P&gt;How can I change this Instance ID?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 07:12:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530265#M18251</guid>
      <dc:creator>guarisma</dc:creator>
      <dc:date>2020-11-21T07:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530273#M18252</link>
      <description>Hi&lt;BR /&gt;I haven’t try to change this on live instance, but you could try to change GUID on instance.cfg file. &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.3/Admin/Instancecfgconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.3/Admin/Instancecfgconf&lt;/A&gt;&lt;BR /&gt;r. Ismo</description>
      <pubDate>Fri, 20 Nov 2020 22:01:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530273#M18252</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-11-20T22:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530315#M18256</link>
      <description>&lt;P&gt;It doesn't mean anything, but definitely you can just delete it and it will be re-generated.&lt;/P&gt;&lt;P&gt;-------------------------------&lt;/P&gt;&lt;P&gt;If this help your like would be appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2020 05:09:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530315#M18256</guid>
      <dc:creator>vikramyadav</dc:creator>
      <dc:date>2020-11-22T05:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530324#M18257</link>
      <description>&lt;P&gt;I follow below steps after vm is cloned:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo -u splunkuser $SPLUNK_HOME/bin/splunk set  servername $HOSTNAME
sudo -u splunkuser $SPLUNK_HOME/bin/splunk set  default-hostname $HOSTNAME
sudo -u splunkuser rm -rf $SPLUNK_HOME/etc/instance.cfg
sudo -u splunkuser $SPLUNK_HOME/bin/splunk restart&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 22 Nov 2020 08:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530324#M18257</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-11-22T08:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530330#M18258</link>
      <description>How to prepare colder image for UF &lt;A href="https://docs.splunk.com/Documentation/Forwarder/8.1.0/Forwarder/Makeauniversalforwarderpartofahostimage" target="_blank"&gt;https://docs.splunk.com/Documentation/Forwarder/8.1.0/Forwarder/Makeauniversalforwarderpartofahostimage&lt;/A&gt; and for full enterprise &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.0/Admin/IntegratefullSplunkontoasystemimage" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.0/Admin/IntegratefullSplunkontoasystemimage&lt;/A&gt;</description>
      <pubDate>Sun, 22 Nov 2020 11:27:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530330#M18258</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-11-22T11:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530628#M18261</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;I just needed this line in my case since someone else change the rest manually&lt;/P&gt;&lt;PRE&gt;sudo -u splunkuser rm -rf $SPLUNK_HOME/etc/instance.cfg&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 15:39:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530628#M18261</guid>
      <dc:creator>guarisma</dc:creator>
      <dc:date>2020-11-24T15:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530630#M18262</link>
      <description>&lt;P&gt;Thanks, this is great material, I'm forwarding this information to my client&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 15:40:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530630#M18262</guid>
      <dc:creator>guarisma</dc:creator>
      <dc:date>2020-11-24T15:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530631#M18263</link>
      <description>&lt;P&gt;Right, but I didn't know where to find it to change it or delete it, now I know it's in&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo -u splunkuser rm -rf $SPLUNK_HOME/etc/instance.cfg&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 Nov 2020 15:42:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530631#M18263</guid>
      <dc:creator>guarisma</dc:creator>
      <dc:date>2020-11-24T15:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530642#M18264</link>
      <description>Please try to avoid -r on rm unless your really want to remove files recursively!</description>
      <pubDate>Tue, 24 Nov 2020 16:17:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/530642#M18264</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-11-24T16:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/632931#M26732</link>
      <description>&lt;P&gt;Is this valid for Splunk 9.0 and linux?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 08:25:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/632931#M26732</guid>
      <dc:creator>Zzo911</dc:creator>
      <dc:date>2023-03-02T08:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Deployment Client Instance ID?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/633036#M26733</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 16:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-change-Deployment-Client-Instance-ID/m-p/633036#M26733</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2023-03-02T16:23:04Z</dc:date>
    </item>
  </channel>
</rss>

