VMware: Recreating Missing VMDK Descriptor Files!


Paul Shannon heeft een post geschreven over hoe je VMDK descriptor files kunt aanmaken.

A few times over the years VMDK files have been ‘lost’ when a customer has had to shutown their storage in a less than graceful fashion.

In every case so far, touch wood, it is only the desciptor files that have been deleted so the raw data is still present in the *-flat.vmdk file.

It is actually quite simple to rescue the situation you simply restore from backup. Ahaha what if you do not have a backup, then there is another way.

Lees de rest van de post hier: http://www.vm-aware.com

Video: Two VMware Site Recovery Manager Videos


Mike Laverick is bezig met een boek over SRM. Tijdens het schrijven van het boek heeft hij een aantal filmpjes geschoten.

 

I’ve been working with VMware’s Site Recovery Manager product for sometime, indeed I’m in the process of completing a book on the product. As a companion to the book I’ve put together a couple of Microsoft .wmv files that show a test of a site recovery plan, and the actual run of a recovery plan for really

 

Je kunt de filmpjes hier bekijken: http://www.rtfm-ed.co.uk/?p=549

Release: VMware Site Recovery Manager 1.0


image

This is the second company’s attempt to enter the security market: VMware started with Assured Computing Environment (ACE), which could represent an effective endpoint security solution but had very acceptance.
With SRM VMware moves to disaster recovery but differently from ACE, this product is not a security solution that can be used in any environment. SRM is a DR solution for VMware Infrastructure only (Standard or Enterprise edition).

SRM 1.0 comes as a VirtualCenter 2.5 plug-in and allows VMware customers to design, test and execute a seamless migration of virtual machines from the production site to the recovery site and vice versa (if you want SRM to bi-directionally protect both sites).

The product allows to define virtual machines groups with different recovery priorities (including non-essential VMs which just stay off), the single VMs restart order, and the SLA for recovered VMs.
Additionally, SRM takes care of which site is in read/write state and which is in read-only state during the whole process.

Meer informatie vind je hier: http://www.virtualization.info 

en hier: http://www.vmware.com/products/srm/overview.html

Application virtualization comparison


Sven Huisman en Matthijs Haverink hebben een pdf samengesteld met daarin een overzicht van de functionaliteiten van de verschillende application virtualization producten.

OK, let’s google for an Application virtualization comparison chart… mmm, not there. Why not make one? So we did. My colleague Matthijs Haverink and I have written a comparison chart with the following products:

* This is Softgrid 4.2. From version 4.5 it’s called App-V. When App-V is released, this chart will be updated.

Download de pdf hier: http://virtualfuture.info/2008/06/virtualfuture-appchart/

NetApp: Open Systems SnapVault for VI3


 

Paul Shannon poste het onderstaande op zijn blog: http://www.vm-aware.com/.

OSSV installs directly into the VMware ESX service console and acts as a very light-weight interface to backup Virtual Machines on NetApp storage and non-NetApp storage. It works best with NetApp Protection Manager, but works well as a stand-alone product.  There’s also an excellent Best Practice guide for OSSV available here.

 

Bron: http://www.vm-aware.com/

VMware: PowerShell Mini-Whitepaper


Mike Laverick heeft een mini-whitepaper geschreven over de VMware Powershell toolkit.

This mini-whitepaper walks you through the setup and configuration of PowerShell for VMware – and how to get up an running with Dmitry Sotnikov’s PowerGUI and PowerPack for VMware. I’d have to say I’ve been impressed by Dmitry’s work, and only hope things get better. Thanks Dmitry

Je kunt de mini-whitepaper hier downloaden: http://www.rtfm-ed.co.uk/?p=543

VMware: VMotion Info in Excel 2007


Open een nieuw werkblad. Klik op ‘Gegevens’ gevolgd door ‘Van andere bronnen – Van SQL Server’

image

Voer de naam in van de SQL server en eventueel een gebruikersnaam en wachtwoord.

image

Selecteer de tabel ‘VPX_EVENT

image

Als laatste sla je het gegevensbestand op.

image

Nu moet je inloggen op de VC database.

image

En daarna word de informatie naar binnen getrokken. Dit is nogal wat, zeker als je VC server al een tijdje draait.

image

De informatie waar we naar op zoek zijn, is de VMotion informatie. Die kun je als volgt vinden:

Open ‘Tekstfilters – Bevat…’

image

Geef nu het zoekwoord: ‘migrate’ op.

image

Daarna word er een selectie uitgevoerd en zie je alleen nog de rijen die van toepassing zijn.

image

Via de knop ‘Alles vernieuwen’ of Ctrl + Alt + F5 kun je de lijst vernieuwen.

image

VMware: VMotion Info


In deze post lees je hoe je informatie uit de VC database kunt halen d.m.v. een query. Het gaat dan in het bijzonder om het aantal VMotion taken die gestart zijn. Je kunt dan na gaan hoe vaak een VM wordt gevmotioned via een handmatige taak of via DRS.

De volgende query kun je loslaten op VC database:

SELECT vpx_event.event_type, vpx_event.vm_name, vpx_event.create_time from vpx_event where event_type like ‘%migrate%’
SELECT distinct(vpx_event.event_type) from vpx_event order by event_type

 

De volgende informatie komt dan terug uit de query:

Query_VC_VMotionInfo 

Het gaat dan om de volgende event_types:

  • vim.event.VmMigratedEvent (handmatige VMotion)
  • vim.event.DrsVmMigratedEvent (VMotion via DRS)

 

Meer informatie vind je in het volgende Topic op VMUG.nl gestart door Gabrie.