Skip to content

Archive

Archive for February, 2007

Als een VM verplaatst verplaats wordt, of wordt op gestart op een andere ESX Host veranderd de UUID van de VM. Bij het opstarten van de VM verschijnt standaard de melding:
uuid-vc-1.JPG

Als je van plan bent om de VM meerdere keren te verplaatsen selecteer de optie “Always Keep” en klik OK om de VM verder op te starten.In het geval van bv DR, wil je deze keuze vast leggen. Hieronder een procedure:

Let op: de VM moet uit geschakeld zijn om deze wijziging door te voeren.

- In Virtual Center:

1. Klik rechts on de VM om deze te configureren.
2. Selecteer de optie “Edit Settings…”

uuid-vc-2.JPG

- In het “Virtual Machine Properties” window:

1. Selecteer de “Options” tab.
2. Klik op “Advanced”.
3. Klik op de “Configuration Parameters…” knop, rechts-onder.

uuid-vc-3.JPG

- In het scherm “Configuration Parameters”:

1. Klik de “Add Row” knop.
2. Voeg een regel toe met de volgende informatie
* Name = “uuid.action”
* Value = “keep”
3. Klik op “OK” om het scherm te sluiten.

uuid-vc-4.JPG

- Klik opnieuw op “OK” om de instellingen te bewaren en terug te keren naar Virtual Center.

Alarm Setings

Applies to VC 2.0.1

Bij het gebruik van de optie ‘Run a script’ bij de Alarm – Action bevatten de variabelen {entityName} en {entityObject} niet de juiste waarden. De variable {eventDiscription} bevat wel de juiste waarde bv. “Alarm Test mail cpu alarm on SPBEAPP50172 changed from green to red”. De waarde enityName kan worden achterhaald vanuit {eventDiscription} met bv. VBscript. In het geval van het gegeven voorbeeld:

strEntityName = Mid(strEventDesc, InstrRev(strEventdesc,”SP”) ,12)

‘12’ is the length  of the servername, if a namingstandard of 12 characters is used, with startin character of “SP”

For windows 2000, XP and 2003 the the default computer account password change is 30 days. If you have taken a snapshot of a VM, joined to a domain, and will reverd to that snapshot after 30 day’s, domain logins will not be procesed. This can be solved by removeing the computer from the domain, rebooting the server and joining the server back into the domain. Don’t forget to update the snapshot.

Datastore

In ESX 2.5, the header information (disk geometry) of the VMDK file was stored in the first 512 bytes of the VMDK file. With the introduction of  the new VMDK3 format, the header and the block-data are stored in the separate files, ‘VM name.vmdk’ and ‘VM name-flat.vmdk’. The file ‘VM Name.vmdk’ contains the header information and the ‘VM name-flat.vmdk’ the actual disk blocks.

When looked at thes file form the Virtual Center Datastore Browser the file size of the ‘VM name.vmdk’ is displayed the same as for the ‘VM name-flat.vmdk’. This because of the tight relation these files, ‘VM name.vmdk’ (size +/- 1Kb) contains a link to ‘VM name-flat.vmdk’.