Installation

How to install a new environment with FIPS enabled before the initial startup?

cboillot
Contributor

We are looking into installing new environment. In this environment, we are wanting to have FIPS enabled. Instructions state that we need to do this "before initial startup."

My question is this: How would we go about doing this? My first thought would be that installing via command line would work, as it does state "[y]ou want to install Splunk Enterprise, but do not want it to start right away". However, the flag that I would think would do this, LAUNCHSPLUNK=0/1, states start up automatically on system boot.

Am I understanding this correctly? How would I go about doing this?

0 Karma
1 Solution

damiensurat
Contributor

This comes from a previously answered question to the topic from this splunk answers post, but still apply's to the latest version of Splunk:
https://answers.splunk.com/answers/6383/can-i-configure-the-windows-installer-to-not-start-splunk-ri...

Passing the "LAUNCHSPLUNK=0" argument to the Splunk MSI installer with msiexec will prevent splunkd and splunkweb from starting automatically.

Example for a Splunk 4.1.4 x86 installer :

C:\Downloads> msiexec /i splunk-4.1.4-82143-x86-release.msi LAUNCHSPLUNK=0
Note that this will also configure both services for a manual startup, so make sure you change that afterward if that's not the desired setting.

More flags that can be passed to the Splunk Windows installer to automate your deployment can be found in the web documentation :

http://www.splunk.com/base/Documentation/latest/Installation/InstallonWindowsviathecommandline#Suppo...

The following Splunk Answer, which covers the topic of automated large-scale deployment in a Windows environment, deserves to be pointed out here as suggested further reading : http://answers.splunk.com/questions/434/can-i-auto-install-or-deploy-splunk-onto-all-my-remote-windo...

Please note that you must not enable any app during install, i.e., SPLUNK_APP="" must also be provided. Otherwise, the LAUNCHSPLUNK=0 flag will be ignored. The default SPLUNK_APP setting varies from version to version, so it is safest to specify SPLUNK_APP=""

View solution in original post

0 Karma

damiensurat
Contributor

This comes from a previously answered question to the topic from this splunk answers post, but still apply's to the latest version of Splunk:
https://answers.splunk.com/answers/6383/can-i-configure-the-windows-installer-to-not-start-splunk-ri...

Passing the "LAUNCHSPLUNK=0" argument to the Splunk MSI installer with msiexec will prevent splunkd and splunkweb from starting automatically.

Example for a Splunk 4.1.4 x86 installer :

C:\Downloads> msiexec /i splunk-4.1.4-82143-x86-release.msi LAUNCHSPLUNK=0
Note that this will also configure both services for a manual startup, so make sure you change that afterward if that's not the desired setting.

More flags that can be passed to the Splunk Windows installer to automate your deployment can be found in the web documentation :

http://www.splunk.com/base/Documentation/latest/Installation/InstallonWindowsviathecommandline#Suppo...

The following Splunk Answer, which covers the topic of automated large-scale deployment in a Windows environment, deserves to be pointed out here as suggested further reading : http://answers.splunk.com/questions/434/can-i-auto-install-or-deploy-splunk-onto-all-my-remote-windo...

Please note that you must not enable any app during install, i.e., SPLUNK_APP="" must also be provided. Otherwise, the LAUNCHSPLUNK=0 flag will be ignored. The default SPLUNK_APP setting varies from version to version, so it is safest to specify SPLUNK_APP=""

0 Karma

cboillot
Contributor

Thanks! Just wanted to make sure as the flag purpose only refers to system boot, and not after install.

0 Karma

damiensurat
Contributor

Yeah, my pleasure. And get this, Azure is handing out free cloud:
https://azure.microsoft.com/

I typically spin up a free vm there and test any solutions before trying in my own environment ;)..

Happy Splunking!

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...