Deployment Architecture

Unable to stop splunk

rdelhorbe
New Member

I run Splunk as a non-root user named splunk

When I try the command /opt/splunk/bin/splunk stop I get :

Stopping splunkd...
Shutting down. Please wait, as this may take a few minutes.
Failed to stop Splunkd.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files
See system logs and 'systemctl status Splunkd.service' for details.
Systemd manages the Splunk service. Use 'systemctl stop Splunkd' to stop the service. Root permission is required. Login as root user or use sudo.

I tried run the command as root or as splunk non-root user, nothing change.

0 Karma

badrinath_itrs
Communicator

@rdelhorbe @dm1 , If you are running Splunk as systemd service, then it would be better if you use below command to stop SPLUNK.

 

systemctl stop Splunkd ( # Stop Splunk ) 
systemctl status Splunkd ( # Status Splunk )
systemctl start Splunkd ( # Start Splunk )

If you have not setup SPLUNK properly to run as systemd service you would need to login with root user to stop it. 

Refer this page for more details as how to properly configure Splunk to run as systemd service. 

https://docs.splunk.com/Documentation/Splunk/8.2.3/Admin/RunSplunkassystemdservice

dm1
Contributor

facing the same issue. were you able to fix this ?

0 Karma

muralikoppula
Communicator

find and kill any lingering processes that contain "splunk" in their name

kill -9 `ps -ef | grep splunk | grep -v grep | awk '{print $2;}'`

and then perform splunk service restart/start as splunk

Hope this helps....

0 Karma
Get Updates on the Splunk Community!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...