Deployment Architecture

How to resolve error "ERROR: The mgmt port [8089] is already bound. Splunk needs to use this port" when restarting splunkd on deployment server?

srisplunk12
Engager

Hi all,

I was trying to restart the splunkd process on deployment server and i landed up getting this error
"ERROR: The mgmt port [8089] is already bound. Splunk needs to use this port"

please do let me know the action to be taken to resolve this .

0 Karma
1 Solution

woodcock
Esteemed Legend

Assuming linux, from the CLI:

$SPLUNK_HOME/bin/stop
fuser -k 8089/tcp

View solution in original post

srisplunk12
Engager

I had to forcekill the process using the port 8089 to restart splunk.

0 Karma

woodcock
Esteemed Legend

Assuming linux, from the CLI:

$SPLUNK_HOME/bin/stop
fuser -k 8089/tcp

srisplunk12
Engager

thank you. i had to forcekill the process using the port 8089 to restart splunk.

0 Karma

joshualemoine
Path Finder

awesome. thanks!

0 Karma

anwarmian
Communicator

fuser -k 8089/tcp works well. Thanks

0 Karma

kangje168
Explorer

What if on windows?

0 Karma

woodcock
Esteemed Legend

Port to linux.
OK, Ctrl-Alt-Delete -> Task Manager, then kill all processes that start with splunk and kill any splunk* services.

0 Karma

woodcock
Esteemed Legend

Did you use fuser or some other command?

0 Karma

srisplunk12
Engager

i used kill -9 to force kill the process.. i would like to try the above command if the issues happens next time, thank you.

0 Karma

woodcock
Esteemed Legend

OK, click Accept on an answer to close the question.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...