Readers Ask About ... Using Virtualization with Media Storage 1

Posted by John 14 Aug 2011 at 05:00

Below is the 3rd of 6 questions from a reader. I definitely don’t have all the answers, but I’m not short on opinions. ;)

Previous articles:
Part 1 – LVM+JFS+RAID | Part 2 – Service Virtualization | Part 3 – Virtualizing Media Storage | Part 4 – Hosting Email

Laurens Duijvesteijn asks:

Q3: I intent (sic) to provide quite a lot of media to my internal network, if I choose for virtualisation, will the VMs be able to access the disk space outside of the container? I do not want to create TB size containers (or should I?). I will probably use the SMB protocol here.

Readers Ask About ... Virtualization of Services 1

Posted by John 10 Aug 2011 at 19:00

Below is the 2nd of 6 questions from a reader. I definitely don’t have all the answers, but I’m not short on opinion. ;)

Part 1 – LVM+JFS+RAID | Part 2 – Service Virtualization | Part 3 – Virtualizing Media Storage | Part 4 – Hosting Email

Laurens Duijvesteijn asks:

Q2: I read everywhere about Virtualisation, should I directly install packages to the base system to provide services, or should I virtualise all services? What are the advantages here?

Advantages of Virtualization

The list of advantages is long, but with those advantages comes a few disadvantages. I cannot hope to point out all the advantages, so I’ll limit it to just the main ones.

Blog Database Corruption Solved

Posted by John 09 Aug 2011 at 08:45

Sometime on Monday the database that we run our blog software on became corrupted to the point that accessing the blog wasn’t possible for hours, perhaps many, many hours.

I don’t know how long the error existed, just that I created a few new articles in the morning and didn’t check back until late afternoon to see the process eating 99.99% of the available CPU AND not serving any pages.

Increase Virtual Partition Storage for VirtualBox

Posted by John 09 Aug 2011 at 08:00

This weekend, my 3 yr old VirtualBox VDI storage for this, my primary virtual machine, was getting close to 100% filled. It was a 10G partition that started out as a 6.06 installation, then was upgraded to 8.04 and finally to 32-bit Ubuntu Server running 10.04. To get a GUI, I added LXDE a few minutes after the 10.04 upgrade about a year ago. So as I wanted to start a new development project leveraging PerlBrew to manage different versions of entire Perl versions, libraries and CPAN modules, I knew the little space remaining would not be enough.

I did a little research before I began. The web pages that I found seemed to be taking the long way around to solve a fairly easy issue. They wanted users to download some tool, which was completely unnecessary. Anyway, below the shortest, easiest, way to increase the available storage in a VDI-based virtual machine.

Readers Ask About ... LVM+JFS+RAID 1

Posted by John 08 Aug 2011 at 05:00

Below is the first of 6 questions from a reader. I definitely don’t have all the answers, but I’m not short on opinion. ;)

Part 1 – LVM+JFS+RAID | Part 2 – Service Virtualization | Part 3 – Virtualizing Media Storage | Part 4 – Hosting Email

Laurens Duijvesteijn asks:

I have a total of 5 quiet 5400RPM 1TB drives configured in a RAID5+1 array. I installed Ubuntu Server 10.04 onto LVM , inside the LVs JFS is used as the file-system. Is this good practice?

Social Networking Gone Crazy?

Posted by John 01 Aug 2011 at 17:00

This morning I saw an email from a business associate. It contained a link to an article on LinkedIn. That article was actually hosted on mashup. The article was about Social Media Overload; he called it The Sharepocalypse. After reading a fairly long article pointing out all the issues with the different human interactions with the main social media providers, I wanted to add a comment. Oddly, I couldn’t unless I used either a twitter or facebook account to login.

Sorry for the Downtime

Posted by John 30 Jul 2011 at 19:00

I’m sorry about the recent downtime for the blog this week. I was adding more internet service connections. Everything seemed to be working just fine for two days before the connection that the blog sits on took a dive into 5% usefulness. I worked with the provider for about 4 hours and we couldn’t solve it. They dispatched a tech this morning and he was able to augment what the prior tech had done, fix few issues at the tap and scheduled some updates to the signaling for this area later today – at least that’s what I heard. Whether any of that is true will be seen later, right?

Disk Performance Comparison - Laptop vs Desktop

Posted by John 28 Jul 2011 at 18:00

We know intuitively that desktops are faster than laptops – well, most of us know that, but how much faster? I’ve written that video transcoding is 2-3x faster on a desktop than a laptop. Here’s another example where the laptop is slower than a common desktop. You should be able to reproduce this yourself.

Thunderbird 5 and Lightning for Enterprise Calendaring and Email

Posted by John 22 Jul 2011 at 14:00

I have used Thunderbird for at least 8 yrs and used Mozilla Mail built into Mozilla/Netscape before that. When the company started using Zimbra for email, IM, calendaring, Lightning never quite worked correctly. With v5 of Thunderbird, the integration to Zimbra with Lightning is working well. After using it about 2 months, I haven’t seen any failures – even on complex calendar settings.

Thunderbird v5 + Lightning Installation Steps

These instructions are for Ubuntu, but probably work with other distros too.

sudo add-apt-repository ppa:mozillateam/thunderbird-stable
sudo apt-get update
sudo apt-get install thunderbird  xul-ext-lightning

Network Device Finger Printing

Posted by John 20 Jul 2011 at 16:30

Sometimes I lose track of all the devices on a network and need a reminder of everything that is there. Under IPv6, you won’t scan the entire subnet – it would take millions of years – but under IPv4, you still use a scan. nmap is good for this and running it with operating system finger printing goes quickly (relatively speaking).

nmap OS finger print command

$ sudo nmap -O 192.168.0.0/24