...
Code Block |
---|
sudo ./<CEF_FILE> --installation-config-file-path <Configuratyion<Configuration yaml file path> |
The following table describes the configuration properties in the YAML file:
Property | Description |
---|---|
installation.deploymentProfile | The deployment profile as described in Hardware and Software Requirements. Possible values are: STD_MINIMAL, STD_LOW, STD_MEDIUM, STD_HIGH, STD_HIGH_20D |
installation.environmentName | An 1-4 alphanumeric characters long name to identify the system (e.g.: prod, dev, etc.). |
installation.appUserName / | Non-privileged OS user and group, see Operating System Requirements for Non-Appliance Mode for more details. |
installation.externalIpAddress | IPv4 address to be used to access the Web Console / Admin Console / Agents (Syslog and WS-M). |
installation.timeZone | System time zone. Possible values can be displayed by executing |
installation.ntpServers | List of NTP server addresses (IP or domain name), an empty list will use the NTP servers already configure in the OS. |
installer.isShowWelcome | When |
installer.isEulaAccepted | When |
installer.isInstallationConfirmed | When |
...