Creating an instance with non-root DB2 privileges automatically by using a script
Before you create a script that creates an instance, you must prepare and configure the environment.
Before you begin
- IBM® Verify Directory Version 11.0.1 is installed. Prepare the environment by taking the following actions:
- Create a DB2 prerequisite check skip file.
# mkdir -p /opt/IBM/ldap/V11.0.1/install # touch /opt/IBM/ldap/V11.0.1/install/IBMLDAP_INSTALL_SKIPDB2REQ - As a root user, install or upgrade to the latest IBM Verify Directory packages, or install the latest fix packs if it is already installed.
- If it is not previously installed, enter the following command:
# idsinstall -i
- If it is already installed, enter the following command:
# idsinstall -u -f
- Create the symbolic links:
# /opt/IBM/ldap/V11.0.1/bin/idslink -i -g -l 64 -s fullsrv -n
- If it is not previously installed, enter the following command:
- Create a DB2 prerequisite check skip file.
- DB2 installable must exist for a supported version. For the latest supported version, see the hardware and software requirements.
- Valid license files for DB2 must exist on the computer.
About this task
With IBM Verify Directory, you can create an IVD instance with a non-root DB2 instance by using an automated script, idsNonRootDB2Install, which is available in the installer package.