Sep
10
Installing and configuring DB2 Express-C 9.7 on Ubuntu 9.04 Server
By Antonio Cangiano. Filed under DB2
DB2 Express-C 9.7 can easily be installed on Ubuntu 9.04 Desktop edition by simply issuing sudo ./db2setup. This will open up a launchpad and you’ll be able to install the product through a wizard. But what about setting up DB2 Express-C 9.7 on Ubuntu 9.04 Server edition? When you are ssh-ing into your VPS or dedicated sever, there are no GUIs to help you out.
IBM provides all the information on how to proceed through a series of detailed documents, which explain why each command is required and what your options are. But if you are looking for a single document that is slightly more concise in nature, you can read this excellent step by step guide that was published today on the blog bits.of.info.
Related Articles:
- Setup Ruby Enterprise Edition, nginx and Passenger (aka mod_rails) on Ubuntu
- TextMate bundle for DB2
- DB2 Express-C 9.7 and the Django adapter released
- My latest order of programming books
- Discussing code reading and testing with Dave Thomas, Cory Foy and Tim Bray
If you enjoyed this post, then make sure you subscribe to our RSS Feed.
Comments
5 Responses to “Installing and configuring DB2 Express-C 9.7 on Ubuntu 9.04 Server”
Leave a Reply























Hey thanks for the plug Antonio! Not sure if anyone would read it, but I wanted to make it a bit easier for folks.
No problem, @bits. Great guide. BTW, if you install the dev version of libstdc++, you should be able to install DB2 without forcing it to ignore the system requirements.
I’ve been doing a lot of response file installs lately, and they are very much my choice in command-line situation. DB2 ships with some samples (do a “locate .rsp | grep db2″ in Ubuntu). You basically open one up with a text editor, put in the same information as into the install wizard, and then pass it as a parameter to the installer. Very easy.
Antonio – good point, I’ll update it with that info
Leons – Going to look into the response file, as I was unaware of that.
All, I’ve created an article to walk through a basic response file install @ http://bitsofinfo.wordpress.com/2009/09/11/installing-db2-9-express-c-on-a-headless-ubuntu-box-with-db2setup-and-a-response-file/