A. Installing Ingres on UNIX : ingres_express_install Command—Install Ingres Quickly
 
Share this page                  
ingres_express_install Command—Install Ingres Quickly
The ingres_express_install command quickly installs all Ingres packages.
If you set II_RESPONSE_FILE to point to a valid response file, then you can install Ingres with the configuration defined in that response file.
This command has the following format:
ingres_express_install.sh [-respfile filename] [-user username] [instance_PATH] [instance_ID]
-respfile filename
Uses the settings in the response file filename during setup.
-user username
Installs as user username instead of user ingres. The username must exist.
instance_PATH
Specifies the full path to the location where Ingres is to be installed (II_SYSTEM).
Default: /opt/Actian/IngresII
instance ID
Specifies the Ingres instance ID to use for the instance.
Examples: ingres_express_install.sh Command
This command installs all packages in the current working directory with the default configuration:
ingres_express_install.sh
This command installs all packages with the default configuration, but with an instance ID of A1:
ingres_express_install.sh A1