Installer Properties for Platform
Set the installer properties described below in the install.xml file. The properties are described in the order they appear in the install.xml file.
Property | Description |
|---|---|
mz.container | Default value: " " Example value: This property specifies an identifier for the installed container. Each container in the system must have a unique identifier. Typical values for The permitted characters for the container identifier are 'a-z','0-9' and '-'. Note! It is mandatory to specify this property. |
mz.home | Default value: This property specifies the target directory for the installed container and is automatically set to the environment variable you specified for MZ_HOME when Setting Environment Variables for Platform. |
install.types | Default value: This property specifies which components of the system will be installed.
For a Platform Container installation, you must include Note! If you plan to install Execution Contexts (ECs) separately in an Execution Container installation, remove |
install.admin.password | Default value: This property specifies the password for the administrative user |
install.silent.enabled | Default value: This property enables or disables silent installation. When set to Note! If the keystore location, password, or admin password is invalid or do not meet the required criteria, the installation will be aborted. |
install.keystore.location | Default value: This property specifies the path to an existing keystore file. If not provided, a self-signed keystore will be automatically generated in |
install.keystore.password | Default value: This property specifies the password for the keystore. When silent installation is enabled, a valid keystore password is required, regardless of whether a self-signed keystore is generated or an existing keystore is used. |
install.keystore.alias | Default value: This property specifies the alias for the keystore entry. It is optional for self-signed keystore generation. However, if |
install.security | Default value: This property specifies if the password of the |
install.str.remote.enabled | Default value: This property enables remote execution. For example you can use the mzsh command By default, this will perform the following steps:
Note! This allows the holder of the platform key to log in to this host via SSH. If this is not desired, or if the default values are not suitable, set this value to It is still possible to enable remote execution after the installation by using the mzsh command |