<?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: Unable to boot start splunk during installation of splunk forwarder 6.2.2 in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335725#M8926</link>
    <description>&lt;P&gt;I also tried to manually execute the same command but it remains hung and I had to terminate the execution&lt;BR /&gt;
splunk enable boot-start -user splunk --accept-license --answer-yes&lt;/P&gt;</description>
    <pubDate>Sat, 04 Mar 2017 11:39:48 GMT</pubDate>
    <dc:creator>nirmalya2006</dc:creator>
    <dc:date>2017-03-04T11:39:48Z</dc:date>
    <item>
      <title>Unable to boot start splunk during installation of splunk forwarder 6.2.2</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335724#M8925</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;

&lt;P&gt;I quite new to splunk and I am trying to install splunk universal forwarder 6.2.2 on linux systems.&lt;BR /&gt;
Below are the commands that I have in  a shell script which is executed by root user.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;tar -zxvf splunkuniversalforwarder-6.2.2-255606-Linux-x86_64.gz -C /opt&lt;/LI&gt;
&lt;LI&gt;groupadd splunk&lt;/LI&gt;
&lt;LI&gt;useradd -g splunk splunk&lt;/LI&gt;
&lt;LI&gt;chown -R splunk:splunk /opt/splunkforwarder&lt;/LI&gt;
&lt;LI&gt;export SPLUNK_HOME=/opt/splunkforwarder&lt;/LI&gt;
&lt;LI&gt;export PATH=$SPLUNK_HOME/bin:$PATH&lt;/LI&gt;
&lt;LI&gt;splunk enable boot-start -user splunk --accept-license --answer-yes&lt;/LI&gt;
&lt;LI&gt;service splunk start&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;The script is executing perfectly till step 6.&lt;BR /&gt;
On step 7 the script gets hung and there is no output and neither the script proceeds ahead.&lt;/P&gt;

&lt;P&gt;I am unable to understand if this is an issue with the linux server where I am trying to install the forwarder or something is wrong with the installer.&lt;BR /&gt;
Can someone please help me on this.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Nirmalya&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 11:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335724#M8925</guid>
      <dc:creator>nirmalya2006</dc:creator>
      <dc:date>2017-03-04T11:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to boot start splunk during installation of splunk forwarder 6.2.2</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335725#M8926</link>
      <description>&lt;P&gt;I also tried to manually execute the same command but it remains hung and I had to terminate the execution&lt;BR /&gt;
splunk enable boot-start -user splunk --accept-license --answer-yes&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 11:39:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335725#M8926</guid>
      <dc:creator>nirmalya2006</dc:creator>
      <dc:date>2017-03-04T11:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to boot start splunk during installation of splunk forwarder 6.2.2</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335726#M8927</link>
      <description>&lt;P&gt;Hi  nirmalya2006,&lt;BR /&gt;
instead of item 7 and 8 you should run the following commands&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;cd /opt/splunkuniversalforwarder/bin&lt;/LI&gt;
&lt;LI&gt;./splunk start --accept-license &lt;/LI&gt;
&lt;LI&gt;splunk enable boot-start -user splunk&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;In addition I suggest to use rpm command because in this way you avoid items 2,3,4,5 and 6&lt;BR /&gt;
you have only three items:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;rpm -i splunkuniversalforwarder-6.2.2-255606-Linux-x86_64.rpm&lt;/LI&gt;
&lt;LI&gt;cd /opt/splunkuniversalforwarder/bin&lt;/LI&gt;
&lt;LI&gt;./splunk start --accept-license&lt;/LI&gt;
&lt;LI&gt;splunk enable boot-start -user splunk&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Every way see &lt;A href="http://docs.splunk.com/Documentation/Forwarder/6.5.2/Forwarder/Installanixuniversalforwarder"&gt;http://docs.splunk.com/Documentation/Forwarder/6.5.2/Forwarder/Installanixuniversalforwarder&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 12:06:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335726#M8927</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-03-04T12:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to boot start splunk during installation of splunk forwarder 6.2.2</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335727#M8928</link>
      <description>&lt;P&gt;You have an extra &lt;CODE&gt;./splunk start --accept-license&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2017 01:49:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335727#M8928</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-05T01:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to boot start splunk during installation of splunk forwarder 6.2.2</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335728#M8929</link>
      <description>&lt;P&gt;yes sorry! cut and past error!&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2017 10:42:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335728#M8929</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-03-05T10:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to boot start splunk during installation of splunk forwarder 6.2.2</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335729#M8930</link>
      <description>&lt;P&gt;Well for some reason &lt;CODE&gt;./splunk start --accept-license&lt;/CODE&gt;  or &lt;CODE&gt;splunk enable boot-start -user splunk&lt;/CODE&gt; was not working on this particular Linux server. We are yet to figure out the reason.&lt;BR /&gt;
So we had to use &lt;CODE&gt;service splunk enable boot-start -user splunk&lt;/CODE&gt; and &lt;CODE&gt;service splunk start&lt;/CODE&gt; to get the thing working.&lt;/P&gt;

&lt;P&gt;For other cases we were getting error message&lt;BR /&gt;
For &lt;CODE&gt;./splunk start --accept-license&lt;/CODE&gt; we got &lt;CODE&gt;Unrecognized service&lt;/CODE&gt;&lt;BR /&gt;
For &lt;CODE&gt;splunk enable boot-start -user splunk&lt;/CODE&gt; the command execution went to hung state&lt;/P&gt;

&lt;P&gt;Good thing is the service is now working fine with &lt;CODE&gt;service splunk start/stop/restart&lt;/CODE&gt; commands&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 22:30:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335729#M8930</guid>
      <dc:creator>nirmalya2006</dc:creator>
      <dc:date>2017-03-21T22:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to boot start splunk during installation of splunk forwarder 6.2.2</title>
      <link>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335730#M8931</link>
      <description>&lt;P&gt;@nirmalya2006 - Did your answer provide a working solution to your question? If yes and you would like to close out your post, don't forget to click "Accept" and upvote any previous answers/comments that were helpful. But if you'd like to keep it open for possibilities of other answers, then you don't have to take action on it yet.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 01:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Unable-to-boot-start-splunk-during-installation-of-splunk/m-p/335730#M8931</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2017-03-22T01:36:10Z</dc:date>
    </item>
  </channel>
</rss>

