<?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 Where is the splunk start commandline? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-is-the-splunk-start-commandline/m-p/317380#M8089</link>
    <description>&lt;P&gt;I just install Splunk EP 6.6 on my Cne OS VM and install it b following the instruction. However, I can't start it up&lt;/P&gt;
&lt;P&gt;due to the following&lt;/P&gt;
&lt;P&gt;...&lt;BR /&gt;splunk/share/splunk/search_mrsparkle/exposed/fallback/&lt;BR /&gt;splunk/share/splunk/search_mrsparkle/exposed/fallback/dashboard.js&lt;BR /&gt;splunk/share/splunk/search_mrsparkle/exposed/fallback/dashboard.css&lt;BR /&gt;splunk/share/splunk/search_mrsparkle/exposed/xml/&lt;BR /&gt;splunk/share/splunk/search_mrsparkle/exposed/xml/print.xml&lt;BR /&gt;splunk/share/copyright.txt&lt;BR /&gt;[root@splunk opt]# cd /opt/splunk/bin&lt;BR /&gt;[root@splunk bin]# ls -ls&lt;BR /&gt;total 123564&lt;/P&gt;
&lt;P&gt;[root@splunk opt]# cd /opt/splunk/bin&lt;BR /&gt;[root@splunk bin]# ls -ls&lt;BR /&gt;total 123564&lt;BR /&gt;export SPLUNK_HOME=/opt&lt;BR /&gt;$SPLUNK_HOME/bin/splunk start&lt;BR /&gt;command not found&lt;BR /&gt;[root@splunk bin]# splunk enable boot-start -user splunk&lt;BR /&gt;-bash: splunk: command not found&lt;BR /&gt;[root@splunk bin]# pwd&lt;BR /&gt;/opt/splunk/bin&lt;BR /&gt;[root@splunk bin]# splunk enable boot-start -user xxx&lt;BR /&gt;-bash: splunk: command not found&lt;BR /&gt;[root@splunk bin]# splunk&lt;BR /&gt;-bash: splunk: command not found&lt;BR /&gt;[root@splunk bin]#&lt;/P&gt;
&lt;P&gt;any idea?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 15:16:56 GMT</pubDate>
    <dc:creator>winniew13</dc:creator>
    <dc:date>2022-03-30T15:16:56Z</dc:date>
    <item>
      <title>Where is the splunk start commandline?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-is-the-splunk-start-commandline/m-p/317380#M8089</link>
      <description>&lt;P&gt;I just install Splunk EP 6.6 on my Cne OS VM and install it b following the instruction. However, I can't start it up&lt;/P&gt;
&lt;P&gt;due to the following&lt;/P&gt;
&lt;P&gt;...&lt;BR /&gt;splunk/share/splunk/search_mrsparkle/exposed/fallback/&lt;BR /&gt;splunk/share/splunk/search_mrsparkle/exposed/fallback/dashboard.js&lt;BR /&gt;splunk/share/splunk/search_mrsparkle/exposed/fallback/dashboard.css&lt;BR /&gt;splunk/share/splunk/search_mrsparkle/exposed/xml/&lt;BR /&gt;splunk/share/splunk/search_mrsparkle/exposed/xml/print.xml&lt;BR /&gt;splunk/share/copyright.txt&lt;BR /&gt;[root@splunk opt]# cd /opt/splunk/bin&lt;BR /&gt;[root@splunk bin]# ls -ls&lt;BR /&gt;total 123564&lt;/P&gt;
&lt;P&gt;[root@splunk opt]# cd /opt/splunk/bin&lt;BR /&gt;[root@splunk bin]# ls -ls&lt;BR /&gt;total 123564&lt;BR /&gt;export SPLUNK_HOME=/opt&lt;BR /&gt;$SPLUNK_HOME/bin/splunk start&lt;BR /&gt;command not found&lt;BR /&gt;[root@splunk bin]# splunk enable boot-start -user splunk&lt;BR /&gt;-bash: splunk: command not found&lt;BR /&gt;[root@splunk bin]# pwd&lt;BR /&gt;/opt/splunk/bin&lt;BR /&gt;[root@splunk bin]# splunk enable boot-start -user xxx&lt;BR /&gt;-bash: splunk: command not found&lt;BR /&gt;[root@splunk bin]# splunk&lt;BR /&gt;-bash: splunk: command not found&lt;BR /&gt;[root@splunk bin]#&lt;/P&gt;
&lt;P&gt;any idea?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 15:16:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Where-is-the-splunk-start-commandline/m-p/317380#M8089</guid>
      <dc:creator>winniew13</dc:creator>
      <dc:date>2022-03-30T15:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: can't find splunk start commandline</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-is-the-splunk-start-commandline/m-p/317381#M8090</link>
      <description>&lt;P&gt;Do this to update your environment variables and put the splunk &lt;CODE&gt;bin&lt;/CODE&gt; in your &lt;CODE&gt;PATH&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;export SPLUNK_HOME=/opt/splunk
export PATH=$PATH:/opt/splunk/bin
splunk status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or you could do full path:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or you could use &lt;CODE&gt;.&lt;/CODE&gt; like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cd /opt/splunk/bin/
./splunk status
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 May 2017 11:44:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Where-is-the-splunk-start-commandline/m-p/317381#M8090</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-25T11:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: can't find splunk start commandline</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Where-is-the-splunk-start-commandline/m-p/591511#M12005</link>
      <description>&lt;P&gt;My CentOS server hosted on vmware virtual machine is still throwing error even after implementing what you have just mentioned. Please help.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="evermmoreg_2-1648648523916.png" style="width: 830px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18854i0AAFAB8557B086F1/image-dimensions/830x65?v=v2" width="830" height="65" role="button" title="evermmoreg_2-1648648523916.png" alt="evermmoreg_2-1648648523916.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="evermmoreg_0-1648648126758.png" style="width: 847px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18852i61128F81BC620E36/image-dimensions/847x62?v=v2" width="847" height="62" role="button" title="evermmoreg_0-1648648126758.png" alt="evermmoreg_0-1648648126758.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 13:56:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Where-is-the-splunk-start-commandline/m-p/591511#M12005</guid>
      <dc:creator>evermmoreg</dc:creator>
      <dc:date>2022-03-30T13:56:02Z</dc:date>
    </item>
  </channel>
</rss>

