Splunk Enterprise

Where is the splunk start commandline?

winniew13
New Member

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

due to the following

...
splunk/share/splunk/search_mrsparkle/exposed/fallback/
splunk/share/splunk/search_mrsparkle/exposed/fallback/dashboard.js
splunk/share/splunk/search_mrsparkle/exposed/fallback/dashboard.css
splunk/share/splunk/search_mrsparkle/exposed/xml/
splunk/share/splunk/search_mrsparkle/exposed/xml/print.xml
splunk/share/copyright.txt
[root@splunk opt]# cd /opt/splunk/bin
[root@splunk bin]# ls -ls
total 123564

[root@splunk opt]# cd /opt/splunk/bin
[root@splunk bin]# ls -ls
total 123564
export SPLUNK_HOME=/opt
$SPLUNK_HOME/bin/splunk start
command not found
[root@splunk bin]# splunk enable boot-start -user splunk
-bash: splunk: command not found
[root@splunk bin]# pwd
/opt/splunk/bin
[root@splunk bin]# splunk enable boot-start -user xxx
-bash: splunk: command not found
[root@splunk bin]# splunk
-bash: splunk: command not found
[root@splunk bin]#

any idea?

Tags (1)
0 Karma
1 Solution

woodcock
Esteemed Legend

Do this to update your environment variables and put the splunk bin in your PATH:

export SPLUNK_HOME=/opt/splunk
export PATH=$PATH:/opt/splunk/bin
splunk status

Or you could do full path:

/opt/splunk/bin/splunk status

Or you could use . like this:

cd /opt/splunk/bin/
./splunk status

View solution in original post

0 Karma

woodcock
Esteemed Legend

Do this to update your environment variables and put the splunk bin in your PATH:

export SPLUNK_HOME=/opt/splunk
export PATH=$PATH:/opt/splunk/bin
splunk status

Or you could do full path:

/opt/splunk/bin/splunk status

Or you could use . like this:

cd /opt/splunk/bin/
./splunk status
0 Karma

evermmoreg
Engager

My CentOS server hosted on vmware virtual machine is still throwing error even after implementing what you have just mentioned. Please help.

evermmoreg_2-1648648523916.png

evermmoreg_0-1648648126758.png

 

0 Karma
Get Updates on the Splunk Community!

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Automatic Discovery Part 2: Setup and Best Practices

In Part 1 of this series, we covered what Automatic Discovery is and why it’s critical for observability at ...