Over the weekend I recorded a screencast on how to install DB2 on Mac OS X. You can watch it below:
The blog post I reference within the video can be found here. Yes, that’s an Italian accent. I hope you don’t mind it.
No related posts.
If you enjoyed this post, then make sure you subscribe to my Newsletter and/or Feed.
I sincerely welcome and appreciate your comments, whether in agreement or dissenting with my article. However, trolling will not be tolerated. Comments are automatically closed 15 days after the publication of each article.
Very nice and clear screencast, and also very professional.
I’m curious about what equipment did you use to record it (specially the voice). I did a few but the voice has always come out bad (background noise, breathing, …)
Very nice screencast! I would never have read any written instructions, but i do enjoy a good screencast! Good to see DB2 working – the syntax is very readable isn’t it? And yay – no semicolons!
@Luca: Thank you very much, Luca. And consider that Vimeo butchered the quality of the original in their conversion process. I purchased quite a bit of equipment to produce screencasts, because I’m planning to create and sell Italian screencasts about programming. It’s going to be a project/startup I’ll talk more about in the future. Some of those screencasts may be of interest to you, so stay tuned.
To answer your question. The key for me was to buy a professional-ish condenser microphone. I tried 4 different microphones, and only one of them was up to par. For me, an Audio Technica 2020 USB attached to a heavy Samson desktop stand to reduce vibrations, did the trick. In Europe, you can order them from the UK where you’ll pay roughly 150 euros.
@Aimee: Thanks! I appreciate your comment.
Nice screencast, the installation is simple, but with this video it’s easier.
Now I’m waiting for the new DB2 9.7 for mac
[...] Screencast on how to install DB2 Express-C on Mac OS X [...]
[...] of Apple and DB2, I know many of you expressed disappointment on Antonio Cangiano’s blog about the fact that DB2 for Mac OS X is still at version 9.5. We are also very disappointed that we [...]
[...] Screencast on how to install DB2 Express-C on Mac OS X by Antonio Cangiano [...]
[...] I do not own a Mac but I trust that one of these "google-hits" can help you. Once you've installed express-c, you've got a working client to connect to your other db2 servers and db2cc should work as well. Have fun. How to install DB2 Express-C 9 on Mac OS X in about 10 minutes | Nuno Veloso – yet another european citizen of the world Installing DB2 Express C 9.5 on Mac OS X 10.6NewPush | NewPush Screencast on how to install DB2 Express-C on Mac OS X [...]
Antonio,
Thank you for the great screencast.
Unfortunately, I cannot install DB2.
I am getting the following message:-bash: ./db2setup: Permission denied
on 2 macs one is Mac OS X 10.7.3, the other is MAC OS X 10.6.8
Please let me know what I am doing wrong.
Thanks
Anatole, try the following:
Antonio,
Thank you for the quick response.
I’ve tried it and now I am getting the following message:
./db2setup: line 220: /var/root/downloaddirector/exp/db2/macos/bin/db2prereqcheck: Permission denied
./db2setup: line 101: /var/root/downloaddirector/exp/db2/macos/install/../bin/db2usrinf: Permission denied
Hi Anatole,
try the following (change anatole to your regular user’s name):
Hi Antonio,
I am getting the following message:
-sh: ./db2setup: Permission denied
Interesting. db2setup should have kept the a+x settings as before.
Could you run ls -l in that directory and post the output via http://gist.github.com here?
Thanks in advance,
Antonio