Automated Installation

For an automated install you can run this command:

./serverInstall --unattended --iagreetothetermsoftheattachedlicense [-v] --skipbackuperrors <backup_value> --hostname <hostname_value>

where:

--unattended flag is for indicating unattended mode (required)
 
-- iagreetothetermsoftheattachedlicense to explicitly agree to the terms of the attached license (required)
 
-v is for verbose (optional)
 
--skipbackuperrors is for skipping backup errors (required)
 
--hostname is for host name (required)
 
IMPORTANT: The --iagreetothetermsoftheattachedlicense flag is required when running the script in unattended mode. If this flag is missing in unattended mode the script terminates and the following error message is displayed:
Error: --iagreetothetermsoftheattachedlicense flag is missing in unattended mode.