The full refresh of DB2 Express-C 9.7.4 — the enterprise scale database server from IBM that is free to develop, deploy and distribute — was released last week.
Reading what's new with DB2 Express-C 9.7.4, one of the new features that caught my eye was the Text Search component. This is not the first appearance of Text Search: it was first integrated in DB2 Express-C 9.5.2 and it allowed for fast searches on text columns. But with time, you had two engines to choose from, lacking a unified solution. With DB2 Express-C 9.7.4, this standard solution is introduced to bring improvements in the areas of performance, configuration and tuning.
Probably a first in IBM's history, the DB2 Express-C 9.7.4 template for Rightscale/Amazon EC2 was made available on the cloud well before publishing the product through traditional channels. How about that for commitment to the cloud? :)
Brand new DB2 on brand new Ubuntu
Seeing all this buzz around this new Fix Pack for DB2, I took the quest of testing it first locally: a full install on a brand new copy of Ubuntu 11.04!
My scenario covers:
- Downloading DB2 Express-C 9.7.4, including the language pack for a proper full install
- Minimal CRUD testing:
- create a SAMPLE database
- start the current database manager instance background processes
- create a connection to the DB
- use the CLP to run at least a basic SELECT
- Check the state of installation files, instance setup, and local DB connections (db2val)
- Retrieve the current Version and Service Level of the installed product (db2level)
- Check licenses:
- Check the limitations of the free, unwarranted licence (2 CPUs / 2GB of memory)
- Apply a Fixed Term License
- Check the new limitations of DB2 Express Edition (4GB of memory)
- Having had issues in the past, test the uninstall of DB2.
Results of the DB2 Express-C 9.7.4 test
Installing on a brand new copy of Ubuntu 11.04, I bumped right into the error of the missing dependency:
But this can be solved as simply as running
$ sudo apt-get install libaio1and then running again the db2setup script as root.
The GUI installation wizard is here to confirm:
My plan is to make a full install — more chances to find possible flaws — so I chose Custom as installation type:
Other reasons for choosing custom install are to be able to review the choice of components or see if some of the ones you might need aren't unchecked by default.
For instance, if you plan to install Ruby on Rails and DB2 on Ubuntu 11.04, make sure to check the Application development tools component: it's needed to build the Ruby driver.
The rest of the instalation is almost self-explanatory, so moving forward to the first set of tests, the database creation, connection and the CLP behaved as expected:
The license was also applied successfully, so in the end all 4GB of memory were put to good use:
Following the documentation for the uninstall process, it completed with success, but I couldn't resist and I quickly went through the installation again, eager to test the connectivity between the new Rails 3.1 beta and DB2 Express-C 9.7.4!
But that will fuel another article!
Thanks. Will give it try!
ReplyDeletechayala db2sample execute vhayala 10 tas lagtat ka?
ReplyDelete