Getting Data In

How to troubleshoot why Splunk Enterprise won't install on Server 2008 R2?

jweir
New Member

Gets partly through the install and the rolls back.

Are there any installation logs that may tell me what's holding things back?

Thanks,
Jason

0 Karma

dominiquevocat
SplunkTrust
SplunkTrust

We have the same issue and a support case open. No solution as of the last few err months...

0 Karma

wcolgate_splunk
Splunk Employee
Splunk Employee

You can check the %temp% directory of the user that installed splunk and look for a MSIxxxxxxx.log file. If you have many of them -- look for the one that installed splunk.

If you cannot find it, you can explicitly create an install log file with the following cli command:

$ msiexec /i /l*v

The Microsoft MSI installer subsystem will create a log file there. Once created we can crack it open and look to see what is going on.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Which product won't install? Enterprise, forwarder, Hunk?

---
If this reply helps you, Karma would be appreciated.
0 Karma

jweir
New Member

Sorry about that - Enterprise

0 Karma

richgalloway
SplunkTrust
SplunkTrust

It's been a long time since I installed Splunk on Win2008R2 and I no longer have that system.

There are three places I can think of to look:

C:\, C:\Windows\Temp, and the Event Viewer.
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...