VMware: Portability between VMware Workstation and VMware Server


Om VM’s die gemaakt zijn in Workstation 6 of hoger te kunnen gebruiken in VMware Server. Moet je de de Hardware version aanpassen.

Dit gaat als volgt. Open de VM in Workstation (versie 6 of hoger) en klik rechts op het tabblad. Daarna klik je op ‘Upgrade or Change Version…’

Change_VM_Hardware_Version

Zoals je ziet is deze VM gemaakt voor Workstaion 6. VMware Server (1.0x) kan hier niet mee overweg.

Change_VM_Hardware_Version_2

Pas deze aan naar ‘Workstation 5’.

Change_VM_Hardware_Version_3

Daarna kun je uit de volgende opties kiezen. Ik pas de huidige VM aan.

Change_VM_Hardware_Version_4

Change_VM_Hardware_Version_5

De conversie wordt uitgevoerd.

Change_VM_Hardware_Version_6

Nu kun je de VM kopieren naar VMware Server en opstarten.

VMware: The DB user entered does not have the required permissions


Bij het vers installeren van VirtualCenter 2.5 kreeg ik bij het configureren de volgende foutmelding:

image

Dit kwam omdat ik bij de gebruiker in SQL 2000 geen ‘Server Roles’ had toegevoegd. De volgende Roles heb je nodig voor een succesvolle installatie:

  • System Administrators
  • Server Administrators
  • Database Creators (ik weet niet zeker of deze erbij moet, dit heb ik voor de zekerheid gedaan).

sql_rechten

Meer informatie over het installeren / upgraden van je VC Database vind je hier:

VM ID: 1003346

VM ID: 1003610

Considerations when hosting AD DC in virtual environments


KB888794:  Considerations when hosting Active Directory domain controller in virtual hosting environments

 

In het bovenstaande KB artikel tref je ook nog de volgende artikelen aan:

KB875495: How to detect and recover from a USN rollback in Windows Server 2003.

KB885875: How to detect and recover from a USN rollback in Windows 2000 Server.

KB897615: Support policy for Microsoft software running in non-Microsoft hardware virtualization software

VMware: Installing ESX3i in Workstation 6.5 beta build 91182


Na Eric zijn post over het installeren van ESX3.5 update 1 binnen VMware Workstation 6.5 beta. Wilde ik het ook weer eens proberen.

Als eerste maak je een VM aan in Workstation :

  • Als Guest operating system heb ik gekozen voor Red Hat Enterprise Linux 3
  • Mijn VMDK is 2GB en hangt aan de standaard LSI adapter
  • 1GB geheugen
  • CD-Rom drive
  • Single vCPU
  • 3x Intel 1000 nics (verderop lees je hoe je dit configureerd).

 

Nadat de VM is aangemaakt open je het vmx bestand en voeg de onderstaande parameters toe:

ethernet0.present = “TRUE”
ethernet0.wakeOnPcktRcv = “FALSE”
ethernet0.virtualDev = “e1000”
ethernet1.present = “TRUE”
ethernet1.wakeOnPcktRcv = “FALSE”
ethernet1.virtualDev = “e1000”
ethernet2.present = “TRUE”
ethernet2.wakeOnPcktRcv = “FALSE”
ethernet2.virtualDev = “e1000”

monitor.virtual_exec = “hardware”
monitor_control.restrict_backdoor = “true”

 

Ik wilde vervolgens ESX3i installeren en dat ging niet helemaal goed zoals je ziet:

image

Dit kwam omdat ik geen netwerkverbinding had op mijn host op het moment van installeren.

Nadat ik weer netwerkverbinding had met mijn host, kon ik ESX3i gewoon installeren.

image

VMware: ESX 3.5 running on Workstation 6.5 Build 91182


Wat het belangrijkste nieuws is, lees je inde volgende quote:

I contacted Keith Adams, he’s one of the WS 6.5 engineers and asked him he could confirm that we can use ESX 3.5 in the lasts build of VMware Workstation 6.5 and he confirmed :

Indeed, we’ve changed the nomenclature around. It’s now:
monitor.virtual_exec=”hardware”|”software”|”auto”
(Note: monitor, not monitor_control.)

For all guest os types:
hardware = VT on Intel, SVM on AMD
software = BT for all 32-bit guests, and on BT-capable 64-bit AMD hardware for 64-bit guests as well
auto     = Let us guess what to do (the default).

Lees de rest van zijn post hier.

Thanks Eric!

Tool: VMNetBac


Ik kwam bij toeval deze tool tegen. Met deze tool kun je het volgende doen:

VMNetBac is a handy little utility which allows you to backup and restore the network configuration of your VM’s.  Designed for Windows 2000, 2003 and XP VM’s it can be useful as a quick recovery tool when performing intrusive or mass upgrade type tasks where there may be a risk of losing network configurations.

Usage:

Run the attached script in the zip file. A file in the root of the C drive is created, called IPINFO.VBS. This file contains the network adaptor information (IP address, Subnet, Gateway, DNS Servers, WINS Addresses);

If for any reason you lose your network configuration, either by VM hardware upgrade moving from ESX2 to VI3, general migration or ‘just-one-of-those-things’ type events then simply run the IPINFO.VBS file and the network configuration will be restored, including IP Address, Subnet Mask, Gateway, DNS and WINS addresses. The Hardware Acceleration for the SVGA adaptor is also reset to full in case the VM lost its configuration through a VMware Tools operation.

Restrictions:

– Only works with one VMware NIC

– Only support up to 2 WINS and 2 DNS Server addresses

 

De tool kun je hier downloaden: http://www.xtravirt.com