<?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: Deployment Server vs. Deployer in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-vs-Deployer/m-p/111603#M4237</link>
    <description>&lt;P&gt;In follow up, I just want to know how to deploy an app to my search head cluster. Is it just a matter of creating a directory with the authentication.conf file into the /opt/splunk/etc/shcluster directory and then run the splunk apply schcluster-bundle command?&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2015 15:58:45 GMT</pubDate>
    <dc:creator>shandman</dc:creator>
    <dc:date>2015-07-09T15:58:45Z</dc:date>
    <item>
      <title>Deployment Server vs. Deployer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-vs-Deployer/m-p/111600#M4234</link>
      <description>&lt;P&gt;I am having a hard time trying to understand the difference between the two. I wonder if Splunk can make future name changes to make this more clear. &lt;/P&gt;

&lt;P&gt;i.e.&lt;BR /&gt;
Caution: You must use the deployer, not the deployment server, to distribute apps to cluster members. Use of the deployer eliminates the possibility of conflict with the run-time updates that the cluster replicates automatically by means of the mechanism described in "Configuration updates that the cluster replicates."&lt;BR /&gt;
= This is a snip it from &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/DistSearch/PropagateSHCconfigurationchanges"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/DistSearch/PropagateSHCconfigurationchanges&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What I am trying to do.&lt;BR /&gt;
 1. Deploy LDAP to Search Head Cluster (going from an old architecture which used just a stand alone splunk server. single authentication.conf works with LDAP). &lt;BR /&gt;
 2. From what I"m reading, I need to create an application, and use my Cluster Master (which is secretly also called the deployer / correct me if I'm wrong) to push the app by placing in :&lt;BR /&gt;
 $SPLUNK_HOME/etc/shcluster/&lt;BR /&gt;
     apps/&lt;BR /&gt;
          &lt;APP-NAME&gt;/&lt;BR /&gt;
          &lt;APP-NAME&gt;/&lt;BR /&gt;
 3. I can not find anywhere, steps on how to create an app by using the Cluster Master / Deployer. I CAN find instructions on how to create apps using the deployment server.... which is different than the Cluster Master / Deployer. &lt;/APP-NAME&gt;&lt;/APP-NAME&gt;&lt;/P&gt;

&lt;P&gt;Can Splunk make this any more unclear?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:10:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-vs-Deployer/m-p/111600#M4234</guid>
      <dc:creator>shandman</dc:creator>
      <dc:date>2015-07-09T14:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server vs. Deployer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-vs-Deployer/m-p/111601#M4235</link>
      <description>&lt;UL&gt;
&lt;LI&gt;A deployer is used to deploy apps to a search head cluster.&lt;/LI&gt;
&lt;LI&gt;A cluster master is used to deploy apps and manage replication within an indexer cluster (single or multi-site)&lt;/LI&gt;
&lt;LI&gt;A deployment server is used to deploy apps to forwarders (and technically could be used to deploy apps to other Splunk servers as well but with a number of caveats)&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;A Splunk instance can play any set of these roles (and a few others) simultaneously, but they are distinctly different things. And could be deployed on separate Splunk instances.&lt;/P&gt;

&lt;P&gt;"Can Splunk make this any more unclear?"&lt;BR /&gt;
- Be careful what you wish for since it might come true. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:28:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-vs-Deployer/m-p/111601#M4235</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-07-09T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server vs. Deployer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-vs-Deployer/m-p/111602#M4236</link>
      <description>&lt;P&gt;Thank you for the response acharlieh. &lt;/P&gt;

&lt;P&gt;The server I am using as my Cluster Master is, cmgr1.splunk.hq1.xxx.com (stands for cluster master).&lt;/P&gt;

&lt;P&gt;In my directory structure I have:&lt;BR /&gt;
/opt/splunk/etc&lt;BR /&gt;
     /master-apps     - this is for my index cluster&lt;BR /&gt;
     /shcluster           - this is for my search head cluster ... no?&lt;/P&gt;

&lt;P&gt;So is my server cmgr1.splunk.hq1.xxx.com, serving as both a deployer, and cluster master?&lt;BR /&gt;
Is this normal? I just followed standard setup for my new splunk architecture.&lt;/P&gt;

&lt;P&gt;My architecture is:&lt;BR /&gt;
Search Head Cluster = fe1.splunk.hq1.xxx.com, fe2.splunk.hq1.xxx.com, fe3.splunk.hq1.xxx.com&lt;BR /&gt;
Index Cluster = idx1.splunk.hq1.xxx.com, idx2.splunk.hq1.xxx.com, idx3.splunk.hq1.xxx.com, idx4.splunk.hq1.xxx.com, idx5.splunk.hq1.xxx.com&lt;BR /&gt;
Cluster Master = cmgr1.splunk.hq1.xxx.com&lt;BR /&gt;
License Master = lmgr1.splunk.hq1.xxx.com&lt;BR /&gt;
Deployment Server = dply1.splunk.hq1.xxx.com&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:48:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-vs-Deployer/m-p/111602#M4236</guid>
      <dc:creator>shandman</dc:creator>
      <dc:date>2015-07-09T14:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server vs. Deployer</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-vs-Deployer/m-p/111603#M4237</link>
      <description>&lt;P&gt;In follow up, I just want to know how to deploy an app to my search head cluster. Is it just a matter of creating a directory with the authentication.conf file into the /opt/splunk/etc/shcluster directory and then run the splunk apply schcluster-bundle command?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 15:58:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-vs-Deployer/m-p/111603#M4237</guid>
      <dc:creator>shandman</dc:creator>
      <dc:date>2015-07-09T15:58:45Z</dc:date>
    </item>
  </channel>
</rss>

