<?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 How to copy all the users from one existing server to the new server? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15095#M217</link>
    <description>&lt;P&gt;I'm setting up a new Splunk Server on a different OS. Instead of creating all the users manually, how can I copy all the users from existing server to the new server?&lt;/P&gt;
&lt;P&gt;Thanks, Jiuan&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2020 19:24:59 GMT</pubDate>
    <dc:creator>jiuan</dc:creator>
    <dc:date>2020-06-15T19:24:59Z</dc:date>
    <item>
      <title>How to copy all the users from one existing server to the new server?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15095#M217</link>
      <description>&lt;P&gt;I'm setting up a new Splunk Server on a different OS. Instead of creating all the users manually, how can I copy all the users from existing server to the new server?&lt;/P&gt;
&lt;P&gt;Thanks, Jiuan&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 19:24:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15095#M217</guid>
      <dc:creator>jiuan</dc:creator>
      <dc:date>2020-06-15T19:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Copy users from one server to the other</title>
      <link>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15096#M218</link>
      <description>&lt;P&gt;You should move &lt;CODE&gt;etc/apps/*/local/...&lt;/CODE&gt; and &lt;CODE&gt;etc/users/...&lt;/CODE&gt; to capture all user data. The first directory hierarchy brings over shared objects and the second brings over private objects. Additionally you should configure authentication to yield the same set of users.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2010 00:13:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15096#M218</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2010-06-09T00:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copy users from one server to the other</title>
      <link>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15097#M219</link>
      <description>&lt;P&gt;Thanks, Stephen!&lt;/P&gt;

&lt;P&gt;I just talked to Mick about how to copy the authentication too.  He mentioned that all I need is copying etc/passwd and etc/auth/splunk.secret.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2010 01:52:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15097#M219</guid>
      <dc:creator>jiuan</dc:creator>
      <dc:date>2010-06-10T01:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Copy users from one server to the other</title>
      <link>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15098#M220</link>
      <description>&lt;P&gt;hmmm..... got this error:&lt;/P&gt;

&lt;P&gt;ERROR SSLCommon - Can't read key file /home/a478377/workspace/splunk/etc/auth/server.pem&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2010 02:48:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15098#M220</guid>
      <dc:creator>jiuan</dc:creator>
      <dc:date>2010-06-10T02:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Copy users from one server to the other</title>
      <link>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15099#M221</link>
      <description>&lt;P&gt;I got that SSL error at first also. I fixed it by copying this setting from the other server's etc/system/local/server.conf:&lt;BR /&gt;
[sslConfig]&lt;BR /&gt;
sslKeysfilePassword =&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2014 17:14:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15099#M221</guid>
      <dc:creator>nouse66</dc:creator>
      <dc:date>2014-06-14T17:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Copy users from one server to the other</title>
      <link>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15100#M222</link>
      <description>&lt;P&gt;You are getting that error because the passwords for the SSL keys were encrypted under the old splunk.secret. If you copied one from another server the hash no longer works. You need to re-enter the password in the appropriate conf files and let Splunk re-encrypt it.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 19:12:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15100#M222</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2014-08-04T19:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy users from one server to the other</title>
      <link>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15101#M223</link>
      <description>&lt;P&gt;You have to copy also the &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/authorize.conf&lt;/CODE&gt; file if you have one.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 08:12:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15101#M223</guid>
      <dc:creator>marco_sulla</dc:creator>
      <dc:date>2015-09-11T08:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy users from one server to the other</title>
      <link>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15102#M224</link>
      <description>&lt;P&gt;what do you mean in the appropriate conf files?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 05:10:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-copy-all-the-users-from-one-existing-server-to-the-new/m-p/15102#M224</guid>
      <dc:creator>ridwanahmed</dc:creator>
      <dc:date>2018-09-27T05:10:37Z</dc:date>
    </item>
  </channel>
</rss>

