Hi,
I am running a splunk instance on a server under /apps/splunk-1/ at port 8980. I would like to run another instance on the same server at a different port. So I ran "cp -R /app/splunk-1 /apps/splunk-2" to create a new instance. Then I removed the pid file under /apps/splunk-2/var/run, updated the related files so that it will use a different port (8950).
However, when I ran "/apps/splunk-2/bin/splunk start", I got the following error:
The splunk daemon (splunkd) is already running. [FAILED]
If you get stuck, we're here to help.
Look for answers here: http://docs.splunk.com
The Splunk web interface is at http://server1:8980.
When I executed /apps/splunk-2/bin/splunk status, I got this:
splunkd is running (PID: 3898).
splunk helpers are running (PIDs: 3903 4024 4060 4083).
Can someone please advise why splunk-2 is still referencing splunk-1?
What else do I need to update under splunk-2?
Thanks.
Regards,
Jackie
... View more