<?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: Help with Deployment Server and Client? Step-bystep available? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105667#M3929</link>
    <description>&lt;P&gt;No change.&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2011 17:31:35 GMT</pubDate>
    <dc:creator>twinspop</dc:creator>
    <dc:date>2011-05-19T17:31:35Z</dc:date>
    <item>
      <title>Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105665#M3927</link>
      <description>&lt;P&gt;I've read through the docs and come up with a simple test config:&lt;/P&gt;

&lt;P&gt;st1:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Deployment Server&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/deployment-apps&lt;/CODE&gt; contains &lt;CODE&gt;testapp&lt;/CODE&gt;, which has &lt;CODE&gt;defaults/inputs.conf&lt;/CODE&gt; and &lt;CODE&gt;defaults/outputs.conf&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/system/local/serverclass.conf&lt;/CODE&gt; has&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[serverClass:testapp]&lt;BR /&gt;
[serverClass:testapp:app:*]&lt;BR /&gt;
filterType = whitelist&lt;BR /&gt;
whitelist.0 = st2&lt;BR /&gt;
restartSplunkd = true&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;&lt;CODE&gt;splunk list deploy-clients&lt;/CODE&gt; shows&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;Deployment client: ip=172.16.111.129, dns=st2, hostname=st2, mgmt=8089, build=98164, name=st2, id=connection_172.16.111.129_8089_st2_st2_st2, utsname=linux-x86_64&lt;BR /&gt;
             utsname:       linux-x86_64&lt;BR /&gt;
             name:       st2&lt;BR /&gt;
             ip:       172.16.111.129&lt;BR /&gt;
             hostname:       st2&lt;BR /&gt;
             build:       98164&lt;BR /&gt;
             dns:       st2&lt;BR /&gt;
             mgmt:       8089&lt;BR /&gt;
             phoneHomeTime:       Thu May 19 09:13:22 2011&lt;BR /&gt;
             id:       connection_172.16.111.129_8089_st2_st2_st2&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;st2:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Deployment client&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/system/local/deploymentclient.conf&lt;/CODE&gt; contains&lt;/P&gt;

&lt;P&gt;[deployment-client]&lt;BR /&gt;&lt;BR /&gt;
clientName=st2&lt;/P&gt;

&lt;P&gt;[target-broker:deploymentServer]&lt;BR /&gt;&lt;BR /&gt;
targetUri = st1:8089&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;st2 never gets &lt;CODE&gt;testapp&lt;/CODE&gt; deployed to it. I've had a support ticket open for 8 days on this with no luck. What did I leave out?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;
jon&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2011 16:22:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105665#M3927</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2011-05-19T16:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105666#M3928</link>
      <description>&lt;P&gt;Try prepending your serverclass.conf with an empty global stanza.  Whitelist is the default filter type so you may omit it if you'd like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[global]

[serverClass:testapp] 

[serverClass:testapp:app:*] 
whitelist.0 = st2 
restartSplunkd = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Alternate serverclass.conf...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[global]

[serverClass:testClass]
whitelist.0 = st2
restartSplunkd = true

[serverClass:testClass:app:testapp]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 May 2011 16:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105666#M3928</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2011-05-19T16:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105667#M3929</link>
      <description>&lt;P&gt;No change.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2011 17:31:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105667#M3929</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2011-05-19T17:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105668#M3930</link>
      <description>&lt;P&gt;Regarding st1:  Is your app literally in "$SPLUNK_HOME/etc/deploymentapps/testapp" or is it in "$SPLUNK_HOME/etc/deployment-apps/testapp"?  The hyphen is important but I thought perhaps that was a typo in your initial question.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:35:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105668#M3930</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2020-09-28T09:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105669#M3931</link>
      <description>&lt;P&gt;In the same vein, did you intend to write "$SPLUNK_HOME/etc/system/local/serverclass.conf contains" or "$SPLUNK_HOME/etc/system/local/deploymentclient.conf contains".  It should be the latter and is as important as the hyphen in my above comment.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:35:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105669#M3931</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2020-09-28T09:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105670#M3932</link>
      <description>&lt;P&gt;Regarding st2:  Is your deploymentclient configuration in "$SPLUNK_HOME/etc/system/local/serverclass.conf" or "$SPLUNK_HOME/etc/system/local/deploymentclient.conf".  That is as equally as important as the above hyphen comment.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:35:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105670#M3932</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2020-09-28T09:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105671#M3933</link>
      <description>&lt;P&gt;Actually - I see where you reported st2 was phoning home to st1, which answers my 2nd question.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2011 17:40:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105671#M3933</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2011-05-19T17:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105672#M3934</link>
      <description>&lt;P&gt;st1: deployment-apps. st2 - yes, big typo there on my part. editing the orig. (as in, post is wrong, install is correct)&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2011 17:59:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105672#M3934</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2011-05-19T17:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105673#M3935</link>
      <description>&lt;P&gt;typos in original post fixed.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2011 18:04:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105673#M3935</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2011-05-19T18:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105674#M3936</link>
      <description>&lt;P&gt;Did you perform a 'splunk reload deploy-server' after editing serverclass.conf?&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2011 18:14:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105674#M3936</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2011-05-19T18:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105675#M3937</link>
      <description>&lt;P&gt;Yes, and also 'splunk restart'. On both ends.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2011 20:01:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105675#M3937</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2011-05-19T20:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105676#M3938</link>
      <description>&lt;P&gt;It is interesting you're seeing the deployment client listed as phoning home via deployment server but not seeing it pick up any apps.  Do you see any relevant information in splunkd.log?&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2011 22:11:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105676#M3938</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2011-05-19T22:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105677#M3939</link>
      <description>&lt;P&gt;Nothing. Kinda frustrating. I've had a ticket open for 10 days now, with no activity since Monday. There's no step-by-step on the doc site. I guess I'm mentally deficient since others have it working, but it sure seems like I've got the min requirements. Thanks for trying.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2011 16:23:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105677#M3939</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2011-05-20T16:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Deployment Server and Client? Step-bystep available?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105678#M3940</link>
      <description>&lt;P&gt;I just noticed that the alternate code you posted above had testClass in the stanza opening. That did the trick. Yahtzee!&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2011 00:05:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-with-Deployment-Server-and-Client-Step-bystep-available/m-p/105678#M3940</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2011-05-25T00:05:29Z</dc:date>
    </item>
  </channel>
</rss>

