<?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: Why does running btool on my Deployer not output authentication config files for a search head cluster? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Why-does-running-btool-on-my-Deployer-not-output-authentication/m-p/233372#M8716</link>
    <description>&lt;P&gt;The btool utility will provide the effective Splunk configuration (taking into account configuration file layering and user/app context) for the Splunk instance where the utility was run. The files that are effective in a Splunk instance are located in etc/system (default and local) and etc/apps/AppName (default and local). The configuration in etc/shcluster/apps (and etc/deployment-apps) are just app repository and they are applied on the system(s) receiving it, which will be Search Heads. So, if you want to inquire what authentication applied on your SH Cluster, then run the btool from one of the SH Cluster member.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2016 23:42:26 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-03-03T23:42:26Z</dc:date>
    <item>
      <title>Why does running btool on my Deployer not output authentication config files for a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-does-running-btool-on-my-Deployer-not-output-authentication/m-p/233370#M8714</link>
      <description>&lt;P&gt;I was in the process of identifying all the authentication config files on my Deployer in a search head cluster environment.  The intent is find out all the files that are listed under &lt;CODE&gt;$SPLUNK_HOME/etc/shcluster/apps/&lt;/CODE&gt; as they relate to authentication settings on the remote systems.  &lt;/P&gt;

&lt;P&gt;I did:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME//bin/splunk btool authentication list --debug
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The output listing did NOT show anything about &lt;CODE&gt;$SPLUNK_HOME/etc/shcluster/apps/&lt;/CODE&gt;&lt;BR /&gt;
This subdirectory does exist however and shows up using a regular "ls".&lt;BR /&gt;
Have I missed anything about btool?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 21:24:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-does-running-btool-on-my-Deployer-not-output-authentication/m-p/233370#M8714</guid>
      <dc:creator>Thuan</dc:creator>
      <dc:date>2016-03-03T21:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why does running btool on my Deployer not output authentication config files for a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-does-running-btool-on-my-Deployer-not-output-authentication/m-p/233371#M8715</link>
      <description>&lt;P&gt;&lt;STRONG&gt;btool&lt;/STRONG&gt; consolidates the on-disk configuration settings for a Splunk instance and then displays them. You are running &lt;STRONG&gt;btool&lt;/STRONG&gt; on the deployer, but the configuration files of interest are not the settings for the deployer - &lt;CODE&gt;etc/shcluster&lt;/CODE&gt; does not apply to the deployer. So &lt;STRONG&gt;btool&lt;/STRONG&gt; does not consider those settings.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;etc/shcluster&lt;/CODE&gt; is just a repository for configurations. The same is true for &lt;CODE&gt;etc/deployment-apps&lt;/CODE&gt; on a deployment server and &lt;CODE&gt;etc/master-apps&lt;/CODE&gt; on a cluster master. None of these directories will be examined by &lt;STRONG&gt;btool&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;To see the authentication settings, you need to go to a Splunk instance where those settings are active - in other words, on one of the clustered search heads.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 23:39:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-does-running-btool-on-my-Deployer-not-output-authentication/m-p/233371#M8715</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2016-03-03T23:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why does running btool on my Deployer not output authentication config files for a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-does-running-btool-on-my-Deployer-not-output-authentication/m-p/233372#M8716</link>
      <description>&lt;P&gt;The btool utility will provide the effective Splunk configuration (taking into account configuration file layering and user/app context) for the Splunk instance where the utility was run. The files that are effective in a Splunk instance are located in etc/system (default and local) and etc/apps/AppName (default and local). The configuration in etc/shcluster/apps (and etc/deployment-apps) are just app repository and they are applied on the system(s) receiving it, which will be Search Heads. So, if you want to inquire what authentication applied on your SH Cluster, then run the btool from one of the SH Cluster member.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 23:42:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-does-running-btool-on-my-Deployer-not-output-authentication/m-p/233372#M8716</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-03T23:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why does running btool on my Deployer not output authentication config files for a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-does-running-btool-on-my-Deployer-not-output-authentication/m-p/233373#M8717</link>
      <description>&lt;P&gt;This helps me to understand why /etc/shcluster is not included in btool.&lt;BR /&gt;
Thank you for the clarification.  &lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 14:45:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-does-running-btool-on-my-Deployer-not-output-authentication/m-p/233373#M8717</guid>
      <dc:creator>Thuan</dc:creator>
      <dc:date>2016-03-07T14:45:17Z</dc:date>
    </item>
  </channel>
</rss>

