<?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 Setting allowRemoteLogin=always works only if admin PW changed in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81681#M16844</link>
    <description>&lt;P&gt;Based on the documentation and &lt;A href="http://answers.splunk.com/questions/8519" rel="nofollow"&gt;answer 8519&lt;/A&gt;, it is unclear that both the admin password has to have been changed, and allowRemoteLogin=always must be set in order to execute CLI commands remotely. However, experimentation with Splunk 4.1.4 shows that both must be true. 
All forwarders are lightweight and using the forwarder license. They simply need to have the deploy client set:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"c:\program files\Splunk\bin\splunk" Set deploy-poll splunk:8089 -auth admin:changeme
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have 274 servers that need to be upgraded, and with this new limitation it appears that I will have to logon to each to complete the install. Any suggestions for a workaround would be appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Nov 2010 03:20:21 GMT</pubDate>
    <dc:creator>rgcox1</dc:creator>
    <dc:date>2010-11-02T03:20:21Z</dc:date>
    <item>
      <title>Setting allowRemoteLogin=always works only if admin PW changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81681#M16844</link>
      <description>&lt;P&gt;Based on the documentation and &lt;A href="http://answers.splunk.com/questions/8519" rel="nofollow"&gt;answer 8519&lt;/A&gt;, it is unclear that both the admin password has to have been changed, and allowRemoteLogin=always must be set in order to execute CLI commands remotely. However, experimentation with Splunk 4.1.4 shows that both must be true. 
All forwarders are lightweight and using the forwarder license. They simply need to have the deploy client set:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"c:\program files\Splunk\bin\splunk" Set deploy-poll splunk:8089 -auth admin:changeme
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have 274 servers that need to be upgraded, and with this new limitation it appears that I will have to logon to each to complete the install. Any suggestions for a workaround would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2010 03:20:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81681#M16844</guid>
      <dc:creator>rgcox1</dc:creator>
      <dc:date>2010-11-02T03:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setting allowRemoteLogin=always works only if admin PW changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81682#M16845</link>
      <description>&lt;P&gt;It is a bit of a chicken-egg situation. You can't change the password via the CLI because you're using the default password, as you've discovered. The short answer is that you're going to have to issue the command to change the passwords locally. You could probably accomplish this with a tool like puppet which would allow you to download and run the script at boot time. &lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2010 04:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81682#M16845</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2010-11-02T04:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting allowRemoteLogin=always works only if admin PW changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81683#M16846</link>
      <description>&lt;P&gt;Back to the old deployment method - copy conf files. In this case only deploymentclient.conf needed to be copied.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2010 05:26:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81683#M16846</guid>
      <dc:creator>rgcox1</dc:creator>
      <dc:date>2010-11-02T05:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting allowRemoteLogin=always works only if admin PW changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81684#M16847</link>
      <description>&lt;P&gt;Script it! Puppet on Linux and a simple batch script + psexec on Windows. Have the script pull the correct conf file from the network and restart splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2010 09:44:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81684#M16847</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-11-02T09:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setting allowRemoteLogin=always works only if admin PW changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81685#M16848</link>
      <description>&lt;P&gt;PSExec is what I'm using.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2010 00:17:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-allowRemoteLogin-always-works-only-if-admin-PW-changed/m-p/81685#M16848</guid>
      <dc:creator>rgcox1</dc:creator>
      <dc:date>2010-11-03T00:17:05Z</dc:date>
    </item>
  </channel>
</rss>

