Install Options | Description |
|---|---|
-InstallTarget | Installation directory (default: current directory) |
-InstanceId | DBMS instance ID (optional). If left blank, omitted, or set to auto, the installer will try to detect the instance ID automatically. |
-Hostname | DBMS leader hostname or IP address. The hostname should be either the DBMS DNS machine name or the IP address. Note: Do not use localhost as the hostname. |
-SshUser | The DBMS SSH username (usually ingres or actian) that can log in using SSH to all nodes. In a multi-node installation, all nodes must support identical user credentials. |
-SshPassword | SSH password (leave blank or set to 'none' for SSH key authentication) |
-SshPort | SSH port (default: 22) |
-InstanceSetenv | Command to initialize the Ingres/Analytics Engine environment (optional). If left blank or omitted, the installer assumes the environment is already active for the SSH login. |
-JdbcUser | The JDBC username to be used for all JDBC connections. The user requires access to and must have TRACE and IMA_SEC_READ privileges on the IMADB database. |
-JdbcPassword | JDBC password |
-Nodes | Additional nodes for multi-node setup. This list is only used for obtaining SSH key fingerprints and can be left blank if the keys will be provided manually. Do not include the leader node in this list. Note: To clear out an existing node list, set to ‘none’. |
-Keys | SSH server keys (comma-separated). Leave blank or set to ‘auto’ to automatically discover. Note: You need SSH keys for all nodes in a multi-node installation. |
-PrivateKeys | List of SSH private key files for key-based authentication (password must be empty) |
-ContainerEngine | Select engine used by the installer: • docker • podman • auto (default) |
-DryRun | Validate inputs and show planned actions without installing |
-Unattended | No prompts, exit on error |
-TenantLabel | Label identifying the database server in metrics (Prometheus/Grafana). This distinguishes servers that share the same instance ID. This option is independent of --hostname, which is used only for the SSH/JDBC connection. Defaults to the server hostname or IP address. |
-GrafanaAccessMode | Selects the Grafana access mode. This option applies only to a full installation (-InstallType full). The available modes are: • view-anonymous (default): Users can view dashboards without signing in. To make any changes, login with the randomly generated administrator password is required. • login-required: Users must sign in to view dashboards. • anonymous-admin: Provides behavior from before version 1.2. Users can view and modify dashboards without signing in. The default administrator credentials are admin/admin. |
-Help | Show help message |