Solaris stand-alone: Install DB2
- On the DB host, update OS kernel parameters based on recommendations in the DB2 Quick Beginnings guide.
- When you install DB2 it automatically creates a DB2 administrative user with the correct operating system rights.
- Verify sufficient disk space for the DB2 instance home directory to be able to create the required databases.
- All DB2 instructions apply to DB2 pureScale except where specifically noted.
- For JDBC Type 2 drivers, perform additional steps.
See the Type 2 configuration section for more instructions.
- Install DB2 or DB2 client.
- If DB2 is installed on another system than WebSphere Portal, copy the driver jar files from the DB2 server to the Portal server. The typical location for these files on the DB2 server is in
DB2_HOME/javaPlace these driver files under WP_PROFILE; for example:
- WP_PROFILE/PortalServer/dbdrivers/db2jcc4.jar
- WP_PROFILE/PortalServer/dbdrivers/db2jcc_license_cu.jar
- On the DB2 system, verify the DB2 instance port was added to the services file during the DB2 installation.
- Edit /etc/services
- Ensure that...
DB2_db2inst1 50000/tcp
...where db2inst1 is the DB2 instance name, is in the services file. If you do not see DB2_db2inst1 50000/tcp in the services file, add this entry to the services file.
Ensure that the port number used is not in use. If the port number is already in use, select a different port number.
Parent: Solaris stand-alone: Set up a DB2 database
Next: Solaris stand-alone: Modify DB2 database properties
Related: