Using the SF Edge Service installer in command shell

The SF Edge Service installer might also be called with command line parameters. This allows for powerful automation of the setup and provisioning process.

Make sure that the process which executes the command runs with admin privileges.

Possible parameters are:

"-auto": automatically installs a Luna Service with Display Name "SF_Luna_Service"
"-cp C:\somepath\data": Use the path to define the default configurations for the installed services
"-f C:\somepath": Use the path to define where the binaries for service installation are located 

Example command-line execution:

./Luna.Setup.exe -auto -cp C:\myconfigs\data -f C:\ProgramFiles\Luna

Last updated