<?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 Deployment Server/Client Not Working in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93880#M3449</link>
    <description>&lt;P&gt;I am working in a development environment.&lt;BR /&gt;
One indexer/search head (DeploymentServer)&lt;BR /&gt;
One forwarder (DeploymentClient)&lt;BR /&gt;
I am trying to get my forwarder to install the *nix app and update it's inputs.conf.&lt;/P&gt;

&lt;P&gt;On DeploymentServer&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/system/local/serverclass.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[global]
whitelist.0=*
restartSplunkd=True
stateOnClient=enabled

[serverClass:lcfapp-d:app:unix]
machineTypes=linux-x86_64
stateOnClient=enabled
restartSplunkd=True

[serverClass:lcfapp-d:app:lcfapp-d]
stateOnClient=enabled
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On DeploymentServer&lt;BR /&gt;
/opt/splunk/etc/deployment-apps/unix&lt;BR /&gt;
/opt/splunk/etc/deployment-apps/lcfapp-d/local/inputs.conf&lt;BR /&gt;
/opt/splunk/etc/deployment-apps/lcfapp-d/local/app.conf&lt;/P&gt;

&lt;P&gt;On DeploymentClient&lt;/P&gt;

&lt;P&gt;/opt/splunkfowarder/etc/system/local/deploymentclient.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[lcfapp-d]
[target-broker:deploymentServer]
targetUri= 192.168.XXX.XXX:8089 (the X's are numbers)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have restarted splunk on both machines several times.&lt;BR /&gt;
Am I missing something?&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2012 19:29:37 GMT</pubDate>
    <dc:creator>khhenderson</dc:creator>
    <dc:date>2012-07-09T19:29:37Z</dc:date>
    <item>
      <title>Deployment Server/Client Not Working</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93880#M3449</link>
      <description>&lt;P&gt;I am working in a development environment.&lt;BR /&gt;
One indexer/search head (DeploymentServer)&lt;BR /&gt;
One forwarder (DeploymentClient)&lt;BR /&gt;
I am trying to get my forwarder to install the *nix app and update it's inputs.conf.&lt;/P&gt;

&lt;P&gt;On DeploymentServer&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/system/local/serverclass.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[global]
whitelist.0=*
restartSplunkd=True
stateOnClient=enabled

[serverClass:lcfapp-d:app:unix]
machineTypes=linux-x86_64
stateOnClient=enabled
restartSplunkd=True

[serverClass:lcfapp-d:app:lcfapp-d]
stateOnClient=enabled
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On DeploymentServer&lt;BR /&gt;
/opt/splunk/etc/deployment-apps/unix&lt;BR /&gt;
/opt/splunk/etc/deployment-apps/lcfapp-d/local/inputs.conf&lt;BR /&gt;
/opt/splunk/etc/deployment-apps/lcfapp-d/local/app.conf&lt;/P&gt;

&lt;P&gt;On DeploymentClient&lt;/P&gt;

&lt;P&gt;/opt/splunkfowarder/etc/system/local/deploymentclient.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[lcfapp-d]
[target-broker:deploymentServer]
targetUri= 192.168.XXX.XXX:8089 (the X's are numbers)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have restarted splunk on both machines several times.&lt;BR /&gt;
Am I missing something?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2012 19:29:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93880#M3449</guid>
      <dc:creator>khhenderson</dc:creator>
      <dc:date>2012-07-09T19:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server/Client Not Working</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93881#M3450</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[global]
whitelist.0 = *

[serverClass:lcfapp-d:app:unix]
stateOnClient=enabled
restartSplunkd=True


[serverClass:lcfapp-d:app:lcfapp-d]
stateOnClient=enabled
restartSplunkd=true

[serverClass:lcfapp-d]
machineTypes=linux-x86_64
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Jul 2012 12:37:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93881#M3450</guid>
      <dc:creator>bosburn_splunk</dc:creator>
      <dc:date>2012-07-10T12:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server/Client Not Working</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93882#M3451</link>
      <description>&lt;P&gt;And just to clarify, the main issue here is that you hadn't defined the "lcfapp-d" serverclass. The stanzas containing the ":app:" parts are explicitly for defining which apps should go to which serverclasses, so those serverclasses need to be defined on their own for that to work.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 12:40:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93882#M3451</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-07-10T12:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server/Client Not Working</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93883#M3452</link>
      <description>&lt;P&gt;I am half way there. The unix app was installed.&lt;BR /&gt;
The /opt/splunkforwarder/etc/system/local/inputs.conf was not updated.&lt;BR /&gt;
It did create a /opt/splunkforwarder/etc/apps/lcfapp-d/local/inputs.conf file.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 13:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93883#M3452</guid>
      <dc:creator>khhenderson</dc:creator>
      <dc:date>2012-07-10T13:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server/Client Not Working</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93884#M3453</link>
      <description>&lt;P&gt;etc/system is not under the deployment server's control. The only thing the deployment server does is it pushes apps from its deployment-apps directory to deployment clients' apps directory (according to the rules set in serverclass.conf), so no other directories will have their contents modified.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 13:29:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Not-Working/m-p/93884#M3453</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-07-10T13:29:44Z</dc:date>
    </item>
  </channel>
</rss>

