Installation

Unable to start splunk

jessica_uditore
Explorer

I installed Splunk on a CentOS virtual machine 6 with the rpm package during the installation I had no problem.
Splunk is installed in the / opt / splunk and it says you have to start it using the command / opt / splunk / bin / splunk start, but I got this as output:-bash: / opt / splunk / bin / splunk: / lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
What should I do?

Tags (1)

stevenplunk
Engager

You downloaded the wrong architecture. Get the proper 32 or 64 bit for your system.

jessica_uditore
Explorer

I'm the user root.

0 Karma

jessica_uditore
Explorer

Don't work, same output.

0 Karma

Drainy
Champion

Ok, so at the command line try;

yum list installed glibc

In that list should be glibc.i686, if it isn't then type;

yum install glibc.i686

jessica_uditore
Explorer
0 Karma

Drainy
Champion

Is it 32bit or 64bit OS and which version of Splunk did you install?

0 Karma

jessica_uditore
Explorer

I'm the user root.

0 Karma

Drainy
Champion

Have you sudo'ed before trying to run the command?

0 Karma

Drainy
Champion

That looks a little like the error you get when trying to run splunkd.

To start it and to be absolutely sure we're talking about the same method;
navigate to /opt/splunk/bin
Once there type;
./splunk start
including the "." at the start of the command. Let us know if that works.

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...