Unattended Installation Parameters
The following describes the parameters used with the irisinstall_silent script in unattended installation. Some parameters include a default value which the installation uses if the parameter is omitted.
Specifies the location of the configuration merge file when performing a configuration merge.
For more information, see Automating Configuration of InterSystems IRIS with Configuration Merge.
Required
Specifies the name of the instance to be installed or upgraded: if the instance does not exist, this is a new installation; if it does exist, this is an upgrade. For example:
ISC_PACKAGE_INSTANCENAME="MyIris"
Required for new instances
Specifies the installation directory for the new instance to be installed; for example:
ISC_PACKAGE_INSTALLDIR="/opt/MyIris"
If the specified directory does not exist, the installation attempts to create it. This parameter is ignored if you are upgrading an installation.
Review the Installation Directory section of this book for information about choosing an installation directory.
Default: Y
Specifies whether or not to install InterSystems IntegratedML.
For more information about IntegratedML, see Using IntegratedML.
Optional
Specifies whether or not this is a UNICODE installation; valid values are Y or N. See Character Width Settings for more information.
Optional
Default: LockedDown
Specifies the initial security setting for the installation; valid values are: "Minimal", "Normal", or "LockedDown".
If it is set to "Normal" or "LockedDown", ISC_PACKAGE_USER_PASSWORD is required.
"Minimal" is only available for InterSystems IRIS installations.
Optional
Default: <installer’s-username>
Specifies the login name of the owner of the installation. For example:
ISC_PACKAGE_MGRUSER="jcsmith"
If the security level is "Minimal", this parameter is ignored, and ISC_PACKAGE_MGRUSER is set to "root".
Optional
Default: <installer’s-group>
Specifies the group that is allowed to start and stop the instance. For example:
ISC_PACKAGE_INITIAL_MGRGROUP="irisusr"
Required for installation of secure instances
Specifies the required password for an instance with Normal or Locked Down security.
If the security level is "Minimal", this parameter is ignored.
If the security level is "Normal" or "LockedDown" and this parameter is not specified, the installation fails and an error is thrown.
Specifies the password for the CSPSystem user.
If the security level is "Minimal", this parameter is ignored.
If the security level is "Normal" or "LockedDown" and this parameter is not specified, the value of ISC_PACKAGE_USER_PASSWORD is used.
Optional
Default: irisusr
Specifies the effective user for the InterSystems IRIS Superserver.
If the security level is "Minimal", this parameter is ignored and set to the default.
Optional
Default: irisusr
Specifies the effective user for InterSystems IRIS processes.
If the security level is "Minimal", this parameter is ignored and set to the default.
Optional
Default: <all-client-bindings-installed>
Specifies the client bindings to be installed from the client_components package (see Unattended Installation Packages).
Specified components (bindings) must be space-delimited. Available components are listed in package/client_components/manifest.isc. Installation validates the specified components and removes those that do not exist or are not supported on a particular system.
Optional
Default: Y (automatically configure the gateway for an external web server)
Specifies whether or not to configure the Web Gateway for an external web server.
Set this option to N if you don’t want the web server configured automatically.
Optional
Default: Apache
Type of existing web server for the Web Gateway to use. For example: ISC_PACKAGE_WEB_SERVERTYPE="Apache"
Optional, with ISC_PACKAGE_WEB_SERVERTYPE="Apache"
Default: autodetected
Version of Apache web server.
Optional, with ISC_PACKAGE_WEB_SERVERTYPE="Apache"
Default: autodetected
Username for Apache web server.
Optional, with ISC_PACKAGE_WEB_SERVERTYPE="Apache"
Default: installation attempts to autodetect file location
Location of the Apache Web server configuration file, for example: /etc/httpd/conf/httpd.conf
By default, installation attempts to autodetect file in one of several standard locations. Installation exits with error if ISC_PACKAGE_WEB_SERVERTYPE="Apache" and httpd.conf location is undetermined.
Optional, for new Web Gateway installations only
Default: /opt/webgateway_
Directory to contain the Web Gateway files.
Optional
Default: Y (start the instance automatically after installation)
Specifies whether or not to start the installed InterSystems IRIS instance following installation.
When installing with an installation manifest, specifies the location of the exported manifest class.
See Using the Manifest for more information.
When installing with an installation manifest, specifies variable name/value pairs.
When installing with an installation manifest, specifies the log file name.
When installing with an installation manifest, specifies the log level, from -1 (“none”) to 3 (“verbose”).
Optional
Default: 1972 (if available, otherwise 51773 or the first available subsequent number)
Specifies the Superserver port to be used by the instance being installed.
Default: Y
Specifies whether or not to install the optional users database.