<?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: How to move .dat files after moving indexes to another volume? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293202#M4360</link>
    <description>&lt;P&gt;Hi dipereira, I am having the same issue. I still see dat files getting generated at default locaton even after I moved DPLUNk_DB path. Did you find any solution?&lt;/P&gt;</description>
    <pubDate>Wed, 06 May 2020 22:26:55 GMT</pubDate>
    <dc:creator>rteja9</dc:creator>
    <dc:date>2020-05-06T22:26:55Z</dc:date>
    <item>
      <title>How to move .dat files after moving indexes to another volume?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293197#M4355</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have moved our $SPLUNK_DB folder to a SSD disk to improve performance.&lt;/P&gt;

&lt;P&gt;But I realized that .dat files are still writing in my old $SPLUNK_DB folder ($SPLUNK_HOME/var/lib/splunk) and the index folder has been updated correctly in my new SSD volume.&lt;/P&gt;

&lt;P&gt;What files could I delete in my old folder and how I set a configuration to splunk starts writing .dat files in the new $SPLUNK_DB folder?&lt;/P&gt;

&lt;P&gt;Obs: I have followed Splunk documentation "How to move splunk index".&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:44:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293197#M4355</guid>
      <dc:creator>dipereira</dc:creator>
      <dc:date>2020-09-29T14:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to move .dat files after moving indexes to another volume?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293198#M4356</link>
      <description>&lt;P&gt;Did you change the $SPLUNK_DB folder old path to new path under indexes.conf. This will avoid splunk under default location.&lt;/P&gt;

&lt;P&gt;Please go through below link for further clarification,&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/149248/how-to-move-index-from-one-hard-drive-to-another-in-splunk-clustered-environment.html"&gt;https://answers.splunk.com/answers/149248/how-to-move-index-from-one-hard-drive-to-another-in-splunk-clustered-environment.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 20:03:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293198#M4356</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2017-06-30T20:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to move .dat files after moving indexes to another volume?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293199#M4357</link>
      <description>&lt;P&gt;Hi, thanks for the fast reply! =]&lt;/P&gt;

&lt;P&gt;I did this:&lt;/P&gt;

&lt;P&gt;Stopped Splunk&lt;/P&gt;

&lt;P&gt;moved the old $SPLUNK_DB($SPLUNK_HOME/var/lib/splunk) to the new one /splunkdb: cp -rp $SPLUNK_DB/* /splunkdb&lt;/P&gt;

&lt;P&gt;Created $SPLUNK_DB variable: export SPLUNK_DB=/splunkdb&lt;/P&gt;

&lt;P&gt;Changed the SPLUNK_DB=/splunkdb in splunk-launch.conf.&lt;/P&gt;

&lt;P&gt;Started Splunk&lt;/P&gt;

&lt;P&gt;After that I saw .dat been populated in old folder.&lt;/P&gt;

&lt;P&gt;I didn't change any configuration in indexes.conf, do I need to do something there?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:44:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293199#M4357</guid>
      <dc:creator>dipereira</dc:creator>
      <dc:date>2020-09-29T14:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to move .dat files after moving indexes to another volume?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293200#M4358</link>
      <description>&lt;P&gt;Anyone could help me understand why .dat files has been populated in /opt/splunk/var/lib/splunk instead of the new storage set in splunk-launch.conf at SPLUNK_DB attribute?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:14:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293200#M4358</guid>
      <dc:creator>dipereira</dc:creator>
      <dc:date>2017-07-05T17:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to move .dat files after moving indexes to another volume?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293201#M4359</link>
      <description>&lt;P&gt;I am curious to know also! I have moved my SPLUNK_DB to a separate drive but the .dat files are still being created/updated to the default location.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 19:04:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293201#M4359</guid>
      <dc:creator>kmjefferson42</dc:creator>
      <dc:date>2018-06-21T19:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to move .dat files after moving indexes to another volume?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293202#M4360</link>
      <description>&lt;P&gt;Hi dipereira, I am having the same issue. I still see dat files getting generated at default locaton even after I moved DPLUNk_DB path. Did you find any solution?&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 22:26:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-move-dat-files-after-moving-indexes-to-another-volume/m-p/293202#M4360</guid>
      <dc:creator>rteja9</dc:creator>
      <dc:date>2020-05-06T22:26:55Z</dc:date>
    </item>
  </channel>
</rss>

