<?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: I don´t understand how the deployment server works in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29268#M758</link>
    <description>&lt;P&gt;Could it be that it is not working, since i use the searchhead as deployment server, which is using only a splunk forwarder license?&lt;/P&gt;</description>
    <pubDate>Fri, 13 Aug 2010 18:57:44 GMT</pubDate>
    <dc:creator>tpaulsen</dc:creator>
    <dc:date>2010-08-13T18:57:44Z</dc:date>
    <item>
      <title>I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29265#M755</link>
      <description>&lt;P&gt;Hello, i seem to have a basic missunderstanding how the Splunk 4.1.3 Deployment Server works.
I want to deploy a simple inputs.conf to a group of Splunk Forwarder.&lt;/P&gt;

&lt;P&gt;I did already the following:&lt;/P&gt;

&lt;P&gt;1.) Setup a Deployment Server (same as my searchhead)&lt;/P&gt;

&lt;P&gt;2.) Defined serverclass.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[serverClass:PUC-Linux-LWF]
filterType = whitelist
repositoryLocation = /opt/splunk-searchhead/splunk/etc/deployment-apps/PUC-Linux-LWF
whitelist.0 = *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;3.) Enabled the deployment clients (as described). Handshaking is working:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;*lfrprax@splunk-a:/opt/splunk-searchhead/splunk/bin# ./splunk list deploy-clients

Deployment client: ip=10.111.128.98, dns=splunk-a.puc.ov.otto.de, hostname=splunk-a, mgmt=8589, build=80534, name=deploymentClient, id=connection_10.111.128.98_8589_splunk-a.puc.ov.otto.de_splunk-a_deploymentClient, utsname=linux-x86_64
                 utsname:       linux-x86_64
                 name:       deploymentClient
                 ip:       10.111.128.98
                 hostname:       splunk-a
                 build:       80534
                 dns:       splunk-a.puc.ov.otto.de
                 mgmt:       8589
                 phoneHomeTime:       Thu Aug 12 19:26:39 2010
                 id:       connection_10.111.128.98_8589_splunk-a.puc.ov.otto.de_splunk-a_deploymentClient*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;4.) Created the directories and the inputs.conf that i want to distribute:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;*lfrprax@splunk-a:/opt/splunk-searchhead/splunk/etc/deployment-apps/PUC-Linux-LWF/default# cat inputs.conf
[monitor://$SPLUNK_HOME/var/log/splunk]
disabled = 1
index = idx_dev_splunk

#TEST*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;5.) Reloading Deploy-Server:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;*lfrprax@splunk-a:/opt/splunk-searchhead/splunk/bin# ./splunk reload deploy-server
Reloading server classes (and checking for any new or removed classes).*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here´s my question...where is the new inputs.conf on my deployment client? I can´t find it!???&lt;/P&gt;

&lt;P&gt;Please, help.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2010 00:33:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29265#M755</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-13T00:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29266#M756</link>
      <description>&lt;P&gt;You'll need to define your server class an app this way in your serverclass.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[serverClass:PUC-Linux-LWF]
filterType = whitelist
whitelist.0 = *

[serverClass:PUC-Linux-LWF:app:PUC-Linux-LWF]
stateOnClient=enabled
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then the distribution of the configuration should work.&lt;/P&gt;

&lt;P&gt;The configuation will appear in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/PUC-Linux-LWF/default/inputs.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;EDIT:&lt;/P&gt;

&lt;P&gt;For troubleshooting deployment install-failures, this search was quite handy in the past: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" sourcetype="splunkd" component="DeploymentMetrics" | rename scName as serverClass fqname as install_location hostname as deploymentClient | table _time deploymentClient ip serverClass appName event status reason install_location
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Aug 2010 01:00:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29266#M756</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2010-08-13T01:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29267#M757</link>
      <description>&lt;P&gt;Sorry, still not working.&lt;/P&gt;

&lt;P&gt;Maybe i have to define the targetRepositoryLocation?&lt;/P&gt;

&lt;P&gt;Or is the problem that my target Splunkforwarder is using a different management port?&lt;/P&gt;

&lt;P&gt;I´ll open a support ticket.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2010 16:47:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29267#M757</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-13T16:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29268#M758</link>
      <description>&lt;P&gt;Could it be that it is not working, since i use the searchhead as deployment server, which is using only a splunk forwarder license?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2010 18:57:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29268#M758</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-13T18:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29269#M759</link>
      <description>&lt;P&gt;Not working, sorry.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2010 19:09:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29269#M759</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-13T19:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29270#M760</link>
      <description>&lt;P&gt;Ok...i found out that the deployment client is indeed creating a subdirectory here:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/var/run/PUC-Linux-LWF&lt;/P&gt;

&lt;P&gt;But the directory is empty. No sight of the inputs.conf.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2010 19:48:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29270#M760</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-13T19:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29271#M761</link>
      <description>&lt;P&gt;Even more...i found out the deployment server is creating a temp directory here:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/var/run/tmp/PUC-Linux-LWF&lt;/P&gt;

&lt;P&gt;But that is also empty.&lt;/P&gt;

&lt;P&gt;Why is it not transmitting my inputs.conf????&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2010 19:52:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29271#M761</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-13T19:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29272#M762</link>
      <description>&lt;P&gt;you could try running the search I've added to the answer on your deployment server&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 04:35:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29272#M762</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2010-08-17T04:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29273#M763</link>
      <description>&lt;P&gt;ziegfried's answer is basically right. You have to define an app containing the configurations, and specify the app under the serverClass definition.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 05:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29273#M763</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-17T05:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29274#M764</link>
      <description>&lt;P&gt;thank you, i´ll give it a try.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 14:30:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29274#M764</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-17T14:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29275#M765</link>
      <description>&lt;P&gt;I did that, but the inputs.conf does not get distributed. Must be something simple i am missing?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 14:31:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29275#M765</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-17T14:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29276#M766</link>
      <description>&lt;P&gt;Ok...support suggested to delete the entire apps and recreate them manually. i did that...and it works now!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 19:54:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29276#M766</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-17T19:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29277#M767</link>
      <description>&lt;P&gt;I deleted the deployment app repository and recreated it manually, as well as edited the serverclass.conf manually. Now it is working!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 19:57:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29277#M767</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-17T19:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: I don´t understand how the deployment server works</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29278#M768</link>
      <description>&lt;P&gt;Ok, i found also out, that for more than one forwarder i have to create more whitelist entries.&lt;/P&gt;

&lt;P&gt;E.g.:&lt;/P&gt;

&lt;P&gt;This entry:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;whitelist.0 = blade583.puc.ov.otto.de, blade488.puc.ov.otto.de
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;...is not working.&lt;/P&gt;

&lt;P&gt;If I use this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;whitelist.0 = blade583.puc.ov.otto.de
whitelist.1 = blade488.puc.ov.otto.de
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;...it is working.&lt;/P&gt;

&lt;P&gt;How can i add 80+ forwarder entries to the whitelist? &lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 23:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-don-t-understand-how-the-deployment-server-works/m-p/29278#M768</guid>
      <dc:creator>tpaulsen</dc:creator>
      <dc:date>2010-08-17T23:15:28Z</dc:date>
    </item>
  </channel>
</rss>

