“Hypervisor edition” – what’s that?
WebSphere have announced WAS hypervisor edition.
You get an OVF package with a ready to use WAS profile running on Linux. The OVF package can be deployed on VMWare ESX/ESXi and IBM’s cludeburst appliance.
Websphere also say that they carried out WAS best-practice tuning for the OS. Not sure how mattering this tuning is considering the generic nature of WAS (different application=different tuning), and the generic drivers that a VM uses.
I wonder how enterprise IT administrators would accept an OS different from what they usually roll with.
important to mention that similar zero-install pre-configured WAS environment are available on the IBM test cloud (in Beta).
The real important message made here by IBM is that the WAS hypervisor edition is only a first bird. Although naked manual WAS installation is not a biggy, IBM products running on WAS are. As the OVF standard matures and virtualization becomes the default production hosting environment, we will be seeing complex WAS based products (say Portal, and Process Server) shipped as ultra consumable OVF packages. Even a complete topology consisting of many servers can be delivered as a single OVF package.
This delivery mode is quite similar to VMWare’s software appliances, only applicable to more than one Hypervisor when packaged as OVF (theoretically).
Bad news to professional services people and install manager software developers.
|
This entry was posted by Gili Nachum on April 15, 2010 at 21:50, and is filed under general, virtualization. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
No trackbacks yet.
IBM’s PLDE seminar 2010 – Review
about 3 years ago - No comments
I spent today at the IBM Programming Languages and Development Environments Seminar 2010, that took place at the beautiful Haifa Research lab mount Carmel campus. Things worth mentioning: Gilad Bracha, father of Java Generics and auto-boxing, spent 60 minutes repenting Sun’s Java 1.0 early design mistakes, such as allowing primitives and static members into the…
NAT in VMWare vSphere/ESX – In a nut shell
about 3 years ago - No comments
This post is about NATing an ESX VM, but first, why do I need NAT: The SIP protocol is not NAT oblivious. To traverse NAT our application has to replace the DNS in the SIP message contact header to the external FQDN that the message receiver will be sending responses to (A NAT with static…
Why is Thread.sleep() inherently inaccurate
about 3 years ago - 2 comments
Avi Ribchinsky, a friend and a college of mien, is transitioning from C++ to the Java world. He had been playing with Thread.sleep(), when he noticed that the sleep method might oversleep more than ordered, and moreover, it could also under sleep (see Fig 1). Coming from the C++ world, that surely caught him surprised…
A hand made freeware windows firewall
about 3 years ago - No comments
I have two windows servers that shouldn’t talk to each other. How do I make sure they don’t? Right, why not use some firewall? well, because I can’t just install any software on these servers, company regulations, and windows’ built-in firewall suck big time (only inbound, have to configure ALL exceptions). On Linux this is…
Book of the month – Linux Server Hacks
about 4 years ago - 3 comments
I just read through most of O’Reilly’s Linux Server Hacks book. I expected another dull Linux how-to book, which goes over the man/info of the most obvious commands, but instead I found an interesting, original, advanced hardcore book, full of Linux goodies to brag about in front of my colleagues. Some note worthy items: A…
VMWare: converting a hosted VM to a hypervisor VM – Linux troubleshooting
about 4 years ago - No comments
When using the VMWare convertor utility to convert between VmWare player/Workstation/server VM images to an ESX image, if the VM you are converting is Linux you might run into boot problems (“kernel panic” message) due to SCSI drivers problems. I found a couple of resources about the problem but none fully worked for me, here…
I’m changing the hostname. Deal with it!
about 4 years ago - 2 comments
Lately, I’ve been crossing paths with too many enterprise-level server products that, once installed, can’t tolerate any change to the local machine’s hostname. Don’t get me wrong, I’m not spoiled to dare wishing that a hostname change will be handle in run-time, without a restart. I’m not even suggesting that the change would be automatically…
How does hardware evolution affect progamming language design?
about 5 years ago - No comments
I’ve recently watched the interesting webcast Programming Language Design and Analysis Motivated by Hardware Evolution by Professor Alan Mycroft (Webcast’s link is accessible only from within the IBM Intranet). Ahead are a few keynotes I’ve kept. Not everything is kept linear As chip designers continue to scale down chips and transistors, they begin hitting design…

Via e-mail
about 2 years ago
You were right about the WAS-based products being available for deployment by the WebSphere CloudBurst Appliance. Many more products are including Portal, Business Processs Server and DB2.
Complete topology in a single OVF is not what one should expect though. WCA deploys what it calls patterns and these patterns can contain multiple servers running various products. So, just like you don’t pile everything on a single srver in a more traditional physical world, you wil not have WCA do the same for virtualised environments. Instead, it deploys patterns consisting of multiple interconnected and coordinated servers. My post on this subject: thttp://freedb2.com/2011/03/16/websphere-cloudburst-appliance-a-vending-machine-for-it/
about 2 years ago
Hi Leon. Good info indeed.
I await the day in which OVF will be the common way to distribute complex software.