Installation

Deploy Splunk Universal Forwarder via the script for automation

herberthebia
New Member

Hello experts,

I'm trying to deploy splunk via the Nutanix calm blueprint. I could not install it successfully with LOGON_USERNAME & LOGON_PASSWORD parameters.

I was only able to install it with this powershell script.

Start-Process -Filepath "c:\_Splunk\Splunk_Silent.bat" -Wait

 

Inside the bat file

msiexec.exe /I splunkforwarder-7.3.0-657388c7a488-x64-release-64bit.msi DEPLOYMENT_SERVER="<ipadd>:8089" LAUNCHSPLUNK=1 AGREETOLICENSE=Yes /quiet

 

But when I include the LOGON_USERNAME & LOGON_PASSWORD parameters that's where the installation fails.

 

Labels (1)
0 Karma

jho-splunk
Splunk Employee
Splunk Employee

Hi @herberthebia,

This question may provide some pointers on troubleshooting/solving: Solved: Re: New Install of Splunk - Rollback occurs near t... - Splunk Community.

Also, is is possible that the LOGON_PASSWORD has any punctuation characters in it that may be interpreted by the cmd shell? 

Cheers,

 

 - Jo.

 

0 Karma
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, ...