VMware: vCenter 2.5 u4 released


VMware just released vCenter server 2.5 u4 with the following improvements:

  • Guest Operating System Customization Improvements – VirtualCenter now supports customization of Windows Server 2008 guest operating systems.
  • Performance Overview Charts – VirtualCenter 2.5 Update 4 introduces the Performance Overview plug-in, which provides a single view of key performance metrics for CPU, memory, disk, and network without having to navigate through multiple charts. The aggregated charts show high-level summaries of resource distribution.
    To install the Performance Overview plug-in, see Installing the Performance Overview Plug-In in VirtualCenter 2.5 Update4 (KB 1008296)

You can find the release notes here: http://www.vmware.com/support/vi3/doc/vi3_vc25u4_rel_notes.html

The download: http://www.vmware.com/download/download.do?downloadGroup=VC250U4

VMware: New Visio Shapes released


I just saw a nice present in one of my RSS feeds:

 

  1. ThinApp-Stencil- Objects for ThinApp

  2. Build your Own-Stencil – Stand-alone objectsto create your own diagrams

  3. VM-STencil – Objects that are related Virtual Machines

  4. VMware-Stencil – General Objects for VMware

  5. Products-Stencil – Diagrams and objects that are related to VMware products or technologies

Grab your own copy here: http://viops.vmware.com/home/docs/DOC-1346

 

Source: http://technodrone.blogspot.com/2009/02/small-present-for-you-all-vmware-visio.html

VMware: VMname_2 na het opnieuw registreren van een VM


Het kan zijn dat je een VM, om wat voor reden dan ook, uit de vCenter inventory hebt verwijderd. Dit kun je doen via de Remove from Inventory optie.

image

Als je na deze actie, gelijk weer een VM registreerd met dezelfde naam, dan zie je het volgende verschijnen in je Datastore.

image

Om deze actie voor te blijven, kun je het beste na de Remove from Inventory actie, eerst de vCenter service restarten.

Dit kun je als volgt doen: Op de vCenter server open je de commandpromt en voer je het volgende commando uit om de vCenter service te stoppen:

net stop “VMware VirtualCenter Server”

Vervolgens start je de service weer:

net start “VMware VirtualCenter Server”

Als je nu weer een VM registreert, met dezelfde naam, dan zal deze actie geen nieuwe vmname_2 folder aanmaken.

Virtual Appliance: EDA 0.87


image

Herco van Brug heeft een nieuwe versie van EDA uitgebracht. In versie 0.87 zijn de volgende punten gefixed / toegevoegd:

New in 0.87:
– editing the order of the scriptparts
– bulk creation and deletion of ESX hostnames/ip
– an fs.php page that allows for small remote updates
– ESXi support fixed again

Voor de mensen die niet weten wat EDA is, hier een quote:

ESX Deployment Appliance (EDA) is a small and easy to use appliance that makes deploying ESX servers a breeze. It has a very intuitive web-interface that can configure and deploy dozens of ESX servers in minutes. It has a script-builder that will allow any admin to create %post-scripts that will do most anything one needs to get the ESX hosts up and running! Even if deploying with RDP/Altiris or the UDA, this script-builder can help setting those up very quickly.

To set it up, just attach a ESX3 iso to it. It will automatically mount it and with one click, import the PXE bootfiles and strip the HBA drivers to do a save install while SAN LUNs are attached!

It also shares files with samba which makes getting files to the ESX host during installation very easy. the scriptbuilder will insert the correct scriptpieces to read files from the DL share (this is a readonly share). to put files on the EDA, go to the DL$ share (with the dollarsign) as root user.

This appliance is still in beta stage because there’s a todo list. But it’s fully functional and has been tested to work at least on HP DL380’s, BL460, BL480 and Dell 2950 servers.

Ik gebruik EDA sinds 0.71 en het werkt echt super. Het kost je misschien wat tijd om de %post scripts aan te maken en te testen maar als dat eenmaal op orde is, installeer je de ESX servers wel op een consistente manier. Herco keep up to good work!

Meer info en de download vind je hier: http://www.vmware.com/appliances/directory/1216

VMware: vCenter Converter released


VMware vCenter Converter can run on a wide variety of hardware and supports most commonly used versions of the Microsoft Windows and Linux* operating systems. With this robust, enterprise class migration tool you can:

  • Quickly and reliably convert local and remote physical machines into virtual machines without any disruption or downtime.
  • Complete multiple conversions simultaneously with a centralized management console and an intuitive conversion wizard.
  • Convert other virtual machine formats such as Microsoft Virtual PC and Microsoft Virtual Server or backup images of physical machines such as Symantec Backup Exec System Recovery or Norton Ghost to VMware virtual machines.
  • Restore VMware Consolidated Backup (VCB) images of virtual machines to running virtual machines.
  • Clone and backup physical machines to virtual machines as part of your disaster recovery plan.

 

image

Download your copy here: https://www.vmware.com/download/converter/

*Linux P2V support is available for Standalone version only

VMware: Partition/disk aligned or not?


 

De Laatste weken zag ik het topic Partition/Disk Alignment verschillende malen langs komen. Ik maakte tot op heden nog geen gebruik van deze optie en wilde er nu wel eens het fijne van weten. VMware heeft een whitepaper gepubliseerd over dit onderwerp. Deze vind je hier:

Partition alignment is a known issue in physical file systems, and its remedy is well-documented. The goal of the testing reported in this paper was to validate the assumption that unaligned partitions also impose a penalty when the partition is a VMware Virtual Machine File System (VMware VMFS) partition.

This paper lists a summary of the results of our testing, recommendations for VMware VMFS partition alignment, and the steps needed to create aligned VMware VMFS partitions.

http://www.vmware.com/pdf/esx3_partition_align.pdf

Nadat je de whitepaper hebt gelezen, wil je natuurlijk zelf ook wel eens kijken hoe dit in zijn werk gaat. Ik kwam een how to tegen, die geschreven is door Harley Stagner en gepost is op: http://searchvmware.techtarget.com/.

Voordat je door kunt gaan, heb je een pc of een VM nodig met daarop de Windows Automated Installation Kit (AIK) geïnstalleerd.

To install Windows AIK, you need to download the image from Microsoft, burn it to a DVD and install it. Once WindowsAIK is installed, go to Start, then Programs, then Windows AIK, then Windows PE Tools command prompt. Note: If you use Windows Vista, you have to right-click on the Windows PE Tools command prompt entry and select RunAs Administrator.

With the command prompt open, you need to run a command that will set up the directory structure needed to create your WinPE 2.0 disk. Run the following at the command prompt:

copype <arch> <destination>

Where <arch> is your processor architecture (x86, amd64, or ia64) and <destination> is a path to a local directory. Below is an example of running this command:

copype x86 c:\winpe-2_0 <enter>

copy c:\winpe\winpe.wim c:\winpe-2_0\iso\sources\boot.wim /y

image 

The final step is the creation of the iso file. This can be done with the following command:

oscdimg -n -h -bc:\winpe-2_0\etfsboot.com c:\winpe-2_0\iso c:\winpe-2_0\winpe_diskpart.iso

image

 

Nu de iso klaar is, kunnen we een nieuwe VM opstarten met winpe_diskpart.iso

image

Run Diskpart:

Diskpart
select disk 0 (of een ander nummer, als je een andere disk wilt alignen)
create partition primary align=64

image

Via msinfo32 kun je de alignment nakijken.

How to tell if your disks are aligned
How can you tell if a disk is unaligned at the Windows partition level? Remember the MBR statement — that x86 systems use the first 63 sectors. Usually there are 512 bytes per sector. If you do the math, 63 x 512 = 32,256. To verify this, log into a machine (physical or virtual) as an administrator that has not had its system volume aligned. Go to Start, then Run, then type in "msinfo32.exe" and press enter. Navigate down to Components, then Storage, then Disks. Notice that the partition starting offset for Disk #0, Partition #0 (the system volume) is 32,256 bytes. This means that the disk is not aligned.

If the partition Starting Offset is 65.536 bytes, the disk is aligned.
image

Meer informatie over disk alignment vind je hier: http://blogs.netapp.com/storage_nuts_n_bolts/2009/01/mbrscanmbralign.html

Als je kunt inloggen op now.netapp.com/. Dan kun je hier de tool mbrscan downloaden. Via deze tool kun je vanaf het Service Console de Alignment nakijken. Netapp is ook bezig met een ander script genaamd mbralign. Via dit script kun je de alignment aanpassen zonder dataverlies.

 

Update: Rudolf  Kleijwegt poste de volgende reacite: In Windows 2008 is het niet meer nodig om de Windows Automated Installation Kit te gebruiken. Je kunt namelijk tijdens het installeren de toetsencombinatie SHIFT+F10 gebruiken om een command prompt te openen. Op dat moment heb je de beschikking over diskpart en kun je een uitgelijnde partitie aanmaken. Deze procedure gaat helaas niet op voor Windows 2003. Als je daar SHIFT+F10 gebruikt krijg je een recovery console met een uitgeklede diskpart.

VMware: KB articles about Time(keeping)


VMware: VI Toolkit 1.5 Released


 

From the original blogpost by Carter Chanklin:

We’ve added 32 new cmdlets, enhanced our existing cmdlets, and fixed tons of bugs. If you’re the sort of person who loves fine print, you can also have a look at our release notes. The release notes has a great table that shows all the differences between 1.0 and 1.5.

image

More info and videos can be found in the original blogpost: http://blogs.vmware.com/vipowershell/2009/01/vi-toolkit-15-released.html

 

Source: http://www.ntpro.nl/blog/archives/903-Carter-is-happy-to-announce-VMware-has-released-the-VI-Toolkit-1.5.html