idsNonRootDB2Install script
You can use the script to install non-root DB2® and ensures that IBM® Security Verify Directory is compatible with the non-root DB2 instance.
Usage
./idsNonRootDB2Install -a <user_id> -b <user_password> [ -c <user_home_dir>] [-d <DB2_installable_path>] [-e <DB2_ese_license_file>] [-f <DB2_hc_license_file>]
Use the -h parameter to display usage instructions.
Example
This script installs non-root DB2 and ensures that ISDS is compatible with a non-root DB2 instance.
After executing the script, ISDS setup can create an ISDS instance with
a non-root DB2 instance, with <user_id> as the name.
USAGE:
./idsNonRootDB2Install -a <user_id> -b <user_password> [ -c <user_home_dir>] [-d <DB2_installable_path>] [-e <DB2_ese_license_file>] [-f <DB2_hc_license_file>]
Where:
-a user_id Specifies the user name to be created on the operating system.
This will be the name of non-root DB2 instance as well. This is a mandatory parameter.
-b user_password Specifies the user's password. This is a mandatory parameter.
-c user_home_dir Specifies the user's home directory.
The default value for a user's home directory, if not specified, /home/<user_id> will be used on AIX, Linux.
-d db2_installable_path DB2 installable location with fully qualified path. In case of fresh DB2 installation, this parameter is mandatory.
-e db2_ese_license_file DB2 ese/aese license file with fully qualified path.
-f db2_hc_license_file DB2 hc license file with fully qualified path. In case of DB2 version 11.1, this key is required.
-h Displays the usage.