The following lists the host.name keyword descriptions for Db2 LINUX and UNIX.
Keyword |
Description |
---|---|
LIBPATH |
Path where the Db2 library files required by the Db2 JDBC driver are installed. For example: Note: For local GUI installs, this environment variable must be set before starting the install.
|
DB2INSTANCE |
Name of Db2 database instance. Note: For local GUI installs, this environment variable must be set before starting the install.
|
DBMSVERSION |
Supported DBMS version levels are 9, 10 or 11. |
DRIVER_CLASSPATH_n |
Where n is a number from 1 to NUM_DRIVERS. Path where the Db2 driver files are installed. For example: |
DRIVER_ID_n |
Where n is a number from 1 to NUM_DRIVERS.
If DBMSVERSION=9Then DRIVER_ID_n = UDBType4
DRIVER_ID_n = UDBType4 |
When installing for Db2 remote hosting, these are the options you need:
Keyword | Description |
TARGET_ONLY | Set the flag to "Y" for the remote host. |
NUM_DRIVERS | The number of drivers to be used. The minimum requirement is 1. |
DRIVER_ID_1 | The Driver ID type is UDBType4. |
DRIVER_CLASSPATH_1 | The path where the JDBC drivers are located in your directory. |
DBMSVERSION | The supported version levels are 9, 10, or 11. |