<?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: After Upgrade 7.2.x Fail To Startup in Installation</title>
    <link>https://community.splunk.com/t5/Installation/After-Upgrade-7-2-x-Fail-To-Startup/m-p/406109#M8589</link>
    <description>&lt;P&gt;There is Index db path collision check for summaryHomePath starting from version 7.2.X&lt;/P&gt;

&lt;P&gt;Possible affect to customers: &lt;BR /&gt;
Any customer that has not configured with summaryHomePath or just configured with volume referencing for any index, I.e homePath = volume:hot at downward 7.2.x version&lt;/P&gt;

&lt;P&gt;Symptom: &lt;BR /&gt;
Indexer won’t be able to start after upgrade Or bundle push for indexes.conf change without the required configuration.&lt;/P&gt;

&lt;P&gt;Error: &lt;BR /&gt;
Problem parsing indexes.conf: Cannot load IndexConfig: index= Path=$SPLUNK_HOME/INDEX_NAME/summary given as value of param=homePath collides with value of param2=summaryHomePath of index2=&lt;/P&gt;

&lt;P&gt;Reason: &lt;BR /&gt;
Every index is going to use same summary index path(location).  &lt;/P&gt;

&lt;P&gt;To fix the issue:&lt;BR /&gt;
Adding summaryHomePath = volume:hot/$_index_name/summary to every index configuration.&lt;/P&gt;

&lt;P&gt;Please see our doc:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Indexesconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Indexesconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;summaryHomePath = &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;It is recommended that you specify the path with the following syntax:&lt;BR /&gt;
 summaryHomePath = $SPLUNK_DB/$_index_name/summary&lt;BR /&gt;
At runtime, Splunk expands "$_index_name" to the name of the index. For example,&lt;BR /&gt;
if the index name is "newindex", summaryHomePath becomes "$SPLUNK_DB/newindex/summary".&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;May contain a volume reference (see volume section below) in place of $SPLUNK_DB.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Volume reference must be used if data retention based on data size is desired.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;CAUTION: Path must be writable.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If not specified, Splunk creates a directory 'summary' in the same location as homePath&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:05:02 GMT</pubDate>
    <dc:creator>rsantoso_splunk</dc:creator>
    <dc:date>2020-09-30T00:05:02Z</dc:date>
    <item>
      <title>After Upgrade 7.2.x Fail To Startup</title>
      <link>https://community.splunk.com/t5/Installation/After-Upgrade-7-2-x-Fail-To-Startup/m-p/406108#M8588</link>
      <description>&lt;P&gt;After upgrade to 7.2.x fail on startup with the following error:&lt;/P&gt;

&lt;P&gt;Problem parsing indexes.conf: Cannot load IndexConfig: &lt;BR /&gt;
index=summary Path=$SPLUNK_HOME/INDEX_NAME/summary given as value of param=homePath collides with value of param2=summaryHomePath of index2=. &lt;BR /&gt;
Validating databases (splunkd validatedb) failed with code '1'. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:04:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/After-Upgrade-7-2-x-Fail-To-Startup/m-p/406108#M8588</guid>
      <dc:creator>rsantoso_splunk</dc:creator>
      <dc:date>2020-09-30T00:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: After Upgrade 7.2.x Fail To Startup</title>
      <link>https://community.splunk.com/t5/Installation/After-Upgrade-7-2-x-Fail-To-Startup/m-p/406109#M8589</link>
      <description>&lt;P&gt;There is Index db path collision check for summaryHomePath starting from version 7.2.X&lt;/P&gt;

&lt;P&gt;Possible affect to customers: &lt;BR /&gt;
Any customer that has not configured with summaryHomePath or just configured with volume referencing for any index, I.e homePath = volume:hot at downward 7.2.x version&lt;/P&gt;

&lt;P&gt;Symptom: &lt;BR /&gt;
Indexer won’t be able to start after upgrade Or bundle push for indexes.conf change without the required configuration.&lt;/P&gt;

&lt;P&gt;Error: &lt;BR /&gt;
Problem parsing indexes.conf: Cannot load IndexConfig: index= Path=$SPLUNK_HOME/INDEX_NAME/summary given as value of param=homePath collides with value of param2=summaryHomePath of index2=&lt;/P&gt;

&lt;P&gt;Reason: &lt;BR /&gt;
Every index is going to use same summary index path(location).  &lt;/P&gt;

&lt;P&gt;To fix the issue:&lt;BR /&gt;
Adding summaryHomePath = volume:hot/$_index_name/summary to every index configuration.&lt;/P&gt;

&lt;P&gt;Please see our doc:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Indexesconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Indexesconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;summaryHomePath = &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;It is recommended that you specify the path with the following syntax:&lt;BR /&gt;
 summaryHomePath = $SPLUNK_DB/$_index_name/summary&lt;BR /&gt;
At runtime, Splunk expands "$_index_name" to the name of the index. For example,&lt;BR /&gt;
if the index name is "newindex", summaryHomePath becomes "$SPLUNK_DB/newindex/summary".&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;May contain a volume reference (see volume section below) in place of $SPLUNK_DB.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Volume reference must be used if data retention based on data size is desired.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;CAUTION: Path must be writable.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If not specified, Splunk creates a directory 'summary' in the same location as homePath&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:05:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/After-Upgrade-7-2-x-Fail-To-Startup/m-p/406109#M8589</guid>
      <dc:creator>rsantoso_splunk</dc:creator>
      <dc:date>2020-09-30T00:05:02Z</dc:date>
    </item>
  </channel>
</rss>

