<?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: splitting /splunk/frozen volume in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192202#M38337</link>
    <description>&lt;P&gt;So wait, what? &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;You have 8 servers mounted to a SINGLE 11TB NFS Mount? &lt;/LI&gt;
&lt;LI&gt;What are the server specs of the indexers? &lt;/LI&gt;
&lt;LI&gt;How are you transitioning from cold to frozen? Homebrew script? Shuttl? &lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Mon, 23 Mar 2015 18:54:19 GMT</pubDate>
    <dc:creator>alacercogitatus</dc:creator>
    <dc:date>2015-03-23T18:54:19Z</dc:date>
    <item>
      <title>splitting /splunk/frozen volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192201#M38336</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;In my environment we have so many index servers Eg:8 idx servers.&lt;BR /&gt;
All servers are mounted with one nfs volume called /splunk which has 11TB.&lt;BR /&gt;
/splunk mount point contain hot ,cold, warm and frozen.&lt;/P&gt;

&lt;P&gt;No as we have some space issue, we need to separate frozen from the /splunk volume.&lt;BR /&gt;
We have got one new nfs volume with 10TB for /splunk/frozen. &lt;BR /&gt;
Now the query is if I need to separate the frozen from the old volume, i can mount it separately and copy old data.But do i need to make any changes in any of the splunk configuration?&lt;/P&gt;

&lt;P&gt;Please suggest here.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Unni TN&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2015 12:42:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192201#M38336</guid>
      <dc:creator>splunkdeploy</dc:creator>
      <dc:date>2015-03-23T12:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: splitting /splunk/frozen volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192202#M38337</link>
      <description>&lt;P&gt;So wait, what? &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;You have 8 servers mounted to a SINGLE 11TB NFS Mount? &lt;/LI&gt;
&lt;LI&gt;What are the server specs of the indexers? &lt;/LI&gt;
&lt;LI&gt;How are you transitioning from cold to frozen? Homebrew script? Shuttl? &lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 23 Mar 2015 18:54:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192202#M38337</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-03-23T18:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: splitting /splunk/frozen volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192203#M38338</link>
      <description>&lt;P&gt;FYR, Answer for 3 can be found by checking the value of attribute "coldToFrozenDir" OR "coldToFrozenScript" from indexes.conf file on Indexer server.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2015 19:27:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192203#M38338</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-03-23T19:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: splitting /splunk/frozen volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192204#M38339</link>
      <description>&lt;P&gt;You can use the coldtofrozendir setup, in indexes.conf&lt;/P&gt;

&lt;P&gt;To avoid duplicates buckets, I recommend to create a new destination frozen folder for each pair or  indexer/index.&lt;BR /&gt;
It will also make it easier to restore.&lt;BR /&gt;
 (do not dump all in the same folder, it will be a nightmare)&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2015 20:12:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192204#M38339</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2015-03-23T20:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: splitting /splunk/frozen volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192205#M38340</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;1.You have 8 servers mounted to a SINGLE 11TB NFS Mount?&lt;BR /&gt;
yes, I have 8 diff. servers mounted to 11TB. 11TB mount name in /splunk and it has hot , cold and frozen.&lt;BR /&gt;
Inside /splunk/frozen i have diff. 8 server name.&lt;/P&gt;

&lt;P&gt;2.What are the server specs of the indexers?&lt;BR /&gt;
All 8 servers have, 8 CPU and 16GB Memory.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;How are you transitioning from cold to frozen? Homebrew script? Shuttl?
When i have checked indexes.conf file i could see frozen transition has designed as&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;coldToFrozenDir = /splunk/frozen/$HOSTNAME&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Unni TN&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192205#M38340</guid>
      <dc:creator>splunkdeploy</dc:creator>
      <dc:date>2015-03-24T12:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: splitting /splunk/frozen volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192206#M38341</link>
      <description>&lt;P&gt;use a folder per index and indexer.&lt;BR /&gt;
 coldToFrozenDir = /splunk/frozen/servername/indexname&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 16:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splitting-splunk-frozen-volume/m-p/192206#M38341</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2015-03-24T16:01:12Z</dc:date>
    </item>
  </channel>
</rss>

