Skip to main content

Open Source Storage: see how BMC was forced to move from proprietery to open source storage

A quote from BMC blog:

How We Got Here (in a nutshell)

Digital created the best cluster software in the world, VAXCluster. Digital ported this to Tru64. Digital was sold to Compaq. Compaq continued Tru64 and TruCluster. We had a NAS appliance. We bought another. It failed and failed and failed, for over a year. We replaced that with the TruCluster. HP bought Compaq and killed the AlphaChip and Tru64 TruCluster future development. Our TruCluster aged, and we began to look at replacements. Two appliance vendors came in, were tested,
failed. Tru64 started to have issues with new NFS clients. We started our in-House
HA NAS testing based off our years of Tier II NAS
using Linux. Pant Pant Pant. Whew. Twenty plus years of history in one paragraph!



Before I give you the link, I'd like to point to you why an open source strategy will help you in the long run. I will be really concise this time, I promise.

  1. Proprietary world is only about making money, while Open Source is also about feeding the developerss' families.
  2. Acquisition of proprietary firms almost means death to your business, Steve's story is one of many million stories. The latest acquisition of EqualLogic also has clients worried and all they can do is hope.
  3. You are seeing a typical "Comsumerization in Corporate Environment" , don't bother about SMB, they are more leaner and "New and Emerging Trend" friendlier than others.
  4. Not only virtualization, but storage, networking is all heading towards a open source adoption, so if you don't have an open source strategy, you're out!

Anyways now I'll leave you to your thoughts and point you to the article.

Comments

Popular posts from this blog

Security: VMware Workstation 6 vulnerability

vulnerable software: VMware Workstation 6.0 for Windows, possible some other VMware products as well type of vulnerability: DoS, potential privilege escalation I found a vulnerability in VMware Workstation 6.0 which allows an unprivileged user in the host OS to crash the system and potentially run arbitrary code with kernel privileges. The issue is in the vmstor-60 driver, which is supposed to mount VMware images within the host OS. When sending the IOCTL code FsSetVoleInformation with subcode FsSetFileInformation with a large buffer and underreporting its size to at max 1024 bytes, it will underrun and potentially execute arbitrary code. Security focus

OS Virtualization comparison: Parallels' Virtuozzo vs the rest

Virtuozzo's main differentiators versus hypervisors center on overhead, virtualization flexibility, administration and cost. Virtuozzo requires significantly less overhead than hypervisor solutions, generally in the range of 1% to 5% compared with 7% to 25% for most hypervisors, leaving more of the system available to run user workloads. Customers can also virtualize a wider range of applications using Virtuozzo, including transactional databases, which often suffer from performance problems when used with hypervisors. On the administration side, customers need to manage, maintain and secure just a single OS instance, while the hypervisor model requires customers to manage many OS instances. Of course, the hypervisor vendors have worked hard to automate much of this process, but it still requires more effort to manage and maintain multiple operating systems than a single instance. Finally, OS virtualization with Virtuozzo has a lower list price than the leading hypervisor for comme...