vizioncore arranged a new webcast for October 25th about backup strategies with new VMware Consolidated Backup (VCB) and the popular esxRanger on VMware Infrastructure 3.
Register for it here.
Virtual machines, containers, functions. Market knowledge for IT decision makers since 2003
vizioncore arranged a new webcast for October 25th about backup strategies with new VMware Consolidated Backup (VCB) and the popular esxRanger on VMware Infrastructure 3.
Register for it here.
up.time software, producer of the server monitoring tool up.time, introduced support for VMware ESX Server in its new release.
up.time 4, which is conversely supported by VMware, works with ESX Server 2.5x and new 3.x.
Ben Armstrong published a new useful script, this time for monitoing hearbeat signal generated by Virtual Machine Additions installed inside Microsoft Virtual Server 2005 VMs:
Set vsWMIObj = GetObject(“winmgmts:\\.\root\vm\virtualserver”)
Set vms = vsWMIObj.ExecQuery(“SELECT * FROM VirtualMachine”,,48)
For Each vm in vms
Wscript.Echo “==============================================”
Wscript.Echo “Virtual machine: ” & vm.Name
Wscript.Echo “Heartbeat Count: ” & vm.HeartbeatCount
Wscript.Echo “Heartbeat Percentage: ” & vm.HeartbeatPercentage
Wscript.Echo “Heartbeat Interval: ” & vm.HeartbeatInterval
Wscript.Echo “Heartbeat Rate: ” & vm.HeartbeatRate
Next
Checke the original article for comments and updates.
Readying the launch of the incredibly suffered Windows Vista, Microsoft is clearing last important details and published the new EULA for XP successor.
The new license astonishingly disallow customers purchasing Vista Home Basic and Home Premium to use their brand new OS inside any kind of virtualization platform:
USE WITH VIRTUALIZATION TECHNOLOGIES.
You may not use the software installed on the licensed device within a virtual (or otherwise emulated) hardware system.
While the use of may not is very confusing, it suddenly becomes clear compared to explicit permission reported in Vista Ultimate:
USE WITH VIRTUALIZATION TECHNOLOGIES.
You may use the software installed on the licensed device within a virtual (or otherwise emulated) hardware system on the licensed device.
If you do so, you may not play or access content or use applications protected by any Microsoft digital, information or enterprise rights management technology or other Microsoft rights management services or use BitLocker. We advise against playing or accessing content or using applications protected by other digital, information or enterprise rights management technology or other rights management services or using full volume disk drive encryption.
Another very important thing to note is this license term doens’t apply only to Microsoft, VMware and Xen-based virtualization platforms, but also hits other virtualization technologies, like OS partitioning offered by SWsoft with its Virtuozzo.
Where is the benefit in disallowing virtualization of lower-end operating system editions? This move is dimming value of virtualization and seems totally against the huge investment Microsoft itself done so far, offering Virtual PC and Virtual Server products free of charge.
Update: Ed Bott published on his ZDNet blog a very interesting follow-up of this story, detailing in an interview with a Microsoft representative several scenarios.
I still believe this licensing term is very inadeguate to satisfy raising needs of virtualization.
Each Microsoft Windows customer should be allowed to install his own OS on bare metal (desktop or laptop) and be free as well to install a second copy inside a virtual machine, moving it wherever he needs (developer or not).
A comment to the Ed’s story underline how this new approach could be lead by problems Microsoft is having with Windows Product Activation (WPA) in virtual environments.
It’s evident WPA cannot remain as is if Microsoft really wants to change image customers have of the company and spread virtualization to gain back a dominant market position.
Along with Xen, OpenVZ is surely the most active open source project about virtualization at the moment. But while Xen has been slowed down by VMware in its path towards integration with Linux kernel, OpenVZ found no obstacles so far and its development team annouces a main contribution to be included in upcoming kernel 2.6.19:
At the same time the OpenVZ project approaches for the first time a new hardware achitecture: after supporting x86 and Itanium, it’s now approaching Power architecture, developed by IBM and Freescale Semiconductor, actually heaviliy used in IBM System p5 servers.
After an intense beta testing Parallels finally released at the same time products updates for both Windows/Linux and Mac OS customers.
Parallels Workstation (for Windows and Linux) 2.2 includes following features:
Parallels Desktop (for Mac OS) Update includes following features:
I have to say this naming convention is very confusing, making hard for customers to track which product and version they need or are using.
A much straight Parallels Workstation for Windows/Linx and Parallels Workstation for Mac OS wouldn’t work well enough?
The virtualization.info Virtualization Industry Roadmap has been updated accordingly.
After posting few days ago a technical article to realize a low-cost NFS storage for VMware ESX Server 3.x, vizioncore returns with another one, this time focused on iSCSI.
Read it at source.
I still suggest to adopt an even simpler solution, realizing low-cost netwrok storages in minutes with:
After a long beta testing Virtual Iron finally published the 3.0 release of its virtualization platform.
This new release is highly expected for 2 reasons:
Virtual Iron 3.0 is offered in 3 edition, with different capabilities and licensing:
Virtual Iron also offers download of open source modified software for this version here.
In any case the product requires a new generation CPU from AMD or Intel among following:
The product supports only 2 guest OSes:
but Windows guest OS support is expected in the upcoming Virtual Iron 3.1 version, available in beta in the coming months.
All editions feature a remote deployable Virtualization Manager, powered by a web interface and capability to create and configure virtual machines, perform administrative tasks like backup and restore, investigate real hardware configuration and statistics, etc. in a manual or scheduled way (through a policy system).
Downlad Virtual Iron 3.0 Professional Edition free of charge here.
The virtualization.info Virtualization Industry Roadmap has been updated accordingly.
On the beta site Connect where Virtual PC 2007 program is hosted since some days, Microsoft finally published bits of the product and features of the first beta:
Apply for the beta program here and download Virtual PC 2007 beta 1.
The virtualization.info Virtualization Industry Roadmap has been updated accordingly.
Ben Armstrong published a much appreciated guide for installing Virtual Server 2005 R2 on a Windows Vista RC2 host:
There are two main parts.
First you need to configure IIS correctly. To do this you will need to enable to following subcomponents of IIS:
…
The second part is that you need to run Internet Explorer ‘as administrator’ by right clicking on it and selecting ‘Run as administrator’.
Read the whole article at source.