IBM Endpoint Manager, Version 9.0

Installing and configuring DB2

Depending on which version of DB2 you want to install, you install DB2 either before installing the Endpoint Manager server or at the same time:

To automatically start the DB2 instance after a reboot, perform the following steps:
  1. Run the following command::
    /opt/ibm/db2/V10.1/bin/db2iauto -on db2inst1
    or create a shell script in the /etc/init.d directory, such as db2auto.sh, containing the following code:
    #! /bin/sh	
    for i in `/opt/ibm/db2/V10.1/bin/db2ilist`;
    do	
    su - $i -c "db2start"
    done
  2. Give execution rights 3 to the script and add it to the Linux Startup Applications from System ->Preferences->Startup Applications.

For information about database requirements, see Database requirements and Installation requirements for DB2 database products.



Feedback