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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...