I installed DB2 on an Ubuntu Linux server via SSH and the command line installer this morning. This is not particularly exotic, but is different from using the GUI installer on either platform. Still, I should jot down my steps:
- SSH to your server. On Windows, use Putty or the OpenSSL package in Cygwin.
- Open up a text mode browser like lynx or links
- Go to http://www.ibm.com/db2/express/
- Download Express-C. Get some tea and snacks while that happens.
tar xzvvf
the file andcd
into the directory- If the next step fails, you may need to install some libraries. I had to
sudo apt-get install libstdc++5
sudo ./db2setup
- You now need to manually configure the DB2 server
Extra notes just in case:
sudo
is the usual way to escalate privileges on Ubuntu.sudo su - db2inst1
is the way to switch users to, in this case, user db2inst1.- Default settings in the steps above make db2inst1 the user with SYSADM permissions for DB2.
- For SFTP file transfer, you can use WinSCP or Filezilla with the same credentials as for SSH.
Which version of ubuntu are you running on? Is db2-express C now supported for Hardy Heron yet?
LikeLike
This is on 8.04 Hardy Heron. I am not sure whether it is officially supported yet, but it works for me.
LikeLike