DB2 on Ubuntu 9.04 Jaunty
During the installation of DB2 9.7, there is a "minor error", which unfortunately means that DB2 will not start. The cause is a missing directory. To correct these commands are run:
cd / opt/ibm/db2/V9.7
rm logs
mkdir logs
chown bin.bin logs
Instead the directory exists only one link to a non-existing directory.
0 comments:
Post a Comment