Richard Garsthagen over at Run-Virtual created another nice tool. VMjuggler is an application Richard wrote to use during demonstrations. The program is quite simple, it connects to VirtualCenter 2.x and you can select a VM and 2 hosts. After selecting this you can start the VMjuggler and the VM will be moves every 10 seconds between the hosts. The VMjuggler has been added to the vm4all.com website.
Wednesday, November 28. 2007
PowerShell Snapshot hunter
I wrote a little PowerShell script that lists all the virtual hard disk files (and their paths) who are in snapshot mode. Itās nothing fancy really, just gives a little insight in how to retrieve objects.
Get-VIServer "VCSERVER" -User eric -Password sloof
$Datacenter = Get-Datacenter
$AllVirtualMachines = Get-VM -Location $Datacenter
$AllSnapshots = Get-Snapshot $AllVirtualMachines
Get-HardDisk -Snapshot $AllSnapshots | findstr "Filename"
VMWare Infrastructure Task Library in Workflow Studio
FullArmor delivers on its promise of virtual machine provisioning and automation capabilities with the release of Workflow Studio version 1.1 beta 1. So, what's new in version 1.1? Among the eleven new enhancement there is one interesting library in particular: the VMware Infrastructure Task Library. With this library you can completely provision and automate your VI3 infrastructure. Create, start, stop, suspend, resume, move, delete, and modify VMs.
Tuesday, November 27. 2007
ManageIQ Launches Enterprise Virtualization Management Suite
ManageIQā¢, the emerging leader in the management and automation of virtualized computing environments, today announced EVMā¢ Insight. EVM Insight, a component of the company's new Enterprise Virtualization Managementā¢ (EVM) suite, gives organizations unparalleled visibility into their virtual environments by providing the comprehensive configuration information they need to effectively manage and control their virtual infrastructure.
Friday, November 23. 2007
Monitoring your VM CPU with PowerShell
I wrote a PowerShell script that takes a few samples of your VM CPU MHZ average. The script uses the VMware PowerShell snap-in, the output is piped to the Out-String cmdlet. The Out-String cmdlet converts the objects that Windows PowerShell manages into an array of strings. By default, Out-String accumulates the strings and returns them as a single string, but you can use the stream parameter to direct Out-String to return one string at a time. This cmdlet lets you search and manipulate string output as you would in traditional shells when object manipulation is less convenient.
Get-VIServer "virtualcenter.ntpro.local" -User Eric -Password Sloof
$VirtualMachine = Get-VM|where {$_.Name -Like "nl-nwg-xp-1"}
Get-Stat -Entity $VirtualMachine -Realtime -MaxSamples 3 -Stat "cpu.usagemhz.average" |Out-String
Name
----
virtualcenter.ntpro.local
MetricId Timestamp Value Unit
--------- ---------- ----- ----
cpu.usagemhz.average 11/23/2007 8:23:2... 28 MHz
cpu.usagemhz.average 11/23/2007 8:23:0... 31 MHz
cpu.usagemhz.average 11/23/2007 8:22:4... 29 MHz
Wednesday, November 21. 2007
Vizioncore will be launching vConverter 3.0 next week
Vizioncore will be launching vConverter 3.0 with the "Direct to ESX Server" feature on November 28, 2007. Vizioncore's vConverter P2V/V2V solution is an enterprise class converter that significantly reduces the time and effort spent converting physical servers to VMware, Microsoft or Virtual Iron virtual machines. Some of the unique features that set vConverter apart include:
- "Direct to ESX Server" allows you to convert straight to a live ESX Server.
- Live agent-less conversions. No boot CD, driver issues, or downtime.
- Intuitive GUI or CLI interfaces for any level admin.
- Resize partitions on-the-fly to save on storage.
- No infrastructure install required for fast setup.
- Lightweight application footprint.
- Heterogeneous support for multiple platforms.
- Two editions: Server Consolidation & Disaster Recovery.
Saturday, November 17. 2007
And the winner isā¦
At the end of the VMworld 2007 event in San Francisco VMware launched the āwhat rocked my worldļæ½? video contest. The aim is to capture all the excitement and inspiration of the VMworld 2007. Since I captured some nice events and posted my video footage on YouTube, I thought letās give it a try. I uploaded my videoās to the contest page. For a long time I was under the impression that I was going to win the fully loaded Alienware Gaming Laptop until Sean Clark and his colleagues uploaded their movie. I knew right away that it was going to be a close call because they did a great job. After some delay I finally received an email from VMware. Yippeeā¦
Hello Eric:
Congratulations! Thank you for your patience and efforts! You have been selected as the grand prize winner in the VMworld 2007 video contest!! Your video, VMworld 2007 Day one, combined with the many other videos you had submitted, best captured the spirit and excitement of VMworld!
Congratulations and thanks!
Keith Wong, VMware - Program Manager
Wow, thatās great! Many thanks Keith! Hope to meet you next year in Vegas. Iām going to look for a new VMware video contest in the months preceding VMworld 2008. Donāt forget to make your plans now to attend VMworld 2008 in Las Vegas, September 16-18.
Friday, November 16. 2007
SearchVMware.com, is now live!
This new site provides unbiased news analysis, a library of essential tips, informative learning guides and white papers -- all in an effort to arm you with the tools and tactics you need to do your job successfully and make the right technology decisions. You'll get expert advice on implementing VMware-related virtualization technologies for server consolidation, disaster recovery, lab and test, desktop centralization or other production usage. The SearchVMware.com editors will provide you with the type of high quality content you're accustomed to from SearchServerVirtualization.com. You can even sign up for newsletters focused on different aspects of VMware virtualization technologies like:
- Desktop virtualization and VMware
- Virtual machine migration
- VMware backup, disaster recovery and storage
- VMware management and performance
- VMware platforms
- Managing virtual environments
John Troyer launches VMware Connected
Eric Sloof is interviewing John Troyer at the VMworld 2007
On VMware Connected, he is going to talk about the greater community of virtualization users and how they connect, both at the home base of communities.vmware.com and elsewhere on that series of pipes. John Troyer has been working on the communities team at VMware for about two years. He worked with internal and external bloggers, keeping the VMTN Blog on a slow steady drip, and is the de facto RSS guy on the web team. Heās also involved with projects like the Virtual Appliance Marketplace, and takes full responsibility for anything you don't like about it.
eG Monitor for VMware infrastructures
The eG Monitor for VMware infrastructures (the eG VM MonitorTM), part of the eG Enterprise Suite, is a comprehensive solution for monitoring and managing all aspects of virtual hosts and guests, whether the infrastructure is used to support server or desktop applications. Coupled with the ability of the eG Enterprise Suite to monitor over 80 applications, including Citrix, Microsoft, Oracle, IBM, SAP, and others, the eG VM Monitor ā with its patent-pending In-N-Out MonitoringTM technology -- provides a comprehensive end-to-end solution for monitoring and managing the performance of virtual IT infrastructures.